Get replication monitor information for array replication
Select
SaaS
Customer Managed
Get Array Replication Pair information
Query Parameters
- failoverGroupId int32
The ID of the failover group associated to array replication pairs
- replicationId int32
The ID of the array replication pair
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
arrayReplicationMonitorInfo object[]
{
"arrayReplicationMonitorInfo": [
{
"id": 0,
"source": {
"GUID": "string",
"name": "string"
},
"destination": {
"GUID": "string",
"name": "string"
},
"datastores": [
{
"id": 0,
"sourceDatastore": {
"GUID": "string",
"name": "string"
},
"destinationDatastore": {
"GUID": "string",
"name": "string"
}
}
],
"failoverStatus": "NONE",
"testFailoverStatus": "NONE",
"lastReplicationFailureStatus": "string"
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v4/arrayreplicationmonitor
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArrayReplicationMonitor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArrayReplicationMonitor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArrayReplicationMonitor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArrayReplicationMonitor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArrayReplicationMonitor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArrayReplicationMonitor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ArrayReplicationMonitor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'