StorageDeviceData
Details about a storage device of a replicated array pair.
{
"device_name": "string",
"peer_device_name": "string",
"replication_state": "string",
"error": "string",
"source": false,
"datastores": [
{
"id": "string",
"name": "string"
}
],
"rdms": [
{}
],
"protection_group_id": "string",
"protection_group_name": "string",
"consistency_group_name": "string",
"stretched_storage": false,
"dynamic_site_preference": false
}
Name of the storage device.
Name of the peer storage device.
Replication state of a storage device of a replicated array pair:
- UNKNOWN - Unknown.
- OUTGOING - Outgoing.
- INCOMING - Incoming.
- PARTIAL - Partial.
- FAILOVER - Failover.
A replication or storage replication adapter (SRA) error.
Denotes if the device role in replication relationship is source.
List of elements with datastore identifier and name.
List of RDM virtual device keys for this storage device.
Protection group ID to which this storage device belongs to.
Name of the protection group this storage device belongs to.
Name of the consistency group this storage device belongs to.
Denotes if this storage device is stretched. Applicable if there is a peer device.
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).