List Guest Networking Interfaces
DescriptionReturns information about the networking interfaces in the guest operating system.
Request
URLURL
Path Parameters
Path Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
array
of
VmGuestNetworkingInterfacesInfo of type application/json
Information about the interfaces configured in the guest operating system. Interfaces are ordered in a guest operating system specific determined order.
{
"dns": {
"ip_addresses": [
"string"
],
"search_domains": [
"string"
]
},
"dns_values": {
"domain_name": "string",
"host_name": "string"
},
"ip": {
"dhcp": {
"ipv4_enabled": false,
"ipv6_enabled": false
},
"ip_addresses": [
{
"ip_address": "string",
"origin": "enum",
"prefix_length": 0,
"state": "enum"
}
]
},
"mac_address": "string",
"nic": "string",
"wins_servers": [
"string"
]
}
DNS configuration of the adapter. See Networking.Info.dns for system wide settings. If unset then not assigned by the Guest OS.
Client DNS values. Data assigned by DNS. If unset no DNS assigned value exists.
IP configuration settings of the adapter If unset then not supported by the Guest OS.
MAC address of the adapter. If unset then not supported by the Guest OS.
Link to the corresponding virtual device. If unset then the interface is not backed by a virtual device. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet.
The IP addresses of any WINS name servers for the adapter. If unset then not supported by the Guest OS.