Disconnect Tools Installer
Released in v7.0.0Disconnect the VMware Tools installer CD image.
Request
URLURL
https://{api_host}/rest/vcenter/vm/{vm}/tools/installer?action=disconnect
Parameters
Parameters
string
vm
Required
Virtual machine ID
The parameter must be an identifier for the resource type: VirtualMachine.
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
cURL Command
curl -X POST -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" https://{api_host}/rest/vcenter/vm/{vm}/tools/installer?action=disconnect
Errors
404
com.vmware.vapi.std.errors.error : if the system reports an error while responding to the request. | com.vmware.vapi.std.errors.not_found : if the virtual machine is not found.
409
com.vmware.vapi.std.errors.not_allowed_in_current_state : if the virtual machine is not powered on.
default
'Default' means this response is used for all HTTP codes that are not covered individually for this operation.