Vsan Cluster Mgmt Internal System Vsan Remediate Vsan Host

Vsan Cluster Mgmt Internal System Vsan Remediate Vsan Host

Remediate a single standalone host.

Will ensure the vSAN state of the host is updated if required. If the host was removed from a cluster, the cluster needs to remediate in order for the vSAN cluster to correctly reflect that the host is no longer part of the cluster.

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanClusterMgmtInternalSystem/{moId}/VsanRemediateVsanHost
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 VsanClusterMgmtInternalSystem/{moId}.

string
release
Required

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


Request Body
VsanRemediateVsanHostRequestType of type(s) application/json
Required
"VsanRemediateVsanHostRequestType Object"
host
Required

The target vim.HostSystem to remediate.

Required privileges: Host.Config.Storage

Authentication
This operation uses the following authentication methods.
Responses
200

vim.Task

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

500

NotFound: when specified host doesn't exist.

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

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