The unique identifier of the filter chain to retrieve.
The unique identifier or the name of the route to retrieve.
Example:my-route
Delete filter chain associated to a specific route.
The unique identifier of the filter chain to retrieve.
The unique identifier or the name of the route to retrieve.
Example:my-route
No Content
Delete filter chain associated to a specific service.
ID or name of the service to lookup
Example:test-service
The unique identifier of the filter chain to retrieve.
No Content
You can access request and database audit logs through the Admin API.
The default order of audit log is by request timestamp - latest to oldest.
For usage examples, see Audit Logging in Kong Gateway.
One Of
Before filter could be used to request audit log data that was recorded before certain time (exclusive).
It can either be a timestamp as Unix Epoch or a string following RFC3339 Schema (without fractions of a second) - ex: ‘2024-04-25T15:03:24Z’
Match pattern:^(\d+|\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z)$
One Of
After filter could be used to request audit log data that was recorded after certain time (inclusive).
It can either be a timestamp as Unix Epoch or a string following RFC3339 Schema (without fractions of a second) - ex: ‘2024-04-25T15:03:24Z’
Match pattern:^(\d+|\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z)$
Example response generated for checking the /status
endpoint without RBAC enabled.
The client IP address
List database audit logs (ordered by request timestamp - latest to oldest)
One Of
Before filter could be used to request audit log data that was recorded before certain time (exclusive).
It can either be a timestamp as Unix Epoch or a string following RFC3339 Schema (without fractions of a second) - ex: ‘2024-04-25T15:03:24Z’
Match pattern:^(\d+|\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z)$
One Of
After filter could be used to request audit log data that was recorded after certain time (inclusive).
It can either be a timestamp as Unix Epoch or a string following RFC3339 Schema (without fractions of a second) - ex: ‘2024-04-25T15:03:24Z’
Match pattern:^(\d+|\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z)$
Example response for a consumer creation log entry
List all event hooks and return information about the event hooks.
Example event hooks response