Get all Kubernetes application groups
Select
SaaS
Customer Managed
API to get all Kubernetes application groups
Query Parameters
- clusterId int32
clusterId is the ID of the Kubernetes cluster client to filter Application Groups for
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- applicationGroupCount int32
applicationGroups object[]
{
"applicationGroupCount": 0,
"applicationGroups": [
{
"id": 0,
"name": "string",
"isDefaultApplicationGroup": true,
"snapBackupEnabled": true,
"cluster": {
"id": 0,
"name": "string",
"displayName": "string"
},
"plan": {
"id": 0,
"name": "string"
},
"company": {
"id": 0,
"name": "string",
"multiCommcellId": 0
},
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
],
"instance": {
"id": 0,
"name": "string"
},
"lastBackup": {
"time": 0,
"jobId": 0,
"status": "NEVER_BACKED_UP",
"lastSuccessfulBackupTime": 0,
"failureReason": "string"
}
}
]
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v5/kubernetes/applicationgroup
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'