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

DatastoreGroupInfoDrResponseEntity

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


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"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 Group

Feedback

Was this page helpful?