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

ProtectionGroupVmInfoDrResponseList

List of entities about: Details about a VM and its protection settings within a protection group.


Properties

_meta Optional

List metadata


list Optional

Details about a VM and its protection settings within a 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": [
		{
			"id": "string",
			"inside_vapp": false,
			"name": "string",
			"protection_info": {
				"recovery_folder": {
					"id": "string",
					"name": "string"
				},
				"recovery_host": {
					"id": "string",
					"name": "string"
				},
				"recovery_networks": [
					{
						"id": "string",
						"name": "string",
						"type": "UNKNOWN"
					}
				],
				"recovery_resource_pool": {
					"id": "string",
					"name": "string"
				},
				"vmotion_eligible": false
			},
			"protection_status_details": {
				"errors": [
					"string"
				],
				"status": "LOADING"
			},
			"template": false,
			"vvol_replication_group_data": [
				{
					"device_group_id": "string",
					"fault_domain_id": "string",
					"name": "string"
				}
			]
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Group VMS

Feedback

Was this page helpful?