Get the mappings for the replication group
Get the disk/volume mappings for the replication group
Path Parameters
- replicationGroupId int32 required
Replication Group ID
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
replicationPairs object[]
id int32source object
Details of source VM
guid stringname stringdestination object
Details of destination VM
guid stringname stringvolumes object[]
Array of volume/disk mappings for this replication pair
sourceId stringID of the source disk
destinationId stringID of the target disk
{
"replicationPairs": [
{
"id": 0,
"source": {
"guid": "string",
"name": "string"
},
"destination": {
"guid": "string",
"name": "string"
},
"volumes": [
{
"sourceId": "string",
"destinationId": "string"
}
]
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...