{ "id":"/axapi/v3/debug/monitor", "type":"object", "node-type":"scalar", "title":"monitor", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":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 }, "timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":9999, "default":5, "partition-visibility":"shared", "description":"timeout to stop debug monitor in minutes", "optional":true }, "filesize":{ "type":"number", "format":"number", "minimum":1, "maximum":300, "default":1, "partition-visibility":"shared", "description":"maximum file size to save debug messages (MB)", "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 } } }