Validate Replication Group Content
Select
SaaS
Customer Managed
Validate virtual machines inside replication group
- application/json
Request Body
client object
Hypervisor details of replication group
id int32name stringreplicationGroup object
Replication group details
id int32name stringvm object[]
List of virtual machines in replication group
GUID stringname string
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
vm object[]
List of virtual machines that are already present in different vmGroup of same backupset within same hypervisor client
GUID stringID of virtual machine
name stringName of virtual machine
vmGroup object
Details of vmGroup the virtual machine belongs to
id int32name string
{
"vm": [
{
"GUID": "string",
"name": "string",
"vmGroup": {
"id": 0,
"name": "string"
}
}
]
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...