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

StorageAdapterDetailsDrResponseEntity

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


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"id": "string",
	"install_location": "string",
	"name": "string",
	"peer_storage_adapter": {
		"id": "string",
		"version": "string"
	},
	"status": "OK",
	"stretched_storage_supported": false,
	"supported_models": [
		{
			"name": "string",
			"vendor": "string"
		}
	],
	"supported_software": [
		{
			"name": "string",
			"version": "string"
		}
	],
	"vendor": "string",
	"vendor_url": "string",
	"version": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Storage Adapter
What's changed in 2.0.0?

New! in version 2.0.0

Feedback

Was this page helpful?