K8s

Get Kubernetes events over a specified time range.

post

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

Required 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.

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.

searchstringOptional
Responses
200Success

No content

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

No content

post

Events search

Required 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

LogsQL Query to filter events

startstring · date-timeRequired

Start time of the search range

Responses
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.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Body
Responses
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.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Body
Limitinteger · uint32Optional
OrderstringOptional
Skipinteger · uint32Optional
SortBystringOptional
Responses
200Success

No content

post
/api/k8s/v3/workloads/list

No content

Last updated