Vsphere Csi Zone Support

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.


Authentication
This operation uses the following authentication methods.
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