VmGuestIdentityInfo
The Identity.Info structure contains information describing the guest operating system identification.
Properties
The GuestOSFamily enumerated type defines the valid guest operating system family types reported by a virtual machine.
WINDOWS : Windows operating system
LINUX : Linux operating system
NETWARE : Novell Netware
SOLARIS : Solaris operating system
DARWIN : Mac OS operating system
OTHER : Other operating systems
Possible values are: WINDOWS , LINUX , NETWARE , SOLARIS , DARWIN , OTHER
Hostname of the guest operating system.
IP address assigned by the guest operating system. If unset the guest does not have an IP address.
JSON Example
{
"family": "WINDOWS",
"full_name": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"host_name": "string",
"name": "enum"
}