[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

VvolReplicationGroupInfoDrResponseList

List of entities about: Details about a replication group within the VMware vSphere Virtual Volumes (vVols) protection group.


Properties

_meta Optional

List metadata


list Optional

Details about a replication group within the VMware vSphere Virtual Volumes (vVols) protection group.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"errors": [
				"string"
			],
			"id": "string",
			"name": "string",
			"replication_group_info": {
				"device_group_id": "string",
				"fault_domain_id": "string"
			},
			"vm_infos": [
				{
					"errors": [
						"string"
					],
					"id": "string",
					"inside_vapp": false,
					"name": "string",
					"template": false,
					"vvol_replication_groups": [
						{
							"device_group_id": "string",
							"fault_domain_id": "string"
						}
					],
					"warnings": [
						"string"
					]
				}
			],
			"warnings": [
				"string"
			]
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get vVol Replication Groups
Get All vVol Fault Domain Replication Groups

Feedback

Was this page helpful?