Download Management Audit Events
GET/api/v32.07/audits/mgmt/download
x-prisma-cloud-target-env: {"permission":"systemLogs"}
Returns the management audit events data in CSV format.
Management audits are:
- Changes to any settings (including previous and new values)
- Changes to any rules (create, modify, or delete)
- Logon activities (success and failure)
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: text/csv' \
-X GET \
-o <mgmt_audits.csv> \
"https://<CONSOLE>/api/v<VERSION>/audits/mgmt/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.
from date-time
From is an optional minimum time constraints for the audit.
to date-time
To is an optional maximum time constraints for the audit.
type string[]
Types is the audit type filter.
username string[]
Usernames is the username filter.
Responses
- 200
- default
OK
Loading...