Skip to main content

Download WAAS Container Audit Events

GET 

/api/v31.02/audits/firewall/app/container/download

x-prisma-cloud-target-env: {"permission":"monitorWAAS","saas":true,"self-hosted":true}
x-public: true

Returns the container 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 > Container > Container WAAS Policy.

cURL Request

Refer to the following example cURL command that downloads the WAAS container audit events:

$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o <waas-container-audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/firewall/app/container/download"

Request

Responses

OK