Download Runtime File Integrity Audit Events
GET/api/v32.07/audits/runtime/file-integrity/download
x-prisma-cloud-target-env: {"permission":"monitorRuntimeHosts"}
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
Query Parameters
offset integer
Offsets the result to a specific report count. Offset starts from 0.
limit integer
Limit is the amount to fix.
sort string
Sorts the result using a key.
reverse boolean
Sorts the result in reverse order.
id string[]
IDs is the list of IDs to use for filtering.
from date-time
From is an optional minimum time constraints for the event.
to date-time
To is an optional maximum time constraints for the event.
hostname string[]
Hosts is the list of hosts to use for filtering.
path string[]
Paths is the list of paths to use for filtering.
eventType string[]
EventTypes is the list of file intergrity events to use for filtering.
cluster string[]
Clusters is the cluster filter.
Responses
- 200
- default
OK
Loading...