[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf

BackupConfigurationSpec

Backup configuration Specification


Properties

array of BackupLocation
backupLocations Optional

List of backup locations


array of BackupSchedule
backupSchedules Optional

List of backup schedules


encryption Optional

Encryption passphrase to encrypt and decrypt backup file

JSON Example

{
	"backupLocations": [
		{
			"directoryPath": "string",
			"password": "string",
			"port": 0,
			"protocol": "SFTP",
			"server": "string",
			"sshFingerprint": "string",
			"username": "string"
		}
	],
	"backupSchedules": [
		{
			"daysOfWeek": [
				"One among: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY"
			],
			"frequency": "One among: WEEKLY, HOURLY",
			"hourOfDay": 0,
			"minuteOfHour": 0,
			"resourceType": "SDDC_MANAGER",
			"retentionPolicy": {
				"numberOfDaysOfDailyBackups": 0,
				"numberOfDaysOfHourlyBackups": 0,
				"numberOfMostRecentBackups": 0
			},
			"takeBackupOnStateChange": false,
			"takeScheduledBackups": false
		}
	],
	"encryption": {
		"passphrase": "string"
	}
}
[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Parameter To

Configure Backup Settings
Edit Backup Settings

Feedback

Was this page helpful?