: Predefined Reports
Focus
Focus
Table of Contents

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 POST 'https://firewall/api?type=report&reporttype=predefined"
Top applications.
curl -X POST 'https://firewall/api?type=report&async=yes&reporttype=predefined&reportname=top-application-categories"
Top attackers.
curl -X POST 'https://firewall/api?type=report&async=yes&reporttype=predefined&reportname=top-attackers"
Top victims.
curl -X POST 'https://firewall/api?type=report&async=yes&reporttype=predefined&reportname=top-victims"

Recommended For You