Skip to main content

Run backup for an application group

Select

SaaS
Customer Managed

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

POST /v5/kubernetes/applicationgroup/:applicationgroupid/backup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
applicationGroupId — path required
backupLevel — query
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId/Backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'