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
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
POST /v4/virtualmachines/:vmuuid/backup
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'