{ "id":"/axapi/v3/backup", "type":"object", "node-type":"intermediate", "title":"backup", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "operational":1, "description":"Backup system files", "properties":{ "system":{ "type":"object", "$ref":"/axapi/v3/backup/system", "properties":{ "encrypt":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Encrypt the backup file" }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port" }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"profile name for remote url" }, "password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"password for the remote site" }, "store-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Save backup store information" } } }, "status":{ "type":"object", "$ref":"/axapi/v3/backup/status", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "log":{ "type":"object", "$ref":"/axapi/v3/backup/log", "properties":{ "expedite":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Expedite the Backup" }, "period":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify backup period" }, "date":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"specify number of days" }, "day":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Most recent day" }, "month":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":" Most recent month" }, "week":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Most recent week" }, "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"all log" }, "stats-data":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Backup web statistical data" }, "core":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Backup core files only" }, "showtech":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Backup showtech files only" }, "messages":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Backup messages file only" }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port" }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"profile name for remote url" }, "password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"password for the remote site" }, "store-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Save backup store information" } } }, "store":{ "type":"object", "$ref":"/axapi/v3/backup/store", "properties":{ "creat-cfg":{ "type":"object", "properties":{ "create":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Create store" }, "store-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"profile name to store remote url" }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"profile name for remote url" } } }, "delete-cfg":{ "type":"object", "properties":{ "delete":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Delete store" }, "store-name-del":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"profile name for deleting" } } } } } } }