Get Kubernetes applications details
Select
SaaS
Customer Managed
API to get details of a Kubernetes application
Path Parameters
- appGUID string required
GUID of the Application to get details
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- name string
Name of the Application
- GUID string
GUID of the Application
activityControl Kubernetes Application Activity Control Options
SLA object
- applicationSize int32
Size of the application
company object
cluster object
plan object
- status string
Possible values: [
PROTECTED
,NOT_PROTECTED
,PENDING
,BACKED_UP_WITH_ERROR
,DISCOVERED
]The status of the backup for the VM, instance, or container.
applicationGroup object
- provisionedSize int32
Provisioned size of the volumes
{
"name": "string",
"GUID": "string",
"activityControl": {
"enableBackup": true,
"enableRestore": true
},
"SLA": {
"status": "MET_SLA",
"reason": "string"
},
"applicationSize": 0,
"company": {
"id": 0,
"name": "string"
},
"cluster": {
"id": 0,
"name": "string"
},
"plan": {
"id": 0,
"name": "string"
},
"status": "PROTECTED",
"applicationGroup": {
"id": 0,
"name": "string"
},
"provisionedSize": 0
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v5/kubernetes/application/:appguid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application/:appGUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application/:appGUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application/:appGUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application/:appGUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application/:appGUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application/:appGUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Application/:appGUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'