Get Tools Installer
Released in v7.0.0 DescriptionGet information about the VMware Tools installer.
Request
URLURL
https://{api_host}/rest/vcenter/vm/{vm}/tools/installer
Parameters
Parameters
string
vm
Required
Identifier of the virtual machine.
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
Response
Response
Response BodyResponse Body
200 OK returns
VmToolsInstallerGetResponseBody
of type application/json
information about the VMware Tools installer.
{
"value": {
"is_connected": false
}
}
cURL Command
curl -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" https://{api_host}/rest/vcenter/vm/{vm}/tools/installer
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.
default
'Default' means this response is used for all HTTP codes that are not covered individually for this operation.