CreateArchiveBackupDestination
Create a Backup Destination for a Plan
Path Parameters
- planId int32 required
Id of the Plan to modify
- application/json
Request Body
destinations object[] required
List of backup destinations to create
backupDestinationName string requiredBackup destination details. Enter the name during creation.
storagePool object required
id int32name stringregion object
id int32name stringsourceCopy object
id int32name stringretentionPeriodDays int32Possible values:
>= 1
and<= 9999
Retention period in days. -1 can be specified for infinite retention.
overrideRetentionSettings booleanTells if this copy should use storage pool retention period days or the retention defined for this copy. Set as true to use retention defined on this copy.
region object
id int32name string
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
planBackupDestination object[]
List of destinations effected or created
id int32name string- failedDestinations string[]
List of destinations for which the operation failed
error object
errorMessage stringerrorCode int32
{
"planBackupDestination": [
{
"id": 0,
"name": "string"
}
],
"failedDestinations": [
"string"
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Requested Details not found
Loading...