Weaviate · Schema

NodesStatusResponse

The status of all of the Weaviate nodes

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Properties

Name Type Description
nodes array
View JSON Schema on GitHub

JSON Schema

weaviate-nodesstatusresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NodesStatusResponse",
  "title": "NodesStatusResponse",
  "type": "object",
  "description": "The status of all of the Weaviate nodes",
  "properties": {
    "nodes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/NodeStatus"
      }
    }
  }
}