Skip to main content

Perform Subclient Backup

Select

SaaS
Customer Managed

This operation runs a backup job for a subclient.

More Details

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

Responses

OK


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