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

NetworkInterfaceInfoDrResponseList

List of entities about: Information about network interface.


Properties

_meta Optional

List metadata


list Optional

Information about network interface.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"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"}]
srm-appliance-config-api
Returned By

Get All Network Interfaces Settings

Feedback

Was this page helpful?