Download Runtime Host Audit Events
GET/api/v31.02/audits/runtime/host/download
x-prisma-cloud-target-env: {"permission":"monitorRuntimeHosts","saas":true,"self-hosted":true}
x-public: true
Returns the runtime host audit events data in CSV format.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o <runtime_host_audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/runtime/host/download"
Request
Responses
- 200
- default
OK