{ "id":"/axapi/v3/export-periodic/{axdebug}/debug-monitor/{debug-monitor}", "type":"object", "node-type":"list", "title":"debug-monitor", "description":"Debug Monitor Output", "properties":{ "debug-monitor":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"Debug Monitor Output", "optional":false }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "description":"Use management port as source port", "optional":true }, "remote-file":{ "type":"string", "format":"url", "description":"profile name for remote url", "optional":true }, "period":{ "type":"number", "format":"number", "minimum":60, "maximum":31536000, "description":"Specify the period in second", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "debug-monitor" ], "required":[ "debug-monitor" ] }