Vsphere Csi Zone Support
Api to verify whether vsphere csi zone support is present. Both workload clusters and management clusters should be created in TCA >= 1.9.5 version.
Request
URI
GET
https://{api_host}/hybridity/api//infra/k8s/clusters/{id}/vSphereCsiZoneSupport
COPY
Path Parameters
string
id
Required
If Management cluster id is provided, checks whether mgmt cluster is created in TCA >= 1.9.5 version If workload cluster id is provided, checks whether its mgmt cluster is created in TCA >= 1.9.5 and the workload cluster is created in TCA >= 1.9.5 version.
Responses
200
Returns the details of csi zone support.
Returns
vSphereCSIZoneSupportResponse
of type(s)
application/json
{
"reason": "reason",
"isSupported": true
}
boolean
isSupported
Optional
isSupported
string
reason
Optional
reason
Infra Operations
POST
Abort Cluster Operation
PUT
Change Cluster Password
POST
Create Cluster Node Pool
DELETE
Delete Node Pool
POST
Deploy Cluster
PUT
Edit Cluster
PUT
Edit Cluster Config
PUT
Edit Node Pool
POST
Genereate Spec
GET
Get Cluster Config
GET
Get Clusters
GET
Get Clusters Node Pools
GET
Get K8 Cluster Node Pool
GET
Get Node Pool Customization
POST
Kuberenetes Version Upgrade Matrix
PUT
Pause Node Pool
POST
Retry Cluster Operation
GET
Supported Kubernetes Versions
PUT
Sync Esx Info
PUT
Unpause Node Pool
PUT
Upgrade Cluster
PUT
Upgrade Cluster Addon
GET
Upgrade History
POST
Upgrade Node Pool
GET
Validate Upgrade Cluster
GET
Vsphere Csi Zone Support