[ { "name": "MgmtProfile", "value": { "id": 2, "name": "PeriodicMetrics", "interval" : 300, "dataIds":["5", "18", "23", "24", "25"] } },{ "name": "UserMgmt", "value": { "userName": "${device.IOxUserName}", "newPassword": "${device.IOxUserPassword}" } }, { "name": "MgmtProfile", "value": { "id": 1, "name": "Heartbeat", "interval" : 60, "dataIds": ["4"] } } <#-- InterfaceSettings ifName: Name of the interface you wish to configure status: 1 to enable | 0 to disable ipv4: Valid IPv4 address netmask: Netmask for the IPv4 address --> ,{ "name": "InterfaceSettings", "value" : { "ifName": "int1", "status":1 } } ,{ "name": "InterfaceSettings", "value" : { "ifName": "int2", "status":1 } } ,{ "name": "InterfaceSettings", "value" : { "ifName": "int3", "status":1 } } ,{ "name": "InterfaceSettings", "value" : { "ifName": "int4", "status":1 } } <#-- IpStaticRouteSettings action: 1 add | 2 to delete network: default | valid ipv4 or ipv6 network prefix: prefix length for the network gateway: valid IPv4 or IPv6 gateway IP interface: interface to send traffic on --> <#-- ,{ "name" : "IpStaticRouteSettings", "value": { "action" : 2, "network": "", "prefix" : 24, "gateway" : "", "interface" : "" } } --> ]