Skip to main content

Download Runtime Log Inspection Audit Events

GET 

/api/v31.02/audits/runtime/log-inspection/download

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

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

OK