kubernetes
Get Kubernetes pods
Get the list of Kubernetes pods across all namespaces the user can access. Access policy: Authenticated user.
get/kubernetes/{id}/pods
Path parameters
idinteger required
Environment(Endpoint) identifier
Query parameters
labelSelectorstring
Kubernetes label selector to filter the pods (e.g. app=nginx)
fieldSelectorstring
Kubernetes field selector to filter the pods (e.g. status.phase=Running)
Response
Success