{ "id":"/axapi/v3/file/debug-monitor", "type":"object", "node-type":"scalar", "title":"debug-monitor", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"debug monitor file information and management commands", "properties":{ "file":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"debug monitor local file name", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'export': export; ", "enum":[ "export" ], "optional":true }, "file-handle":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"full path of the uploaded file", "optional":true } } }