Backup VM Group
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
}
Loading...