Weaviate · Schema

NodeShardStatus

The definition of a node shard status response body

Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes

Properties

Name Type Description
name string The name of the shard.
class string The name of shard's collection (class).
objectCount number The number of objects in shard.
vectorIndexingStatus string The status of the vector indexing process.
compressed boolean The status of vector compression/quantization.
vectorQueueLength number The length of the vector indexing queue.
loaded boolean The load status of the shard.
asyncReplicationStatus array The status of the async replication.
numberOfReplicas integernull Number of replicas for the shard.
replicationFactor integernull Minimum number of replicas for the shard.
View JSON Schema on GitHub

JSON Schema

weaviate-node-shard-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-node-shard-status-schema.json",
  "title": "NodeShardStatus",
  "description": "The definition of a node shard status response body",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the shard."
    },
    "class": {
      "type": "string",
      "description": "The name of shard's collection (class)."
    },
    "objectCount": {
      "type": "number",
      "format": "int64",
      "description": "The number of objects in shard."
    },
    "vectorIndexingStatus": {
      "type": "string",
      "description": "The status of the vector indexing process."
    },
    "compressed": {
      "type": "boolean",
      "description": "The status of vector compression/quantization."
    },
    "vectorQueueLength": {
      "type": "number",
      "format": "int64",
      "description": "The length of the vector indexing queue."
    },
    "loaded": {
      "type": "boolean",
      "description": "The load status of the shard."
    },
    "asyncReplicationStatus": {
      "type": "array",
      "description": "The status of the async replication.",
      "items": {
        "$ref": "#/components/schemas/AsyncReplicationStatus"
      }
    },
    "numberOfReplicas": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int64",
      "description": "Number of replicas for the shard."
    },
    "replicationFactor": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int64",
      "description": "Minimum number of replicas for the shard."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/weaviate-node-shard-status"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.