Run Backup Copy Job For Plan's backupdestination
Run Backup copy job for a backupdestination
Path Parameters
- planId string required
- backupDestionationId string required
Responses
- 200
- 409
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Conflict
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...