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-nodes-status-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-nodes-status-response-schema.json",
  "title": "NodesStatusResponse",
  "description": "The status of all of the Weaviate nodes",
  "type": "object",
  "properties": {
    "nodes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/NodeStatus"
      }
    }
  }
}