VmGuestIdentityInfo

The Identity.Info structure contains information describing the guest operating system identification.


Properties

family Required

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: WINDOWSLINUXNETWARESOLARISDARWINOTHER


full_name Required

Guest operating system full name.


string
host_name Required

Hostname of the guest operating system.


name Required

Guest operating system identifier (short name).


string
ip_address Optional

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"
}
Returned By

Get Guest Identity

Feedback

Was this page helpful?