vcenter host: connect
Connect to the host corresponding to
host
previously added to the vCenter server.
Request:
HTTP request
POST https://{server}/rest/vcenter/host/{host}/connect
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
host | string | Identifier of the host to be reconnected. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
400 | already_in_desired_state | if the host associated with host is already connected. |
500 | error | if the system reports an error while responding to the request. |
404 | not_found | if there is no host associated with host in the system. |
503 | service_unavailable | if the system is unable to communicate with a service to complete the request. |
401 | unauthenticated | if the user can not be authenticated. |
403 | unauthorized | if the user doesn't have the required privileges. |