BackupSchedule
Backup schedule configuration
{
"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
}
}
Resource type to configure backup schedule
Enable/disable scheduled backups
Backup frequency
List of days of the week to schedule backup
Hour of the day to schedule backup
Minute of the hour to schedule backup
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.
Backup retention policy for SDDC Manager comprising three attributes. Backup files are deleted if they do not satisfy any of the three attributes.