Cluster EVC Manager Check Add Host Evc Task
Test the validity of adding a host into the managed cluster.
Note that this method only tests EVC admission control; host-add may fail for other reasons.
Required privileges: System.View
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 ClusterEVCManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"CheckAddHostEvcRequestType Object"
The spec that will be used to add the host.
This method returns a Task object with which to monitor the operation.
"MoRefTask Object"
InvalidLogin: if authentication with the host fails.
HostConnectFault: if an error occurred when attempting to connect to the host. Typically, a more specific subclass is thrown.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/ClusterEVCManager/{moId}/CheckAddHostEvc_Task