Replicate Data
post
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/partitions/replicatedata
Replicates data from source to target for a replicated partition.
Request
Path Parameters
-
applicationName(required): string
Application name.
-
databaseName(required): string
Database name.
Query Parameters
-
applicationName(required): string
Partition source application name.
-
databaseName(required): string
Partition source database name.
-
replicateOption: string
Allow Empty value:
true
Replicate data options.
Default Value:UPDATED_CELLS
Allowed Values:[ "UPDATED_CELLS", "ALL_CELLS" ]
-
serverName: string
Partition source server name.
Response
Supported Media Types
- application/json
- application/xml
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.