Skip to main content

Run backup for an application

API to run backup for an application

Path Parameters
  • appGUID string required

    GUID of the Application to run backup for

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...