StorageDevicesResponseData
StorageDevicesResponseData
Report for all storage devices of a replicated array pair.
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": [
{}
]
}
boolean
discovering_devices
Required
Denotes if there is a running task for the device discovery.
array of StorageDeviceData
storage_devices_data
Optional
All storage devices of a replicated array pair.
array of string
errors
Optional
A list of error messages.