Focus
Focus
Table of Contents
End-of-Life (EoL)

Predefined Reports

Predefined reports always return data for the last 24-hour period. You can also get this list by following the link for predefined reports, such as
top-applications
,
top-attackers
, and
bandwidth-trend
on the API browser.
Dynamic Report Type
API Request
Full predefined report list.
curl -X GET "https://<firewall>/api/?key=apikey&type=report&reporttype=predefined"
Top applications.
curl -X GET "https://<firewall>/api/?key=apikey&type=report&async=yes&reporttype=predefined&reportname=top-application-categories"
Top attackers.
curl -X GET "https://<firewall>/api/?key=apikey&type=report&async=yes&reporttype=predefined&reportname=top-attackers"
Top victims.
curl -X GET "https://<firewall>/api/?key=apikey&type=report&async=yes&reporttype=predefined&reportname=top-victims"

Recommended For You