{ "id":"/axapi/v3/network/arp/static/{ip-addr}+{vlan}", "type":"object", "node-type":"list", "title":"static", "partition-visibility":"shared", "description":"static ARP Commands", "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 } }, "object-keys":[ "ip-addr", "vlan" ], "required":[ "ip-addr", "vlan" ] }