StorageAdapterDetailsDrResponseList
StorageAdapterDetailsDrResponseList
List of entities about: Details about a storage replication adapter (SRA) installed on a Site Recovery Manager.
JSON Example
{
"list": [
{
"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"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}