Perform Subclient Backup
Select
This operation runs a backup job for a subclient.
Path Parameters
- subclientId string required
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
- clientName string
Possible values: [
BEFORE_SYNTH
,AFTER_SYNTH
]The client name for the subclient.
- appName string
The application name for the subclient
- 200
OK
- application/json
- Schema
- Example (from schema)
- Subclient Backup
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 128,
"jobIds": [
"308"
]
}