Display the status of replication agreement
get
/oam/services/rest/_replication/{replId}
Returns the status of the replication agreement in the Data Center for the identifier specified like current state, identifier, poll interval, sequence number and so on
Request
Supported Media Types
- application/json
Path Parameters
-
replId(required): string
Replication Identifier for which Agreement should be deleted.
Response
Supported Media Types
- application/json
200 Response
Response body shall indicate the status
Root Schema : replAgreementResponse
Type:
Show Source
object
-
enabled:
string
true|false
-
identifier:
string
Replication Agreement Identifier
-
lastSequenceNumber:
string
Sequence Number last applied in the DC
-
ok:
string
true|false
-
pollInterval:
string
Duration after which the Clone DC should poll and apply the changes from Master DC
-
startingSequenceNumber:
string
Sequence Number after which Replication will occur
-
state:
string
Current State of the Replication Agreement (ACTIVE|BOOTSTRAPPING|READY)
500 Response
Error