VvolReplicationGroupInfoDrResponseList
VvolReplicationGroupInfoDrResponseList
List of entities about: Details about a replication group within the VMware vSphere Virtual Volumes (vVols) protection group.
JSON Example
{
"list": [
{
"id": "string",
"warnings": [
{}
],
"errors": [
{}
],
"name": "string",
"vm_infos": [
{
"id": "string",
"name": "string",
"template": false,
"inside_vapp": false,
"warnings": [
{}
],
"errors": [
{}
],
"vvol_replication_groups": [
{
"fault_domain_id": "string",
"device_group_id": "string"
}
]
}
],
"replication_group_info": {
"fault_domain_id": "string",
"device_group_id": "string"
}
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}