Weaviate · Example Payload

Weaviate Node Status Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Node Status Example is an example object payload from Weaviate, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namestatusversiongitHashstatsbatchStatsshardsoperationalMode

Example Payload

Raw ↑
{
  "name": "example-lsvuuini",
  "status": "HEALTHY",
  "version": "example-jxgbylhq",
  "gitHash": "example-fmyuqlpt",
  "stats": {
    "id": "example-id"
  },
  "batchStats": {
    "id": "example-id"
  },
  "shards": [
    {
      "id": "example-id"
    }
  ],
  "operationalMode": "ReadWrite"
}