GET /zones/{zone_id}/security-center/insights/{issue_id}/audit-log

Lists audit log entries for a specific Security Center insight within a zone, showing changes to its status and classification over time.

Servers

Path parameters

Name Type Required Description
issue_id String Yes
zone_id String Yes

Query parameters

Name Type Required Description
order String No

Sort order for results. Use 'asc' for oldest first or 'desc' for newest first.

Valid values:

  • "desc"
  • "asc"

Default value: "desc"

changed_by String No

Filter by the actor that made the change.

per_page Integer No

Number of results per page.

Default value: 25

field_changed String No

Filter by the field that was changed.

Valid values:

  • "user_classification"
  • "status"
since String No

Filter entries changed at or after this timestamp (RFC 3339).

cursor String No

Opaque cursor for pagination. Use the cursor value from result_info of the previous response.

before String No

Filter entries changed before this timestamp (RFC 3339).

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.