Get Backup Configuration
Retrieve the backup configuration for SDDC Manager and NSX Manager
Ok
{
"encryption": {
"passphrase": "string"
},
"backupLocations": [
{
"server": "string",
"port": 0,
"protocol": "SFTP",
"username": "string",
"password": "string",
"directoryPath": "string",
"sshFingerprint": "string"
}
],
"backupSchedules": [
{
"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
}
}
],
"isConfigured": false
}
Backup configuration status of both FTP server and passphrase
Bad Request
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
}
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Internal server error
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
}
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.