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

StorageAdapterDetailsDrResponseList

List of entities about: Details about a storage replication adapter (SRA) installed on a Site Recovery Manager.


Properties

_meta Optional

List metadata


list Optional

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

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"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 Adapters
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?