Replicate Data
post
/applications/{applicationName}/databases/{databaseName}/partitions/replicatedata
Replicates data from source to target for a replicated partition.
Request
Path Parameters
-
applicationName(required):
Application name.
-
databaseName(required):
Database name.
Query Parameters
-
applicationName(required):
Partition source application name.
-
databaseName(required):
Partition source database name.
-
replicateOption:
Allow Empty value:
trueReplicate data options.
-
serverName:
Partition source server name.
Response
204 Response
OK
Partition data replicated successfully.
400 Response
Bad Request
Failed to replicate partition data from the source. The partition type may be incorrect (must be a replicated partition).
500 Response
Internal Server Error.