Get details of a Kubernetes application group
Select
SaaS
Customer Managed
API to get details of a Kubernetes application group with applicationGroupId
Path Parameters
- applicationGroupId int32 required
applicationGroupId is the ID of the Kubernetes application group
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
applicationCount object
- nextBackupTime int32
- isETCDApplicationGroup boolean
Describes if the Application Group is an ETCD Application Group
- isDefaultApplicationGroup boolean
Describes if the Application Group is a default Application Group
plan object
timezone object
tags object[]
content object
filters object
lastBackup object
activityControl object
accessNodes object[]
options object
cluster object
instance object
backupset object
{
"id": 0,
"name": "string",
"applicationCount": {
"pendingCount": 0,
"protectedCount": 0,
"notProtectedCount": 0,
"neverBackedUpCount": 0,
"backupUpWithErrorCount": 0,
"totalCount": 0
},
"nextBackupTime": 0,
"isETCDApplicationGroup": true,
"isDefaultApplicationGroup": true,
"plan": {
"id": 0,
"name": "string"
},
"timezone": {
"id": 0,
"name": "string"
},
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
],
"content": {
"applications": [
{
"GUID": "string",
"type": "NAMESPACE",
"name": "string"
}
],
"labelSelectors": [
{
"selectorValue": "string",
"selectorLevel": "Application"
}
]
},
"filters": {
"skipStatelessApps": false,
"applications": [
{
"GUID": "string",
"type": "NAMESPACE",
"name": "string"
}
],
"labelSelectors": [
{
"selectorValue": "string",
"selectorLevel": "Application"
}
]
},
"lastBackup": {
"jobId": 0,
"status": "NEVER_BACKED_UP",
"time": 0,
"failureReason": "string"
},
"activityControl": {
"enableBackup": true
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
],
"options": {
"backupStreams": 5,
"jobStartTime": 0,
"onSnapFailureFallbackToLiveVolume": false,
"scheduleWorkerToConfigNamespace": false,
"workerResources": {
"cpuLimits": "string",
"cpuRequests": "string",
"memoryLimits": "string",
"memoryRequests": "string"
},
"workerNamespace": "string",
"workerServiceAccount": "string"
},
"cluster": {
"id": 0,
"name": "string",
"displayName": "string"
},
"instance": {
"id": 0,
"name": "string"
},
"backupset": {
"id": 0,
"name": "string"
}
}
GET /v5/kubernetes/applicationgroup/:applicationgroupid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'