Property

couchdb

CouchDB servers with authentication disabled.

Property Name Type Description Required
couchdb string
features array of string
git_sha string
http_headers string Yes
uuid string
vendor object
version string

↑ TopSearch Queries
SearchCouchDB servers
product:couchdb

↑ TopExample
{
    "couchdb": "Welcome",
    "features": [
        "access-ready",
        "partitioned",
        "pluggable-storage-engines",
        "reshard",
        "scheduler"
    ],
    "git_sha": "ce596c65d",
    "http_headers": "HTTP/1.1 200 OK\r\nCache-Control: must-revalidate\r\nContent-Length: 247\r\nContent-Type: application/json\r\nDate: Mon, 25 Jan 2021 21:10:34 GMT\r\nServer: CouchDB/3.1.1 (Erlang OTP/20)\r\nX-Couch-Request-ID: 454d352849\r\nX-CouchDB-Body-Time: 0\r\n",
    "uuid": "4ebe5fbbe4753082044551672e375a14",
    "vendor": {
        "name": "The Apache Software Foundation"
    },
    "version": "3.1.1"
}