Apache CouchDB · Example Payload

Apache Couchdb Server Info Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

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

Top-level fields

couchdbversiongit_shauuidvendor

Example Payload

Raw ↑
{
  "couchdb": "Welcome",
  "version": "3.5.1",
  "git_sha": "abc1234",
  "uuid": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
  "vendor": {
    "name": "The Apache Software Foundation"
  }
}