Get Cluster Deployment Type
Retrieves the deployment type of a VCHA cluster.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
Info structure containing the deployment type information of the the VCHA cluster.
{
"deployment_type": "NONE"
}
The DeploymentType.Type enumerated type defines the possible deployment types for a VCHA Cluster.
NONE : VCHA Cluster is not configured.
AUTO : VCHA Cluster was deployed automatically.
MANUAL : VCHA Cluster was deployed manually.
Possible values are: NONE , AUTO , MANUAL
Errors
com.vmware.vapi.std.errors.unauthorized : If the user has insufficient privilege to perform the operation. Operation execution requires the System.Read privilege.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: get
x-vmw-doc-deprecated-path: /rest/vcenter/vcha/cluster/deployment-type
x-vmw-doc-operation: get