backup-periodic¶
Configure backup periodically
backup-periodic Specification¶
Parameter Value Type Collection Object Key(s) system, log Collection Name 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 backup-periodic schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/backup-periodic | ||
Create List | POST | /axapi/v3/backup-periodic | ||
Get Object | GET | /axapi/v3/backup-periodic/{system}+{log} | ||
Get List | GET | /axapi/v3/backup-periodic | ||
Modify Object | POST | /axapi/v3/backup-periodic/{system}+{log} | ||
Replace Object | PUT | /axapi/v3/backup-periodic/{system}+{log} | ||
Replace List | PUT | /axapi/v3/backup-periodic | ||
Delete Object | DELETE | /axapi/v3/backup-periodic/{system}+{log} |
backup-periodic-list¶
backup-periodic-list is JSON List of backup-periodic attributes
backup-periodic-list : [
]
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