K8s

Get Kubernetes events over a specified time range.

post

Retrieves and filters Kubernetes events, allowing for sorting and pagination.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Body
endstring · date-timeRequired

End timestamp for the query range.

limitinteger · uint32Optional

Maximum number of events to return.

searchstringOptional
skipinteger · uint32Optional

Number of events to skip (for pagination).

sortBystring · enumRequired

Field to sort events by.

Possible values:
sortOrderstring · enumRequired

Sort order.

Possible values:
startstring · date-timeRequired

Start timestamp for the query range.

withRawEventsbooleanOptional

Include raw event data in the response.

Responses
chevron-right
200Success

No content

post
/api/k8s/v2/events-over-time

No content

post

Events search

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Body
enableStreambooleanOptional

EnableStream indicates if the response should be streamed

endstring · date-timeRequired

End time of the search range

filtersstringOptional

Extra filters to apply on the events

querystringOptional

GCQL Query to filter events

startstring · date-timeRequired

Start time of the search range

Responses
chevron-right
200Success

No content

post
/api/k8s/v2/events/search

No content

Get clusters list.

post

Retrieves a list of Kubernetes clusters based on provided source filters.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Body
Responses
chevron-right
200

Add response wrapper definition ---

No content

post
/api/k8s/v3/clusters/list

No content

Get workloads list.

post

Retrieves a list of Kubernetes workloads based on provided source filters, conditions, sorting, and pagination.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Body
limitinteger · uint32Optional
orderstringOptional
skipinteger · uint32Optional
sortBystringOptional
Responses
chevron-right
200Success

No content

post
/api/k8s/v3/workloads/list

No content

Last updated