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 5.0 use toolsVersionStatus2 and toolsRunningStatus.
Current status of VMware Tools in the guest operating system, if known.
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.