API Guide

Table Of Contents
"@odata.id": "/api/DeviceService/Devices(25773)/Settings('Network')",
"SettingType": "Network",
"MgmtVLANId": "",
"EnableMgmtVLANId": false,
"IomIPv4Settings":
{
"EnableIPv4": true,
"EnableDHCP": true,
"StaticIPAddress": "10.35.176.185",
"StaticSubnetMask": "255.255.255.0",
"StaticGateway": "10.35.176.1"
},
"IomIPv6Settings":
{
"EnableIPv6": true,
"StaticIPv6Address": "::",
"StaticPrefixLength": "0",
"StaticGateway": "::",
"UseDHCPv6": true
},
"IomDNSSettings":
{
"PrimaryDNS": "",
"SecondaryDNS": "",
"TertiaryDNS": ""
}
}
Output:
{
"@odata.id": "/api/DeviceService/Devices(25773)/Settings('Network')",
"EnableMgmtVLANId": false,
"@odata.context": "/api/$metadata#DeviceService.DeviceSetting/$entity",
"SettingType": "Network",
"IomDNSSettings":
{
"PrimaryDNS": "",
"SecondaryDNS": "",
"TertiaryDNS": ""
},
"IomIPv4Settings":
{
"EnableIPv4": true,
"EnableDHCP": true,
"StaticIPAddress": "10.35.176.185",
"StaticSubnetMask": "255.255.255.0",
"StaticGateway": "10.35.176.1"
},
"IomIPv6Settings":
{
"EnableIPv6": true,
"StaticIPv6Address": "::",
"StaticPrefixLength": "0",
"StaticGateway": "::",
"UseDHCPv6": true
},
"MgmtVLANId": ""
}
Example for network settings for Chassis
Input:
{
"@odata.context": "/api/$metadata#DeviceService.DeviceSetting/$entity",
"@odata.type": "#DeviceService.DeviceSetting",
"@odata.id": "/api/DeviceService/Devices(25037)/Settings('Network')",
"SettingType": "Network",
"MgmtVLANId": "1",
"EnableVLAN": false,
"Ipv4Settings":
{
196
Devices