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

DatastoreGroupInfoDrResponseList

List of entities about: Information about a datastore group. Available for Array-Based Replication protection groups.


Properties

_meta Optional

List metadata


list Optional

Information about a datastore group. Available for Array-Based Replication protection groups.

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": [
		{
			"array_pair": "string",
			"datastores": [
				{
					"capacity_details": {
						"total_capacity": 0,
						"used_space": 0
					},
					"conflict_protection_group": "string",
					"conflict_protection_group_name": "string",
					"id": "string",
					"issue_type": "NONE",
					"name": "string"
				}
			],
			"id": "string",
			"potential_vm_to_add_infos": [
				{
					"datastores": [
						"string"
					],
					"id": "string",
					"inside_vapp": false,
					"name": "string",
					"protection_issues": [
						{
							"datastore": "string",
							"datastore_name": "string",
							"device_id": 0,
							"disk_key": 0,
							"type": "UNKNOWN"
						}
					],
					"protection_status": "PROTECTED",
					"template": false
				}
			],
			"protection_groups": [
				"string"
			],
			"rdm_keys": [
				{
					"id": "string",
					"issue_type": "NONE",
					"name": "string"
				}
			],
			"status": "UNASSIGNED",
			"vm_infos": [
				{
					"datastores": [
						"string"
					],
					"id": "string",
					"inside_vapp": false,
					"name": "string",
					"protection_issues": [
						{
							"datastore": "string",
							"datastore_name": "string",
							"device_id": 0,
							"disk_key": 0,
							"type": "UNKNOWN"
						}
					],
					"protection_status": "PROTECTED",
					"template": false
				}
			]
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Datastore Groups
Retrieve Unassigned Datastore Groups

Feedback

Was this page helpful?