Download Runtime Log Inspection Audit Events
GET/api/v32.07/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
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.
logfile string[]
Logfiles is the list of log files to use for filtering.
cluster string[]
Clusters is the cluster filter.
Responses
- 200
- default
OK
Loading...