Run aux copy for backup destination(s) of a DRBackup
Select
SaaS
Customer Managed
Run aux copy for backup destination(s) of a DRBackup
Path Parameters
- backupDestinationId int32 required
Id of Backup Destination.
Query Parameters
- includeAllCopies boolean
Primary backupDestinationId can be passed in backupDestinationId Path param when includeAllCopies is set to true, this will trigger the aux copy on all supported backup destinations
- application/json
Request Body
- startNewMedia boolean
Specify whether to start backup on new media
- markMediaFullOnSuccess boolean
Specify whether to mark media full after completion of backup job
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Loading...