.. _automatic_update_config: automatic-update config ======================= Configure software update schedule config Specification -------------------- ===================================== =============================================================================== **Parameter** **Value** ===================================== =============================================================================== **Type** *Collection* **Object Key(s)** *feature-name* **Collection Name** :ref:`201_config_list` **Collection URI** /axapi/v3/automatic-update/config **Element Name** config **Element URI** /axapi/v3/automatic-update/config/{feature-name} **Element Attributes** config_attributes **Partition Visibility** shared **Schema** :download:`config 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 .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/automatic-update/config .. raw:: html :ref:`201_config_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/automatic-update/config .. raw:: html :ref:`201_config_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/automatic-update/config/{feature-name} .. raw:: html :ref:`201_config_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/automatic-update/config .. raw:: html :ref:`201_config_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/automatic-update/config/{feature-name} .. raw:: html :ref:`201_config_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/automatic-update/config/{feature-name} .. raw:: html :ref:`201_config_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/automatic-update/config .. raw:: html :ref:`201_config_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/automatic-update/config/{feature-name} .. raw:: html :ref:`201_config_attributes` .. raw:: html
.. _201_config_list: config-list ----------- config-list is **JSON List** of :ref:`201_config_attributes` config-list : [ { :ref:`201_config_attributes` }, { :ref:`201_config_attributes` }, ... ] .. _201_config_attributes: config attributes ----------------- **daily** **Description** Every day **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** daily and weekly are mutually exclusive **day-time** **Description** Time of day to update (hh:mm) in 24 hour local time **Type:** string **Format:** time-hhmm **debug** **Description** Enable libcurl debug option **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **disable-ssl-verify** **Description** Disable peer server certificate verification **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **feature-name** **Description** 'app-fw': Application Firewall Configuration; 'ca-bundle': CA Certificate Bundle; 'a10-threat-intel': A10 Threat intel class list; 'central-cert-pin-list': Central updated cert pinning list; **Type:** string **Supported Values:** app-fw, ca-bundle, a10-threat-intel, central-cert-pin-list **schedule** **Description** **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-day** **Description** 'Monday': Monday; 'Tuesday': Tuesday; 'Wednesday': Wednesday; 'Thursday': Thursday; 'Friday': Friday; 'Saturday': Saturday; 'Sunday': Sunday; **Type:** string **Supported Values:** Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday **week-time** **Description** Time of day to update (hh:mm) in 24 hour local time **Type:** string **Format:** time-hhmm **weekly** **Description** Every week **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** weekly and daily are mutually exclusive