Konnect Audit Log Settings (2.0.0)

Download OpenAPI specification:Download

The API for configuring Kong Konnect Audit Logs.

Audit Logs

Create Authentication failure logs

This webhook endpoint Creates login failure audit logs using log stream sent by external vendor services (Currently Auth0).

Authorizations:
personalAccessTokensystemAccountAccessToken
Request Body schema: application/json

The request schema to create authentication failure audit logs.

Array of objects (StreamLog)

Responses

Request samples

Content type
application/json
{
  • "logs": [
    ]
}

Response samples

Content type
application/problem+json
{
  • "status": 403,
  • "title": "Forbidden",
  • "instance": "kong:trace:2723154947768991354",
  • "detail": "You do not have permission to perform this action"
}