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.
{
"_typeName": "string",
"type": "string",
"value": "string"
}
InvalidState: if the host is not evacuated.
VsanFault: if operation fails with VSAN-specific error.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}