StorageAdapterDetailsDrResponseEntity
StorageAdapterDetailsDrResponseEntity
Details about a storage replication adapter (SRA) installed on a Site Recovery Manager.
AllOf
This class requires all of the following:
JSON Example
{
"id": "string",
"version": "string",
"name": "string",
"vendor": "string",
"vendor_url": "string",
"peer_storage_adapter": {
"id": "string",
"version": "string"
},
"status": "string",
"install_location": "string",
"stretched_storage_supported": false,
"supported_models": [
{
"name": "string",
"vendor": "string"
}
],
"supported_software": [
{
"name": "string",
"version": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}