Get continuous replication pair details
Select
Get Continuous Replication Pair Details
Path Parameters
- pairId int32 required
Query Parameters
- additionalProperties boolean
To get extra meta data details for the api
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
summary object
Gives summary of replication group.
id int32Id of replication pair
source object
id int32name stringdestination object
id int32name stringrecoveryType stringPossible values: [
LIVE
,SNAPSHOT
,GRANULAR
,GRANULARV2
]Gives information about the recovery type of replication group
synchronizationStatus stringPossible values: [
BLR_BACKUP
,BLR_RESTORE
,BLR_RESYNC
,BLR_RUNNING
,BLR_PAUSED
,BLR_STOPPED
,BLR_VERIFYING
,BLR_TROUBLE
,BLR_FAILED
,BLR_STARTING
,BLR_STOPPING
,BLR_SUSPENDING
,BLR_RESUMING
,BLR_FAILING_OVER
,BLR_FAILOVER_FAILED
,BLR_FAILOVER_DONE
,BLR_FAILING_BACK
,BLR_FAILBACK_FAILED
,BLR_SWITCHING_ROLES
,BLR_SWITCH_ROLE_FAILED
]Gives information about the synchronization status
replicationLag int32Lag time in seconds
eventMessage stringadditional description of current pair status
recoveryOptions object
Gives information about the recovery options for replication group
recoverypointStore object
id int32name stringCCRPInterval int32Time interval between crash consistent recovery points in seconds
mergeRecoveryPointsOlderThan int32Time which should be satisfied to merge recovery points in seconds
retainRecoveryPointsFor int32Recovery points retention time in seconds
RPIntervalAfterRetention int32Recovery point interval at the end of retention time in seconds
pruneAndMergeOffPeakOnly booleanBoolean which determines Prune and Merge Recovery Points during off peak time only.
ACRPInterval int32Gives information about application consistent recovery point interval in seconds
switchToLatestIfStoreOfflineFor int32Gives information about switching to latest recovery point store to latest if it is offline for time in seconds
replicationCopyDetails object[]
Gives copy details information for replication group
name stringName of replication copy
UUID stringUUID of replication copy
status stringPossible values: [
IN_PROGRESS
,SUCCESS
,FAILED
,ABOUT_TO_EXPIRE
,EXPIRED
,USER_DELETED
,DELETE_FAILED
,PARTIAL_SUCCESS
]Status of replication copy
statusDescription stringStatus description
type stringPossible values: [
TESTBOOT
,PERMANENT
]Type of replication copy
creationTime int32Creation time (Unix Time)
expirationTime int32Expiration time
statistics object[]
Gives statistics information for Replication performance and Journal retention
id int32repDataDeltaActual int32IODelta int32repSetSize int32IOPSDelta int32sizeInRpStore int32repDataDeltaComp int32retention int32timeStamp int32
{
"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
}