Get all Kubernetes applications
API to get all Kubernetes applications
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- applicationCount int32
- applications object[]
{
"applicationCount": 0,
"applications": [
{
"GUID": "string",
"name": "string",
"nameSpace": "string",
"kind": "string",
"applicationGroup": {
"id": 0,
"name": "string"
},
"backupset": {
"id": 0,
"name": "string"
},
"commcell": {
"id": 0,
"name": "string"
},
"cluster": {
"id": 0,
"name": "string"
},
"plan": {
"id": 0,
"name": "string"
},
"instance": {
"id": 0,
"name": "string"
},
"usedSize": 0,
"provisionedSize": 0,
"applicationSize": 0,
"lastBackup": {
"time": 0,
"jobId": 0,
"status": "NEVER_BACKED_UP",
"lastSuccessfulBackupTime": 0,
"failureReason": "string"
},
"company": {
"id": 0,
"name": "string"
},
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
],
"SLA": {
"status": "MET_SLA",
"reason": "string"
}
}
]
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...