v1

latestSwagger 2.02026-07-17302189.0 KB
insight

GetEvents returns events for a Kubernetes resource by name, namespace, cluster, apiVersion and kind.

This endpoint returns events for a Kubernetes resource YAML by name, namespace, cluster, apiVersion and kind.

get/rest-api/v1/insight/events

Query parameters

clusterstring

The specified cluster name, such as 'example-cluster'

apiVersionstring

The specified apiVersion, such as 'apps/v1'. Should be percent-encoded

kindstring

The specified kind, such as 'Deployment'

namespacestring

The specified namespace, such as 'default'

namestring

The specified resource name, such as 'foo'

Response

List of events

objectobject

Object is a JSON compatible map with string, float, int, bool, []interface{}, or map[string]interface{} children.