Download WAAS Host Audit Events
GET/api/v33.02/audits/firewall/app/host/download
x-prisma-cloud-target-env: {"permission":"monitorWAAS"}
Returns the host Web-Application and API Security (WAAS) audit events data in CSV format.
Note: These audit events relate to violations of WAAS policies defined under Defend > WAAS > Host > Host WAAS Policy.
cURL Request
Refer to the following example cURL command that downloads the host WAAS audit events:
$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o <waas-host-audits.csv> \
"https://console:8083/api/v<VERSION>/audits/firewall/app/host/download"
Request
Responses
- 200
- default
OK