StorageAdapterDetails
StorageAdapterDetails
Details about a storage replication adapter (SRA) installed on a Site Recovery Manager.
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"
}
]
}
string
id
Required
ID of the storage replication adapter (SRA).
string
version
Required
Version of the storage replication adapter (SRA).
string
name
Required
Name of the storage replication adapter (SRA).
string
vendor
Required
Vendor of the storage replication adapter (SRA).
string
vendor_url
Optional
Vendor URL of the storage replication adapter (SRA).
string
status
Required
Status of the SRA:
- OK - OK.
- NOT_INSTALLED - Unable to find SRA at the paired site.
- VERSION_MISMATCH - SRA version mismatch detected.
- REMOTE_BROKEN - SRA at remote site is broken.
Possible values are : OK, NOT_INSTALLED, VERSION_MISMATCH, REMOTE_BROKEN,
string
install_location
Required
Path to the folder containing storage replication adapter (SRA) installation.
boolean
stretched_storage_supported
Required
Denotes if stretched-storage is supported.
array of ReplicationSoftwareInfo
supported_software
Optional
Supported versions of the storage replication software.