Get Kubernetes Application
Get all application in Kubenetes cluster
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
applications object[]
name stringThe display name of the VM.
vendor stringPossible values: [
KUBERNETES
]The hypervisor where the VM is located.
cluster object
id int32name stringapplicationGroup object
id int32name stringos stringThe operating system version for the VM or instance.
host stringThe host name for the computer where the source virtual machine or instance resides.
applicationSize int32The total space allocated(in bytes) for the virtual machine.
status stringPossible values: [
PROTECTED
,NOT_PROTECTED
,PENDING
,BACKED_UP_WITH_ERROR
,DISCOVERED
]The status of the backup for the VM, instance, or container.
UUID stringThe globally unique identifier for the VM client.
commcellName stringName of the commcell the VM belongs
lastBackup object
last backup job details for the client
time int32UNIX time for the last backup job run
jobId int32Job id of the last backup job
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.
lastSuccessfulBackupTime int32UNIX time for the last successful backup job run
failureReason stringFailure reason for the last backup job
K8applicationSize int32The amount of data being protected for the VM client(in bytes)
plan object
id int32name stringSLA object
status stringPossible values: [
MET_SLA
,MISSED_SLA
,EXCLUDED_SLA
,YET_TO_BE_PROTECTED
,MIGHT_MISS_SLA
,UNKNOWN
]Provides the SLA status.
reason stringThe reason for the current SLA status of the VM client
company object
id int32name string- applicationsCount int32
{
"applications": [
{
"name": "string",
"vendor": "KUBERNETES",
"cluster": {
"id": 0,
"name": "string"
},
"applicationGroup": {
"id": 0,
"name": "string"
},
"os": "string",
"host": "string",
"applicationSize": 0,
"status": "PROTECTED",
"UUID": "string",
"commcellName": "string",
"lastBackup": {
"time": 0,
"jobId": 0,
"status": "NEVER_BACKED_UP",
"lastSuccessfulBackupTime": 0,
"failureReason": "string"
},
"K8applicationSize": 0,
"plan": {
"id": 0,
"name": "string"
},
"SLA": {
"status": "MET_SLA",
"reason": "string"
},
"company": {
"id": 0,
"name": "string"
}
}
],
"applicationsCount": 0
}
Requested Details not found