[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
UpdateNetworkInterfaceInfoSpec
Spec to update network interface configuration.
Properties
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"}]
vrms-appliance-config-api
Parameter To
Update Network Interface Settings