automatic-update config

Configure software update schedule

config Specification

Parameter Value
Type Collection
Object Key(s) feature-name
Collection Name 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 config schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/automatic-update/config

config attributes

Create List

POST

/axapi/v3/automatic-update/config

config attributes

Get Object

GET

/axapi/v3/automatic-update/config/{feature-name}

config attributes

Get List

GET

/axapi/v3/automatic-update/config

config-list

Modify Object

POST

/axapi/v3/automatic-update/config/{feature-name}

config attributes

Replace Object

PUT

/axapi/v3/automatic-update/config/{feature-name}

config attributes

Replace List

PUT

/axapi/v3/automatic-update/config

config-list

Delete Object

DELETE

/axapi/v3/automatic-update/config/{feature-name}

config attributes

config-list

config-list is JSON List of config attributes

config-list : [

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