StorageDevicesResponseDataDrResponseEntity
StorageDevicesResponseDataDrResponseEntity
Report for all storage devices of a replicated array pair.
AllOf
This class requires all of the following:
JSON Example
{
"discovering_devices": false,
"storage_devices_data": [
{
"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
}
],
"errors": [
{}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}