Kubernetes
Get Kubernetes objects
Get Kubernetes objects matching the specified criteria
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unix timestamp at which we should get the kubernetes objects
The type of kubernetes object (e.g. Pod, Node, CronJob etc)
The optional namespace of the kubernetes object
The optional name of the kubernetes object
The optional labels of the kubernetes object
The optional service of the kubernetes object
The optional environment of the kubernetes object
Response
200 - application/json
The list of Kubernetes objects matching the criteria
Was this page helpful?