Replication API Specification Reference
Since version 1.8.0, ReductStore supports append-only replication. This feature allows replicating data from one bucket to another.
For more information about replications, read the Replication Guide.
Get a List of Replication Tasks​
The method returns a list of replication Task with their statuses.
To use this method, you need an access token with full access.
Show Information about a Replication Task​
This method provides complete information about a replication task, including diagnostics.
This method requires a full access token.
Create a New Replication Task​
The method creates a replication task with given settings.
To use this method, you need an access token with full access.
Update an Existing Replication Task​
The method updates an existing replication task with given settings. To use this method, you need an access token with full access.
Delete a Replication Task​
The method deletes a replication task.
To use this method, you need an access token with full access.