{ "opencollection": "1.0.0", "info": { "name": "GridGain REST module authentication dcr API", "version": "9.1.22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "dcr", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of replications for connected clusters", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:10300/management/v1/dcr/replications" }, "docs": "Retrieves a list of replications for connected clusters." }, { "info": { "name": "Create a new replication for a cluster", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/dcr/replications", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new replication for a cluster." }, { "info": { "name": "Get information about specific replication", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:10300/management/v1/dcr/replications/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The unique identifier of the replication to show." } ] }, "docs": "Retrieves detailed information about a specific replication." }, { "info": { "name": "Delete replication", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/dcr/replications/:name/delete", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the replication to delete." } ] }, "docs": "Deletes the specified replication." }, { "info": { "name": "Specifies timestamp for replication which will be used as flush point.", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/dcr/replications/:name/flush", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the replication to flush." } ], "body": { "type": "json", "data": "{}" } }, "docs": "." }, { "info": { "name": "Start replication", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/dcr/replications/:name/start", "params": [ { "name": "name", "value": "", "type": "path", "description": "The unique identifier of the replication to start." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts the specified replication." }, { "info": { "name": "Stop replication", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:10300/management/v1/dcr/replications/:name/stop", "params": [ { "name": "name", "value": "", "type": "path", "description": "The id of the replication to stop." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Stops the specified replication." } ] } ], "bundled": true }