device_settings_model
device_settings_model
JSON Example
{
"lan": {
"interfaces": [
{
"override": false,
"name": "string",
"cwp": false,
"disabled": false,
"l2": {
"autonegotiation": false,
"speed": "string",
"duplex": "string",
"MTU": 0
},
"portMode": "string",
"space": "string",
"type": "string",
"untaggedVlan": "string",
"vlanIds": [
0
],
"authenticationType": "string",
"broadcastSsid": false,
"passphrase": "string",
"ssid": "string",
"securityMode": "string"
}
],
"management": {
"cidrIp": "string",
"cidrPrefix": 0
},
"networks": [
{
"override": false,
"advertise": false,
"pingResponse": false,
"bindEdgeAddress": false,
"baseDhcpAddr": 0,
"cidrIp": "string",
"cidrPrefix": 0,
"cost": 0,
"dhcp": {
"enabled": false,
"dhcpRelay": {
"enabled": false,
"servers": [
"string"
]
},
"leaseTimeSeconds": 0,
"baseDhcpAddr": 0,
"numDhcpAddr": 0,
"options": [
{
"option": 0,
"value": "string",
"type": "string",
"metaData": {
"dataType": "string",
"description": "string",
"display": false,
"list": false,
"name": "string",
"option": 0
}
}
],
"override": false
},
"disabled": false,
"interfaces": [
"string"
],
"multicast": {
"igmp": {
"enabled": false,
"type": "string"
},
"igmpHostQueryIntervalSeconds": 0,
"igmpMaxQueryResponse": 0,
"pim": {
"enabled": false,
"type": "string"
},
"pimHelloTimerSeconds": 0,
"pimKeepAliveTimerSeconds": 0,
"pimPruneIntervalSeconds": 0
},
"name": "string",
"netmask": "string",
"numDhcpAddr": 0,
"ospf": {
"enabled": false,
"override": false,
"area": 0,
"passiveInterface": false
},
"segmentId": 0,
"staticReserved": 0,
"vlanId": 0
}
],
"visibility": {
"override": false,
"mode": "string"
}
},
"routedInterfaces": [
{
"override": false,
"disabled": false,
"addressing": {
"type": "string",
"cidrPrefix": 0,
"cidrIp": "string",
"netmask": "string",
"gateway": "string",
"username": "string",
"password": "string"
},
"advertise": false,
"cellular": {
"simPin": "string",
"network": "string",
"apn": "string",
"username": "string",
"password": "string"
},
"dhcpServer": {
"enabled": false,
"dhcpRelay": {
"enabled": false,
"servers": [
"string"
]
},
"leaseTimeSeconds": 0,
"baseDhcpAddr": 0,
"numDhcpAddr": 0,
"options": [
{
"option": 0,
"value": "string",
"type": "string",
"metaData": {
"dataType": "string",
"description": "string",
"display": false,
"list": false,
"name": "string",
"option": 0
}
}
],
"override": false
},
"dslSettings": {
"mode": "string",
"properties": {}
},
"encryptOverlay": false,
"l2": {
"autonegotiation": false,
"speed": "string",
"duplex": "string",
"MTU": 0
},
"multicast": {
"igmp": {
"enabled": false,
"type": "string"
},
"igmpHostQueryIntervalSeconds": 0,
"igmpMaxQueryResponse": 0,
"pim": {
"enabled": false,
"type": "string"
},
"pimKeepAliveTimerSeconds": 0,
"pimPruneIntervalSeconds": 0,
"pimHelloTimerSeconds": 0
},
"name": "string",
"natDirect": false,
"ospf": {
"area": 0,
"authentication": false,
"authId": 0,
"authPassphrase": "string",
"cost": 0,
"deadTimer": 0,
"mode": "string",
"enabled": false,
"exclusionRoutes": [
{}
],
"helloTimer": 0,
"inboundRouteLearning": {
"defaultAction": "string",
"filters": [
{
"cidrIp": "string",
"cidrPrefix": "string",
"action": "string"
}
]
},
"md5Authentication": false,
"MTU": 0,
"outboundRouteAdvertisement": {
"defaultAction": "string",
"filters": [
{
"cidrIp": "string",
"cidrPrefix": "string",
"action": "string"
}
]
},
"passive": false,
"vlanId": 0
},
"pingResponse": false,
"radiusAuthentication": {
"enabled": false,
"macBypass": [
{
"address": "string",
"description": "string"
}
]
},
"segmentId": 0,
"sfpType": "string",
"subinterfaces": [
"device_settings_subinterface Object"
],
"rpf": "string",
"trusted": false,
"underlayAccounting": false,
"vlanId": 0,
"wanOverlay": "string"
}
]
}