GridGain · Capability
GridGain REST module — dcr
GridGain REST module — dcr. 7 operations. Lead operation: Retrieve a list of replications for connected clusters. Self-contained Naftiko capability covering one Gridgain business surface.
What You Can Do
GET
Listreplications
— Retrieve a list of replications for connected clusters
/v1/management/v1/dcr/replications
POST
Createreplication
— Create a new replication for a cluster
/v1/management/v1/dcr/replications
GET
Showreplication
— Get information about specific replication
/v1/management/v1/dcr/replications/{name}
POST
Deletereplication
— Delete replication
/v1/management/v1/dcr/replications/{name}/delete
POST
Flushreplication
— Specifies timestamp for replication which will be used as flush point.
/v1/management/v1/dcr/replications/{name}/flush
POST
Startreplication
— Start replication
/v1/management/v1/dcr/replications/{name}/start
POST
Stopreplication
— Stop replication
/v1/management/v1/dcr/replications/{name}/stop
MCP Tools
retrieve-list-replications-connected-clusters
Retrieve a list of replications for connected clusters
read-only
idempotent
create-new-replication-cluster
Create a new replication for a cluster
get-information-about-specific-replication
Get information about specific replication
read-only
idempotent
delete-replication
Delete replication
specifies-timestamp-replication-which-will
Specifies timestamp for replication which will be used as flush point.
start-replication
Start replication
stop-replication
Stop replication