Skip to main content

Run backup for an application group

API to run backup for an application group

Path Parameters
  • applicationGroupId int32 required

    applicationGroupId is the ID of the Kubernetes application group

Query Parameters
  • backupLevel string

    Possible values: [FULL, INCREMENTAL, DIFFERENTIAL, SYNTHETIC_FULL]

    Backup level , Default :Incremental

Responses

Success


Schema
  • taskId int32
  • jobIds string[]

    JobIds for the immediate run request

Loading...