Download Runtime Log Inspection Audit Events
GET/api/v33.02/audits/runtime/log-inspection/download
x-prisma-cloud-target-env: {"permission":"monitorRuntimeHosts"}
Returns the audit events data in CSV format for log inspection checks that are configured under host runtime rules.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o <runtime_log-inspection_audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/incidents/runtime/log-inspection/download"
Request
Responses
- 200
- default
OK