Recovery_Backup_Schedules_Info
The Schedules.Info structure contains information about an existing schedule. The structure includes Schedule ID, parts, location information, encryption password, enable flag, recurrence and retention information.
{
"parts": [
"string"
],
"location": "string",
"location_user": "string",
"enable": false,
"recurrence_info": {
"minute": 0,
"hour": 0,
"days": [
"string"
]
},
"retention_info": {
"max_count": 0
},
"fast_backup": false
}
List of optional parts that will be included in backups based on this schedule details. Use the Parts.list operation to get information about the supported parts.
URL of the backup location.
Username for the given location. If unset location user will not be used.
Enable or disable a schedule, by default when created a schedule will be enabled.
The Schedules.RecurrenceInfo structure contains the recurrence information associated with a schedule.
The Schedules.RetentionInfo structure contains retention information associated with a schedule.
Option to enable Postgres DB/ VCDB fast backup If unset backup will proceed at slow rate