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

StorageDeviceData

Details about a storage device of a replicated array pair.


Properties

datastores Required

List of elements with datastore identifier and name.


string
device_name Required

Name of the storage device.


boolean
dynamic_site_preference Required

True if the device supports static site preference.

When dynamic site preference is involved, the storage replication adapter reports the device pair as source devices at both sites (not source + target).


boolean
source Required

Denotes if the device role in replication relationship is source.


string
peer_device_name Required

Name of the peer storage device.


string
replication_state Required

Replication state of a storage device of a replicated array pair:

  • UNKNOWN - Unknown.
  • OUTGOING - Outgoing.
  • INCOMING - Incoming.
  • PARTIAL - Partial.
  • FAILOVER - Failover.

Possible values are: UNKNOWNOUTGOINGINCOMINGPARTIALFAILOVER


boolean
stretched_storage Required

Denotes if this storage device is stretched. Applicable if there is a peer device.


string
consistency_group_name Optional

Name of the consistency group this storage device belongs to.


string
protection_group_id Optional

Protection group ID to which this storage device belongs to.


string
protection_group_name Optional

Name of the protection group this storage device belongs to.


array of string
rdms Optional

List of RDM virtual device keys for this storage device.


string
error Optional

A replication or storage replication adapter (SRA) error.

JSON Example

{
	"datastores": [
		{
			"id": "string",
			"name": "string"
		}
	],
	"device_name": "string",
	"dynamic_site_preference": false,
	"peer_device_name": "string",
	"replication_state": "UNKNOWN",
	"source": false,
	"stretched_storage": false
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

StorageDevicesResponseData
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?