Get continuous replication pair details
Select
SaaS
Customer Managed
Get Continuous Replication Pair Details
Path Parameters
- pairId int32 required
Query Parameters
- additionalProperties boolean
To get extra meta data details for the api
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
summary object
recoveryOptions object
replicationCopyDetails object[]
statistics object[]
{
"summary": {
"id": 0,
"source": {
"id": 0,
"name": "string"
},
"destination": {
"id": 0,
"name": "string"
},
"recoveryType": "LIVE",
"synchronizationStatus": "BLR_BACKUP",
"replicationLag": 0,
"eventMessage": "string"
},
"recoveryOptions": {
"recoverypointStore": {
"id": 0,
"name": "string"
},
"CCRPInterval": 0,
"mergeRecoveryPointsOlderThan": 0,
"retainRecoveryPointsFor": 0,
"RPIntervalAfterRetention": 0,
"pruneAndMergeOffPeakOnly": true,
"ACRPInterval": 0,
"switchToLatestIfStoreOfflineFor": 0
},
"replicationCopyDetails": [
{
"name": "string",
"UUID": "string",
"status": "IN_PROGRESS",
"statusDescription": "string",
"type": "TESTBOOT",
"creationTime": 0,
"expirationTime": 0
}
],
"statistics": [
{
"id": 0,
"repDataDeltaActual": 0,
"IODelta": 0,
"repSetSize": 0,
"IOPSDelta": 0,
"sizeInRpStore": 0,
"repDataDeltaComp": 0,
"retention": 0,
"timeStamp": 0
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v4/replicationmonitor/:pairid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationMonitor/:pairId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationMonitor/:pairId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationMonitor/:pairId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationMonitor/:pairId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationMonitor/:pairId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationMonitor/:pairId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/ReplicationMonitor/:pairId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'