Recovery_Backup_Schedules_Info

Recovery_Backup_Schedules_Info
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.

JSON Example
{
    "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
}
array of string
parts
Required

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.

string As uri
location
Required

URL of the backup location.

string
location_user
Optional

Username for the given location. If unset location user will not be used.

boolean
enable
Required

Enable or disable a schedule, by default when created a schedule will be enabled.

recurrence_info
Optional

The Schedules.RecurrenceInfo structure contains the recurrence information associated with a schedule.

retention_info
Optional

The Schedules.RetentionInfo structure contains retention information associated with a schedule.

boolean
fast_backup
Optional

Option to enable Postgres DB/ VCDB fast backup If unset backup will proceed at slow rate