{ "id":"/axapi/v3/debug/logging/{all}", "type":"object", "node-type":"list", "title":"logging", "operation-not-allowed": ["PUT"], "operational":1, "description":"Logging module parameters", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "description":"Logging all debug switch", "optional":false }, "command":{ "type":"number", "format":"flag", "default":0, "description":"Logging debug command switch", "optional":true }, "error":{ "type":"number", "format":"flag", "default":0, "description":"Logging debug error switch", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "all" ], "required":[ "all" ] }