Get Reports (API)
The XML API provides a way to quickly pull the results
of any report defined in the system using the type=report parameter.
You can access three kinds of reports:
Dynamic Reports (ACC reports)— reporttype=dynamic
Predefined Reports— reporttype=predefined
Custom Reports— reporttype=custom
To retrieve a specific report by name, use the reportname parameter:
curl -X GET "https://<firewall>/api/?key=apikey&type=report&reporttype=dynamic|predefined|custom&reportname=<name>"