Host Vsan System Recommission Vsan Node Task
Recommission this host to VSAN cluster.
Users may use this API to recommission a node that has been evacuated in VsanHostDecommissionMode.
See also EvacuateVsanNode_Task, VsanHostDecommissionMode.
Required privileges: Host.Config.Storage
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 HostVsanSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
This method returns a Task object with which to monitor the operation.
"MoRefTask Object"
InvalidState: if the host is not evacuated.
VsanFault: if operation fails with VSAN-specific error.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/HostVsanSystem/{moId}/RecommissionVsanNode_Task