Skip to main content

Backup VM Group

Select

SaaS
Customer Managed

To Backup the virtual machines in vmgroup

Path Parameters
  • vmUUID string required

    Id of the Virtual Machine to backup

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 /v4/virtualmachines/:vmuuid/backup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
vmUUID — path required
backupLevel — query
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'