{ "id":"/axapi/v3/network/arp", "type":"object", "node-type":"intermediate", "title":"arp", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Configure ARP", "properties":{ "static-list":{ "type":"array", "minItems":1, "items":{ "type":"static" }, "uniqueItems":true, "$ref":"/axapi/v3/network/arp/static/{ip-addr}+{vlan}", "array":[ { "properties":{ "ip-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP address", "optional":false }, "mac-addr":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"MAC address", "optional":true }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not":"trunk", "description":"Ethernet port (Port Value)", "optional":true }, "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "not":"ethernet", "description":"Trunk group", "optional":true }, "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "$ref":"/axapi/v3/network/vlan", "description":"VLAN ID", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ip-addr", "vlan" ] } ] }, "dynamic":{ "type":"object", "$ref":"/axapi/v3/network/arp/dynamic", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }