vcenter vm tools installer: disconnect
Disconnect the VMware Tools installer CD image. This operation was added in vSphere API 7.0.0.
Request:
HTTP request
POST https://{server}/rest/vcenter/vm/{vm}/tools/installer?action=disconnect
Path Parameters
| Name | Type | Description |
|---|---|---|
| Required | ||
| vm | string | Virtual machine ID. |
Response:
HTTP Status Code: 200
NoneErrors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 500 | error | if the system reports an error while responding to the request. |
| 404 | not_found | if the virtual machine is not found. |
| 400 | not_allowed_in_current_state | if the virtual machine is not powered on. |