{ "id":"/axapi/v3/debug/local-log", "type":"object", "node-type":"scalar", "title":"local-log", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug LOCAL log", "properties":{ "group":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'query': Debug local log query (axapi).; 'db-mgr': Debug local log database management.; 'db-write': Debug local log insert local log into database.; 'queue': Debug local log generate and inqueue/dequeue.; ", "enum":[ "query", "db-mgr", "db-write", "queue" ], "optional":true }, "level":{ "type":"number", "format":"number", "minimum":1, "maximum":3, "partition-visibility":"shared", "description":"Debug level (Level 1-3. 1:error, 2:notice, 3:Info)", "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 } } }