ListKubernetesCluster
Get the details of all cluster
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- clusterCount int32
clusters object[]
id int32This gives the id of the cluster.
name stringThis give the name of the cluster.
displayName stringThis gives the name of the cluster as it shown on the admin console or GUI.
hostName stringThis give the host name of the cluster.
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
]status stringstatus of the cluster
instance object
id int32name stringclientActivityControl object
activityType stringPossible values: [
BACKUP
,RESTORE
,ONLINECI
,ARCHIVEPRUNE
]denotes the activity type being considered
enableAfterADelay booleanTrue if the activity will be enabled after a delay time interval
enableActivityType booleanTrue if the activity type is enabled
delayTime object
timeZone object
id int32name stringtime int32delay time in unix timestamp
value stringactual delay time value in string format according to the timezone
{
"clusterCount": 0,
"clusters": [
{
"id": 0,
"name": "string",
"displayName": "string",
"hostName": "string",
"clusterType": "NONE",
"status": "string",
"instance": {
"id": 0,
"name": "string"
},
"clientActivityControl": {
"activityType": "BACKUP",
"enableAfterADelay": true,
"enableActivityType": true,
"delayTime": {
"timeZone": {
"id": 0,
"name": "string"
},
"time": 0,
"value": "string"
}
}
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}