Update audit log subscription

Update an audit log subscription configuration. Updating an audit log subscription uses a JSON patch representation of the desired changes. To learn more, read Updates.

Path parameters

integrationKeystringRequired
The integration key
idstringRequired
The ID of the audit log subscription

Headers

AuthorizationstringRequired

Request

This endpoint expects a list of objects.
opstringRequired
The type of operation to perform
pathstringRequired
A JSON Pointer string specifying the part of the document to operate on
valueanyOptional

Response

Integration response
_idstring or null
The ID for this integration audit log subscription
kindstring or null
The type of integration
namestring or null

A human-friendly name for the integration

configmap from strings to any or null

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 objects or null
Represents a Custom role policy, defining a resource kinds filter the integration audit log subscription responds to.
onboolean or null
Whether the integration is currently active
tagslist of strings or null
An array of tags for this integration
_accessobject or null
Details on the allowed and denied actions for this subscription
_statusobject or null
Details on the most recent successes and errors for this integration
urlstring or null
Slack webhook receiver URL. Only used for legacy Slack webhook integrations.
apiKeystring or null
Datadog API key. Only used for legacy Datadog webhook integrations.

Errors