Skip to main content

Download Trust Audit Events

GET 

/api/v32.04/audits/trust/download

x-prisma-cloud-target-env: {"permission":"monitorImages","saas":true,"self-hosted":true}
x-public: true

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

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.

    ruleName string[]

    RuleNames is used to filter by rulename.

    effect string[]

    Effect is used to filter by runtime audit effect (block/alert).

    _id string[]

    IDs is used to filter by registry/repo.

Responses

OK

Loading...