Download Trust Audit Events
GET/api/v32.07/audits/trust/download
x-prisma-cloud-target-env: {"permission":"monitorImages"}
Returns the trust audit events data in CSV format.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o <trust_audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/trust/download"
Request
Responses
- 200
- default
OK