Skip to main content

Download Runtime File Integrity Audit Events

GET 

/api/v31.02/audits/runtime/file-integrity/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 file-integrity checks that are configured under host runtime rules.

cURL Request

Refer to the following example cURL command:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
-o <runtime_file-integrity_audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/runtime/file-integrity/download"

Request

Responses

OK