{ "id":"/axapi/v3/debug/layer2", "type":"object", "node-type":"scalar", "title":"layer2", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Layer2 module parameters", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Layer2 all debug switch", "optional":true }, "trace":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Layer2 debug trace switch", "optional":true }, "interface":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Layer2 debug interface switch", "optional":true }, "vlan":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Layer2 debug vlan switch", "optional":true }, "arp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Layer2 debug arp switch", "optional":true }, "misc":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Layer2 debug misc switch", "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 } } }