Trigger Backup Set Backup
This operation runs a backup job for a backup set.
Path Parameters
- backupsetId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 438,
"jobIds": [
"2316",
"2317",
"2318",
"2319",
"2320",
"2321"
]
}
Loading...