Failover Cluster Configurator Configure Vcha Task
Configure VCHA on the local vCenter Server.
This operation configures the VC appliance with VCHA specific inputs and uses already deployed Passive and Witness nodes to set up the VCHA cluster. After configuration, the VCHA Cluster is enabled on a best effort basis, but if this operation does not succeed, setClusterMode_Task must be called to enable it. State replication or failover is not allowed until the VCHA Cluster is enabled. The current vCenter Server continues to serve client requests during and after the configuration.
Required privileges: Global.VCServer
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case FailoverClusterConfigurator/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"configureVchaRequestType Object"
contains the configuration for the cluster
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/FailoverClusterConfigurator/{moId}/configureVcha_Task