{ "id":"/axapi/v3/file/log-backup", "type":"object", "node-type":"scalar", "title":"log-backup", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"Backup system 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 }, "file-handle":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"full path of the uploaded file", "optional":true } } }