Get DR Backup Options
This operation returns DR backup options.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- D R Backup Options
Schema
properties object
DRDumpLocation stringUseLocalDrive booleanisUserAccountEnabled booleanuploadBackupMetadataToCloud booleanUseNetworkShare booleanDRNumFulls integeruploadBackupMetadataToCloudLib booleanuserPassword object
userName stringcloudLibrary object
libraryName string_type_ integerlibraryId integerpattern object
active_end_occurence integerfreq_subday_interval integerfreq_type integerpatternId integerflags integerdescription stringactive_end_time integeractive_end_date integerskipOccurence integerskipDayNumber integeractive_start_time integerfreq_restart_interval integeractive_start_date integerfreq_interval integerfreq_relative_interval integername stringfreq_recurrence_factor integercalendar object
calendarName stringcalendarId integertimeZone object
TimeZoneID integer
{
"properties": {
"DRDumpLocation": "string",
"UseLocalDrive": true,
"isUserAccountEnabled": true,
"uploadBackupMetadataToCloud": true,
"UseNetworkShare": true,
"DRNumFulls": 0,
"uploadBackupMetadataToCloudLib": true,
"userPassword": {
"userName": "string"
},
"cloudLibrary": {
"libraryName": "string",
"_type_": 0,
"libraryId": 0
},
"pattern": {
"active_end_occurence": 0,
"freq_subday_interval": 0,
"freq_type": 0,
"patternId": 0,
"flags": 0,
"description": "string",
"active_end_time": 0,
"active_end_date": 0,
"skipOccurence": 0,
"skipDayNumber": 0,
"active_start_time": 0,
"freq_restart_interval": 0,
"active_start_date": 0,
"freq_interval": 0,
"freq_relative_interval": 0,
"name": "string",
"freq_recurrence_factor": 0,
"calendar": {
"calendarName": "string",
"calendarId": 0
},
"timeZone": {
"TimeZoneID": 0
}
}
}
}
{
"properties": {
"DRDumpLocation": "E:/DRBackup",
"UseLocalDrive": true,
"isUserAccountEnabled": false,
"uploadBackupMetadataToCloud": false,
"UseNetworkShare": false,
"DRNumFulls": 5,
"uploadBackupMetadataToCloudLib": false,
"userPassword": {
"userName": ""
},
"cloudLibrary": {
"libraryName": "",
"_type_": 9,
"libraryId": 0
},
"pattern": {
"active_end_occurence": 0,
"freq_subday_interval": 0,
"freq_type": 4,
"patternId": 3,
"flags": 0,
"description": "",
"active_end_time": 0,
"active_end_date": 0,
"skipOccurence": 0,
"skipDayNumber": 0,
"active_start_time": 36000,
"freq_restart_interval": 0,
"active_start_date": 1437091200,
"freq_interval": 1,
"freq_relative_interval": 0,
"name": "",
"freq_recurrence_factor": 1,
"calendar": {
"calendarName": "Standard",
"calendarId": 1
},
"timeZone": {
"TimeZoneID": 1000
}
}
}
}
Loading...