Download Docker Access Audit Events
GET/api/v32.07/audits/access/download
x-prisma-cloud-target-env: {"permission":"monitorAccessDocker"}
Returns the docker access audit events data in CSV format that are logged and aggregated for any container resource protected by a Defender in Prisma Cloud Compute.
Note: You can download the access events from Console under Monitor > Events > Docker audits > Download CSV.
$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-O <access_audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/access/download?type=docker"
Request
Query Parameters
Offsets the result to a specific report count. Offset starts from 0.
Limit is the amount to fix.
Sorts the result using a key.
Sorts the result in reverse order.
From is an optional minimum time constraints for the audit.
To is an optional maximum time constraints for the audit.
Type is the audit type.
RuleNames are the rules names to filter by.
APIs are apis to filter by.
Hosts are hosts to filter by.
Users are users to filter by.
Allow indicated whether allowed requests should be shown.
Clusters is the cluster filter.
Responses
- 200
- default
OK