Update Replication Agreement
put
/oam/services/rest/_replication/{replId}
To be executed only on the Master Data Center. Updates the Specified parameters in the Replication Agreement based on the replicaType.
Request
Supported Media Types
- application/json
Path Parameters
-
replId(required): string
Replication Identifier for which Agreement should be updated.
Root Schema : updateReplicationAgreementParams
Type:
Show Source
object
-
config:
object config
-
enabled:
string
true|false. To be specified when the replication agreement has to be enabled or disabled
-
pollInterval:
string
To be specified to alter the duration after which Clone DC polls and applies the changes from Master DC
-
replicaType(required):
string
SUPPLIER|CONSUMER. Indicates if the Replication Agreement has to be updated in Master or Clone DC
Nested Schema : entry
Type:
Show Source
object
-
key:
string
authorization
-
value:
string
Authorization Header to be used for contacting Master or Clone DC depending on the replicaType
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