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

UpdateNetworkInterfaceInfoSpec

Spec to update network interface configuration.


Properties

ipv4 Optional

IPv4 settings.


ipv6 Optional

IPv6 settings.

JSON Example

{
	"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
	}
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api
Parameter To

Update Network Interface Settings

Feedback

Was this page helpful?