{ "id":"/axapi/v3/debug/cli", "type":"object", "node-type":"scalar", "title":"cli", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"CLI module parameters", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"CLI all debug switch", "optional":true }, "io":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"CLI debug input-output switch", "optional":true }, "parser":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"CLI debug parser 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 } } }