Weaviate Node Shard Status Structure is a JSON Structure definition published by Weaviate, describing 10 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/extended/v0/#",
"$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-node-shard-status-structure.json",
"title": "NodeShardStatus",
"description": "The definition of a node shard status response body",
"type": "object",
"properties": {
"name": {
"type": "str",
"description": "The name of the shard."
},
"class": {
"type": "str",
"description": "The name of shard's collection (class)."
},
"objectCount": {
"type": "float",
"description": "The number of objects in shard."
},
"vectorIndexingStatus": {
"type": "str",
"description": "The status of the vector indexing process."
},
"compressed": {
"type": "bool",
"description": "The status of vector compression/quantization."
},
"vectorQueueLength": {
"type": "float",
"description": "The length of the vector indexing queue."
},
"loaded": {
"type": "bool",
"description": "The load status of the shard."
},
"asyncReplicationStatus": {
"type": "array",
"description": "The status of the async replication."
},
"numberOfReplicas": {
"type": "int64",
"description": "Number of replicas for the shard."
},
"replicationFactor": {
"type": "int64",
"description": "Minimum number of replicas for the shard."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.