Couchbase · Schema

NodesInfo

Information about cluster nodes

AnalyticsApp ServicesBackupCapellaCloudDatabaseDBaaSEventingFull-Text SearchGatewayJSONMobileNoSQLReplicationSQL++SyncVector SearchXDCR

Properties

Name Type Description
nodes array List of nodes
View JSON Schema on GitHub

JSON Schema

couchbase-nodesinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NodesInfo",
  "title": "NodesInfo",
  "type": "object",
  "description": "Information about cluster nodes",
  "properties": {
    "nodes": {
      "type": "array",
      "description": "List of nodes",
      "items": {
        "$ref": "#/components/schemas/Node"
      }
    }
  }
}