{ "id":"/axapi/v3/system/q-in-q", "type":"object", "node-type":"scalar", "title":"q-in-q", "partition-visibility":"shared", "description":"802.1QinQ system settings", "properties":{ "enable-all-ports":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable 802.1QinQ on all physical ports", "optional":true }, "inner-tpid":{ "type":"string", "format":"time-hh:mm", "minLength":1, "maxLength":4, "partition-visibility":"shared", "description":"TPID for inner VLAN (Inner TPID, 16 bit hex value, default is 8100)", "optional":true }, "outer-tpid":{ "type":"string", "format":"time-hh:mm", "minLength":1, "maxLength":4, "partition-visibility":"shared", "description":"TPID for outer VLAN (Outer TPID, 16 bit hex value, default is 8100)", "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 } } }