Get All Application Groups of Kubernetes
Get the details of all applicationGroups
Query Parameters
- ClusterId int32
Id of the hypervisor to list application groups
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- applicationGroupCount int32
applicationGroups object[]
id int32name stringstatus stringPossible values: [
ALL
,PROTECTED
,NOT_PROTECTED
,PENDING
,BACKED_UP_WITH_ERROR
,DISCOVERED
]clusterType stringPossible values: [
NONE
,VMW
,MICROSOFT
,XEN_SERVER
,AMAZON
,AZURE
,REDHAT
,AZURE_V2
,SCVMM
,NUTANIX
,ORACLE_VM
,DOCKER
,OPENSTACK
,ORACLE_CLOUD
,FUSIONCOMPUTE
,VCLOUD
,GOOGLE_CLOUD
,AZURE_STACK
,ALIBABA_CLOUD
,ORACLE_CLOUD_INFRASTRUCTURE
,KUBERNETES
,REDHAT_OPENSHIFT
,PROXMOX
]applicationGroup object
id int32name stringcluster object
id int32name stringdisplayName stringinstance object
id int32name stringplan object
id int32name stringlastBackup object
jobId int32Returns the job id of the last backup job performed.
status stringPossible values: [
NEVER_BACKED_UP
,COMPLETED
,FAILED
,COMPLETED_WITH_ERRORS
,KILLED
,SUSPENDED
,INTERRUPTED
,ANY_STATUS
,SKIPPED
,FAILED_TO_START
,SYNCHRONIZED
,NOT_SYNCHRONIZED
,NOT_ATTEMPTED
,STARTED
,COMPLETED_WITH_WARNINGS
,SYSTEM_FAILED
,COMMITTED
]Status of the last backup job performed.
time int64Shows the time when the last back up job was carried out. The time is provided in unix time format.
failureReason stringGives the reason for the last backup job failing, if the last backup job fails.
company object
id int32Id of company
name stringName of company
multiCommcellId int32Multi Commcell Id of company
isDefaultApplicationGroup booleanDefault value:
false
True if subclient is default subclient
storagePolicyRetentionExtension booleanDefault value:
false
True if extend storage policy Retention was set in VMGroup for deleted files
indexingStatus stringPossible values: [
NOT_APPLICABLE
,ENABLED
,SETUP_IN_PROGRESS
]Default value:
NOT_APPLICABLE
Type of indexing status.
snapBackupEnabled booleanDefault value:
false
true if snap backup enabled
{
"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
}