{ "id":"/axapi/v3/network/mac-address", "type":"object", "node-type":"intermediate", "title":"mac-address", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Configure a MAC address", "properties":{ "static-list":{ "type":"array", "minItems":1, "items":{ "type":"static" }, "uniqueItems":true, "$ref":"/axapi/v3/network/mac-address/static/{mac}+{vlan}", "array":[ { "properties":{ "mac":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"Configure a Static MAC address", "optional":false }, "port":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet Port on which the Address is applicable (Port Value)", "optional":true }, "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "$ref":"/axapi/v3/network/vlan", "description":"VLAN Id", "optional":false }, "redirect-dummy-mac":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Dummy for redirect use", "optional":true }, "dest":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Trap MAC with this DA to CPU", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "mac", "vlan" ] } ] }, "dynamic":{ "type":"object", "$ref":"/axapi/v3/network/mac-address/dynamic", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }