Apache CouchDB · Example Payload

Apache Couchdb Replication Request Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

Apache Couchdb Replication Request Example is an example object payload from Apache CouchDB, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sourcetargetcontinuouscreate_targetfilterdoc_ids

Example Payload

Raw ↑
{
  "source": "http://localhost:5984/sourcedb",
  "target": "http://remotehost:5984/targetdb",
  "continuous": false,
  "create_target": true,
  "filter": "myapp/by_type",
  "doc_ids": [
    "example-doc_ids"
  ]
}