{ "opencollection": "1.0.0", "info": { "name": "Ditto HTTP RPC API Keys BigPeerReplication API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "BigPeerReplication", "type": "folder" }, "items": [ { "info": { "name": "Create Replication", "type": "http" }, "http": { "method": "POST", "url": "{base_url}/api/v4/namespace/:namespace/bigPeer/:big_peer_name/app/:app_name/bigPeerReplication", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Big Peer to Big Peer replication for an app." }, { "info": { "name": "Get Replication", "type": "http" }, "http": { "method": "GET", "url": "{base_url}/api/v4/namespace/:namespace/bigPeer/:big_peer_name/app/:app_name/bigPeerReplication/:replication_name" }, "docs": "Retrieves details for a specific Big Peer replication." }, { "info": { "name": "Update Replication", "type": "http" }, "http": { "method": "PUT", "url": "{base_url}/api/v4/namespace/:namespace/bigPeer/:big_peer_name/app/:app_name/bigPeerReplication/:replication_name", "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing Big Peer replication's configuration." }, { "info": { "name": "Update Replication", "type": "http" }, "http": { "method": "PATCH", "url": "{base_url}/api/v4/namespace/:namespace/bigPeer/:big_peer_name/app/:app_name/bigPeerReplication/:replication_name", "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing Big Peer replication's configuration." }, { "info": { "name": "Delete Replication", "type": "http" }, "http": { "method": "DELETE", "url": "{base_url}/api/v4/namespace/:namespace/bigPeer/:big_peer_name/app/:app_name/bigPeerReplication/:replication_name" }, "docs": "Deletes a Big Peer replication." } ] } ], "bundled": true }