Skip to main content

Get all Kubernetes applications

Select

SaaS
Customer Managed

API to get all Kubernetes applications

Responses

OK


Schema
  • applicationCount int32
  • applications object[]
GET /v5/kubernetes/application    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'