Redeploy Cluster Passive Task
Creates the passive node in a degraded cluster with node location information and pre-existing VCHA cluster configuration from the active node.
Request
URLURL
Header Parameters
Header Parameters
Request Body
Contains the passive node's redeploy specification. The Passive.RedeploySpec structure contains the redeploy specification.
{
"placement": {
"folder": "string",
"name": "string"
}
}
Failover IP address that this node must assume after the failover to serve client requests. If unset, then the public IP address of the Active vCenter Server is assumed.
Contains the VCHA HA network configuration of the node. All cluster communication (state replication, heartbeat, cluster messages) happens over this network. If unset, then the stored network configuration for the VCHA HA network for the passive node will be used.
Contains the active node’s management vCenter server credentials. If unset, then the active vCenter Server instance is assumed to be either self-managed or else in enhanced linked mode and managed by a linked vCenter Server instance.
Response
Response BodyResponse Body
An identifier for the task created by this API invocation will be returned. If the non-async version of the operation returns a value, this id can be used with the CIS Get Task operation to fetch that value. The normal description of this operation’s return value will follow if one exists.