Failover Cluster Configurator Create Passive Node Task

Failover Cluster Configurator Create Passive Node Task

Creates a Passive node in a degraded VCHA Cluster with node location information and pre-existing VCHA Cluster configuration from the Active node.

Required privileges: Global.VCServer

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/FailoverClusterConfigurator/{moId}/createPassiveNode_Task
COPY
Path Parameters
string
moId
Required

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}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
createPassiveNodeRequestType of type(s) application/json
Required
"createPassiveNodeRequestType Object"
passiveDeploymentSpec
Required

contains deployment specification for the passive node

sourceVcSpec
Required

contains specification for the source vCenter server that is used to create Passive node

Authentication
This operation uses the following authentication methods.
Responses
200

This method returns a Task object with which to monitor the progress of the operation.

Returns MoRefTask of type(s) application/json
"MoRefTask Object"

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/FailoverClusterConfigurator/{moId}/createPassiveNode_Task