Download CNNS Host Audit Events
GET/api/v31.02/audits/firewall/network/host/download
x-prisma-cloud-target-env: {"permission":"monitorCNNF","saas":true,"self-hosted":true}
x-public: true
Returns the Cloud Native Network Segmentation (CNNS) host audit events data in CSV format.
For hosts, rules are defined between:
- Host to host.
- Host to an external network not protected by Prisma Cloud.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o <cnns_host_audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/firewall/network/host/download"
Request
Responses
- 200
- default
OK