Trigger Backup Set Backup By Name
This operation runs a backup job for a backup set.
Path Parameters
- ClientName string required
Name of the client computer
- AppName string required
Name of the application
- BackupsetName string required
Name of the backup set
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...