[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

StorageAdapterDetails

Details about a storage replication adapter (SRA) installed on a Site Recovery Manager.


Properties

string
id Required

ID of the storage replication adapter (SRA).


string
install_location Required

Path to the folder containing storage replication adapter (SRA) installation.


string
name Required

Name 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: OKNOT_INSTALLEDVERSION_MISMATCHREMOTE_BROKEN


boolean
stretched_storage_supported Required

Denotes if stretched-storage is supported.


string
vendor Required

Vendor of the storage replication adapter (SRA).


string
version Required

Version of the storage replication adapter (SRA).


peer_storage_adapter Optional

Basic details about a storage replication adapter (SRA).


supported_models Optional

Supported storage array models.


supported_software Optional

Supported versions of the storage replication software.


string
vendor_url Optional

Vendor URL of the storage replication adapter (SRA).

JSON Example

{
	"id": "string",
	"install_location": "string",
	"name": "string",
	"status": "OK",
	"stretched_storage_supported": false,
	"vendor": "string",
	"version": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

StorageAdapterDetailsDrResponseList
Used By

StorageAdapterDetailsDrResponseEntity
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?