BackupSchedule

BackupSchedule
BackupSchedule

Backup schedule configuration

JSON Example
{
    "resourceType": "SDDC_MANAGER",
    "takeScheduledBackups": true,
    "frequency": "One among: WEEKLY, HOURLY",
    "daysOfWeek": [
        "One among: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY"
    ],
    "hourOfDay": 0,
    "minuteOfHour": 0,
    "takeBackupOnStateChange": true,
    "retentionPolicy": {
        "numberOfMostRecentBackups": 15,
        "numberOfDaysOfHourlyBackups": 10,
        "numberOfDaysOfDailyBackups": 20
    }
}
string
resourceType
Required

Resource type to configure backup schedule

boolean
takeScheduledBackups
Optional

Enable/disable scheduled backups

string
frequency
Required

Backup frequency

array of string
daysOfWeek
Optional

List of days of the week to schedule backup

integer As int32 As int32
hourOfDay
Optional

Hour of the day to schedule backup

integer As int32 As int32
minuteOfHour
Optional

Minute of the hour to schedule backup

boolean
takeBackupOnStateChange
Optional

Enable/disable backups on state change. If enabled, SDDC Manager will take a backup after the successful completion of an operation that changes its state. This mode requires that scheduled backups be enabled.

retentionPolicy
Optional

Backup retention policy for SDDC Manager comprising three attributes. Backup files are deleted if they do not satisfy any of the three attributes.