Apache CouchDB · JSON Structure

Apache Couchdb Cluster Setup Response Structure

Cluster setup status

Type: object Properties: 1
ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

ClusterSetupResponse is a JSON Structure definition published by Apache CouchDB, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

state

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-structure/apache-couchdb-cluster-setup-response-structure.json",
  "name": "ClusterSetupResponse",
  "description": "Cluster setup status",
  "type": "object",
  "properties": {
    "state": {
      "type": "string",
      "description": "Cluster setup state",
      "enum": [
        "cluster_disabled",
        "single_node_disabled",
        "single_node_enabled",
        "cluster_enabled",
        "cluster_finished"
      ],
      "example": "cluster_enabled"
    }
  }
}