Weaviate · JSON Structure

Weaviate Node Status Structure

The definition of a backup node status response body

Type: object Properties: 8
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Node Status Structure is a JSON Structure definition published by Weaviate, describing 8 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

name status version gitHash stats batchStats shards operationalMode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-node-status-structure.json",
  "title": "NodeStatus",
  "description": "The definition of a backup node status response body",
  "type": "object",
  "properties": {
    "name": {
      "type": "str",
      "description": "The name of the node."
    },
    "status": {
      "type": "str",
      "description": "Node's status."
    },
    "version": {
      "type": "str",
      "description": "The version of Weaviate."
    },
    "gitHash": {
      "type": "str",
      "description": "The gitHash of Weaviate."
    },
    "stats": {
      "type": "#NodeStats"
    },
    "batchStats": {
      "type": "#BatchStats"
    },
    "shards": {
      "type": "array",
      "description": "The list of the shards with it's statistics."
    },
    "operationalMode": {
      "type": "str",
      "description": "Which mode of operation the node is running in."
    }
  }
}