{ "id":"/axapi/v3/debug/monitor", "type":"object", "node-type":"scalar", "title":"monitor", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Monitor debug output", "properties":{ "filename":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Filename to save debug output", "optional":true }, "all-slots":{ "type":"number", "format":"flag", "plat-pos-list":["chassis"], "default":0, "partition-visibility":"shared", "description":"Display debug output of both Master and Blade", "optional":true }, "cpuid":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "partition-visibility":"shared", "description":"CPU id to debug (0,1,...)", "optional":true }, "no-stop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Donot spawn another rimacli", "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 } } }