Get audit log subscription by ID

Get an audit log subscription by ID.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

integrationKeystringRequiredformat: "string"
The integration key
idstringRequiredformat: "string"
The subscription ID

Response

Integration response
_idstringOptional
The ID for this integration audit log subscription
kindstringOptional
The type of integration
namestringOptional

A human-friendly name for the integration

configmap from strings to anyOptional

Details on configuration for an integration of this type. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

statementslist of objectsOptional
Represents a Custom role policy, defining a resource kinds filter the integration audit log subscription responds to.
onbooleanOptional
Whether the integration is currently active
tagslist of stringsOptional
An array of tags for this integration
_accessobjectOptional
Details on the allowed and denied actions for this subscription
_statusobjectOptional
Details on the most recent successes and errors for this integration
urlstringOptional
Slack webhook receiver URL. Only used for legacy Slack webhook integrations.
apiKeystringOptional
Datadog API key. Only used for legacy Datadog webhook integrations.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error