Get replication monitor information for array replication
Select
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
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
arrayReplicationMonitorInfo object[]
The list of array replication pair information
id int32The ID of array replication pair
source object
GUID stringname stringdestination object
GUID stringname stringdatastores object[]
id int32The ID of datastore relationship mapping
sourceDatastore object
GUID stringname stringdestinationDatastore object
GUID stringname stringfailoverStatus stringPossible values: [
NONE
,FAILOVER_COMPLETE
,FAILOVER_RUNNING
,FAILOVER_PAUSED
,FAILOVER_FAILED
,FAILBACK_COMPLETE
,FAILBACK_RUNNING
,FAILBACK_PAUSED
,FAILBACK_FAILED
,FAILBACK_PARTIAL
,FAILOVER_PARTIAL
,FAILOVER_SKIPPED
,FAILBACK_SKIPPED
,REVERT_FAILOVER_COMPLETE
,REVERT_FAILOVER_RUNNING
,REVERT_FAILOVER_FAILED
,REVERT_FAILOVER_PAUSED
]The types of failover statuses
testFailoverStatus stringPossible values: [
NONE
,FAILOVER_COMPLETE
,FAILOVER_RUNNING
,FAILOVER_PAUSED
,FAILOVER_FAILED
,FAILBACK_COMPLETE
,FAILBACK_RUNNING
,FAILBACK_PAUSED
,FAILBACK_FAILED
,FAILBACK_PARTIAL
,FAILOVER_PARTIAL
,FAILOVER_SKIPPED
,FAILBACK_SKIPPED
,REVERT_FAILOVER_COMPLETE
,REVERT_FAILOVER_RUNNING
,REVERT_FAILOVER_FAILED
,REVERT_FAILOVER_PAUSED
]The types of failover statuses
lastReplicationFailureStatus stringThe reason for last replication job failure
{
"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
}