[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api

NetworkInterfaceInfoDrResponseEntity

Information about network interface.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"ipv4": {
		"address": "10.20.80.191",
		"assignment_mode": "DHCP",
		"default_gateway": "string",
		"prefix": 0
	},
	"ipv6": {
		"addresses": [
			{
				"address": "fc00:10:20:83:20c:29ff:fe94:bb5a",
				"prefix": 64
			}
		],
		"autoconfigure": false,
		"default_gateway": "string",
		"dhcp": false
	},
	"mac": "00:0C:29:94:BB:5A",
	"name": "nic0",
	"status": "DOWN"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
Returned By

Get Network Interface Settings

Feedback

Was this page helpful?