VirtualMachineGuestSummary
A subset of virtual machine guest information.
{
"_typeName": "string",
"guestId": "string",
"guestFullName": "string",
"toolsStatus": "string",
"toolsVersionStatus": "string",
"toolsVersionStatus2": "string",
"toolsRunningStatus": "string",
"hostName": "string",
"ipAddress": "string",
"hwVersion": "string"
}
Guest operating system identifier (short name), if known.
Guest operating system name configured on the virtual machine.
Deprecated as of vSphere API 4.0 use VirtualMachineToolsVersionStatusEnum and VirtualMachineToolsRunningStatusEnum.
Current status of VMware Tools running in the guest operating system.
Possible values:
toolsNotInstalled
: VMware Tools has never been installed or has not run in the virtual machine.toolsNotRunning
: VMware Tools is not running.toolsOld
: VMware Tools is running, but the version is not current.toolsOk
: VMware Tools is running and the version is current.
Deprecated as of vSphere API 5.0 use toolsVersionStatus2.
Current version status of VMware Tools in the guest operating system, if known.
Current version status of VMware Tools in the guest operating system, if known.
Current running status of VMware Tools in the guest operating system, if known.
Hostname of the guest operating system, if known.
Primary IP address assigned to the guest operating system, if known.
The hardware version string for this virtual machine.