POST
/
kubernetesObjects

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
environment
string | null

The optional environment of the kubernetes object

kind
string

The type of kubernetes object (e.g. Pod, Node, CronJob etc)

labels
object | null

The optional labels of the kubernetes object

name
string | null

The optional name of the kubernetes object

namespace
string | null

The optional namespace of the kubernetes object

service
string | null

The optional service of the kubernetes object

time
integer

Unix timestamp at which we should get the kubernetes objects

Response

200 - application/json
objects
object[]

The list of Kubernetes objects matching the criteria