{ "id":"/axapi/v3/debug/appcls", "type":"object", "node-type":"scalar", "title":"appcls", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug application classification", "properties":{ "level":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'1': Display critical errors only; '2': Display all unusual results; '3': Display all appcls engine information; ", "enum":[ "1", "2", "3" ], "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 } } }