Get All Application Groups of Kubernetes
Select
SaaS
Customer Managed
Get the details of all applicationGroups
Query Parameters
- ClusterId int32
Id of the hypervisor to list application groups
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- applicationGroupCount int32
applicationGroups object[]
{
"applicationGroupCount": 0,
"applicationGroups": [
{
"id": 0,
"name": "string",
"status": "ALL",
"clusterType": "NONE",
"applicationGroup": {
"id": 0,
"name": "string"
},
"cluster": {
"id": 0,
"name": "string",
"displayName": "string"
},
"instance": {
"id": 0,
"name": "string"
},
"plan": {
"id": 0,
"name": "string"
},
"lastBackup": {
"jobId": 0,
"status": "NEVER_BACKED_UP",
"time": 0,
"failureReason": "string"
},
"company": {
"id": 0,
"name": "string",
"multiCommcellId": 0
},
"isDefaultApplicationGroup": false,
"storagePolicyRetentionExtension": false,
"indexingStatus": "NOT_APPLICABLE",
"snapBackupEnabled": false
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v4/kubernetes/applicationgroups
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/ApplicationGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/ApplicationGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/ApplicationGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/ApplicationGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/ApplicationGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/ApplicationGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/ApplicationGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'