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

ReplicatedArrayPair

Details about a replicated array pair.


Properties

boolean
discovering_devices Required

Denotes if there is a running task for the device discovery.


boolean
has_replicated_datastores Required

Denotes if there are any replicated datastores residing on the array pair.


string
id Required

ID of the replicated array pair.


local_array_manager Required

Details about a Site Recovery Manager array manager.


string
local_storage_array_key Introduced Required

Local storage array key of the replicated array pair.


string
local_storage_array_name Introduced Required

Local storage array name of the replicated array pair.


string
name Required

Name of the replicated array pair.


string
remote_storage_array_key Introduced Required

Remote storage array key of the replicated array pair.


string
remote_storage_array_name Introduced Required

Remote storage array name of the replicated array pair.


boolean
stretched_storage_supported Required

Denotes if the array pair supports stretched storage.


remote_array_manager Optional

Details about a Site Recovery Manager array manager.

JSON Example

{
	"discovering_devices": false,
	"has_replicated_datastores": false,
	"id": "string",
	"local_array_manager": {
		"id": "string",
		"name": "string",
		"storage_adapter": {
			"connection_spec_address": "string",
			"id": "string",
			"name": "string",
			"ping_status": "UNKNOWN",
			"vendor": "string",
			"version": "string"
		},
		"storage_arrays": [
			{
				"peer_storage_array_keys": [
					"string"
				],
				"storage_array_key": "string"
			}
		]
	},
	"local_storage_array_key": "string",
	"local_storage_array_name": "string",
	"name": "string",
	"remote_storage_array_key": "string",
	"remote_storage_array_name": "string",
	"stretched_storage_supported": false
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

ReplicatedArrayPairDrResponseList
Used By

ReplicatedArrayPairDrResponseEntity
What's changed in 2.0.0?

Added Properties
remote_storage_array_key
remote_storage_array_name
local_storage_array_key
local_storage_array_name

Feedback

Was this page helpful?