Endpoints for use with Grafana integration.
Not designed for use in other contexts.
Check endpoint that returns 200 used by the Simple JSON Datasource grafana plugin.
Annotations query endpoint used by the Simple JSON Datasource grafana plugin.
Filtering options can be passed as a JSON object to the query
parameters.
All filters are optional and include most events by default:
cluster_id
(default: null
): Only show events for this cluster.event
: (default: null
): Only show events matching this event type.exclude_system_events
: (default: false
): Exclude system-wide events from the results.limit
: (default: 1000
): Limit the number of events returned, starting with oldest events.