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

StorageDevicesResponseDataDrResponseEntity

Report for all storage devices of a replicated array pair.


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"
			}
		]
	},
	"discovering_devices": false,
	"errors": [
		"string"
	],
	"storage_devices_data": [
		{
			"consistency_group_name": "string",
			"datastores": [
				{
					"id": "string",
					"name": "string"
				}
			],
			"device_name": "string",
			"dynamic_site_preference": false,
			"error": "string",
			"peer_device_name": "string",
			"protection_group_id": "string",
			"protection_group_name": "string",
			"rdms": [
				"string"
			],
			"replication_state": "UNKNOWN",
			"source": false,
			"stretched_storage": false
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Storage Devices
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?