{ "id":"/axapi/v3/network/vlan-global/oper", "type":"object", "node-type":"scalar", "title":"vlan-global", "partition-visibility":"shared,private", "description":"Operational Status for the object vlan-global", "properties":{ "oper":{ "type":"object", "properties":{ "vlan-trans-list":{ "type":"object", "properties":{ "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "description":"VLAN id" } } }, "vlan-based-mac-scheme":{ "type":"number", "format":"number", "description":"Enable mac address based on vlan" }, "vlan-mac-list":{ "type":"object", "properties":{ "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "description":"VLAN id" }, "mac":{ "type":"string", "format":"mac-address", "minLength":11, "maxLength":17 }, "vlan-tag":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "description":"VLAN tag" } } } } } } }