Skip to main content

Perform Subclient Backup By Name

Select

SaaS
Customer Managed

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

Responses

OK


Schema
  • taskId integer
  • jobIds string[]
Loading...