Run aux copy for backup destination(s) of a plan
Select
SaaS
Customer Managed
Run aux copy job for backup destination(s) of a plan.
Path Parameters
- planId int32 required
Id of the Plan
- 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 of a region
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...