Download OpenAPI specification:Download
The API for configuring Kong Konnect Audit Logs.
Updates the configuration for a webhook to receive audit logs.
The request schema to modify an audit log webhook.
| audit_log_destination_id required | string <uuid> UUID of an existing audit log destination |
| enabled required | boolean Default: false Indicates if the data should be sent to the webhook. |
{- "audit_log_destination_id": "6945c4c4-3e06-4c5c-87e0-726d0cda4e05",
- "enabled": true
}{- "audit_log_destination_id": "6945c4c4-3e06-4c5c-87e0-726d0cda4e05",
- "enabled": true
}Returns status of the audit log webhook.
{- "webhook_enabled": true,
- "webhook_status": "inactive",
- "last_attempt_at": "2023-03-21T09:29:14.52Z",
- "last_response_code": 401,
- "last_response_message": "Unauthorized"
}