.. _backup_periodic: backup-periodic =============== Configure backup periodically backup-periodic Specification ----------------------------- ===================================== ======================================================================= **Parameter** **Value** ===================================== ======================================================================= **Type** *Collection* **Object Key(s)** *system, log* **Collection Name** :ref:`24_backup-periodic_list` **Collection URI** /axapi/v3/backup-periodic **Element Name** backup-periodic **Element URI** /axapi/v3/backup-periodic/{system}+{log} **Element Attributes** backup-periodic_attributes **Partition Visibility** shared **Schema** :download:`backup-periodic schema ` ===================================== ======================================================================= **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/backup-periodic .. raw:: html :ref:`24_backup-periodic_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/backup-periodic .. raw:: html :ref:`24_backup-periodic_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/backup-periodic/{system}+{log} .. raw:: html :ref:`24_backup-periodic_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/backup-periodic .. raw:: html :ref:`24_backup-periodic_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/backup-periodic/{system}+{log} .. raw:: html :ref:`24_backup-periodic_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/backup-periodic/{system}+{log} .. raw:: html :ref:`24_backup-periodic_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/backup-periodic .. raw:: html :ref:`24_backup-periodic_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/backup-periodic/{system}+{log} .. raw:: html :ref:`24_backup-periodic_attributes` .. raw:: html
.. _24_backup-periodic_list: backup-periodic-list -------------------- backup-periodic-list is **JSON List** of :ref:`24_backup-periodic_attributes` backup-periodic-list : [ { :ref:`24_backup-periodic_attributes` }, { :ref:`24_backup-periodic_attributes` }, ... ] .. _24_backup-periodic_attributes: backup-periodic attributes -------------------------- **day** **Description** Specify interval days **Type:** number **Range:** 1-199 **Mutual Exclusion:** day, hour, and week are mutually exclusive **hour** **Description** Specify interval hours **Type:** number **Range:** 1-65534 **Mutual Exclusion:** hour, day, and week are mutually exclusive **log** **Description** Backup log files **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **remote-file** **Description** profile name for remote url **Type:** string **Format:** url **store-name** **Description** profile name to store remote url **Type:** string **Maximum Length:** 31 characters **Maximum Length:** 1 characters **system** **Description** Backup system files **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **use-mgmt-port** **Description** Use management port as source port **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **week** **Description** Specify interval weeks **Type:** number **Range:** 1-199 **Mutual Exclusion:** week, day, and hour are mutually exclusive