Skip to main content

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

OK


Schema
  • replicationPairs object[]
  • id int32
  • source object

    Details of source VM

  • guid string
  • name string
  • destination object

    Details of destination VM

  • guid string
  • name string
  • volumes object[]

    Array of volume/disk mappings for this replication pair

  • sourceId string

    ID of the source disk

  • destinationId string

    ID of the target disk

Loading...