{ "id":"/axapi/v3/backup/log", "type":"object", "node-type":"scalar", "title":"log", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Backup log files", "properties":{ "expedite":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Expedite the Backup", "optional":true }, "period":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify backup period", "optional":true }, "date":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"specify number of days", "optional":true }, "day":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Most recent day", "optional":true }, "month":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":" Most recent month", "optional":true }, "week":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Most recent week", "optional":true }, "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"all log", "optional":true }, "stats-data":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Backup web statistical data", "optional":true }, "core":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Backup core files only", "optional":true }, "showtech":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Backup showtech files only", "optional":true }, "messages":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Backup messages file only", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port", "optional":true }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"profile name for remote url", "optional":true }, "password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"password for the remote site", "optional":true }, "store-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Save backup store information", "optional":true } } }