Perform Subclient Backup By Name
Select
This operation runs a backup job for a subclient.
Path Parameters
- clientname string required
Name of the client
- appname string required
Name of the application
- backupsetname string required
Name of the backupset
- subclientname string required
Name of the subclient
Query Parameters
- backupLevel string
Possible values: [
Full
,Incremental
,Differential
,Synthetic_Full
]The type of backup to perform. If the backupLevel parameter is not used, the GET Subclient Backup API runs an incremental backup. If needed, the incremental backup is converted to a full backup.
- runIncrementalBackup boolean
The option to run an incremental backup with a synthetic full backup. Use the backupLevel parameter to define the type of backup. Use the incrementalLevel parameter to define the order in which the incremental and synthetic full backups are run.
- incrementalLevel string
The option to run an incremental backup before or after a synthetic full backup. Use the incrementalLevel parameter with the runIncrementalBackup parameter
- 200
OK
- application/json
- Schema
- Example (from schema)
- Subclient Backup
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 128,
"jobIds": [
"308"
]
}