Qdrant · Schema

CollectionClusterInfo

Current clustering distribution for the collection

Artificial IntelligenceVector Databases

Properties

Name Type Description
peer_id integer ID of this peer
shard_count integer Total number of shards
local_shards array Local shards
remote_shards array Remote shards
shard_transfers array Shard transfers
resharding_operations array Resharding operations
View JSON Schema on GitHub

JSON Schema

qdrant-collectionclusterinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CollectionClusterInfo",
  "title": "CollectionClusterInfo",
  "description": "Current clustering distribution for the collection",
  "type": "object",
  "required": [
    "local_shards",
    "peer_id",
    "remote_shards",
    "shard_count",
    "shard_transfers"
  ],
  "properties": {
    "peer_id": {
      "description": "ID of this peer",
      "type": "integer",
      "format": "uint64",
      "minimum": 0
    },
    "shard_count": {
      "description": "Total number of shards",
      "type": "integer",
      "format": "uint",
      "minimum": 0
    },
    "local_shards": {
      "description": "Local shards",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LocalShardInfo"
      }
    },
    "remote_shards": {
      "description": "Remote shards",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RemoteShardInfo"
      }
    },
    "shard_transfers": {
      "description": "Shard transfers",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ShardTransferInfo"
      }
    },
    "resharding_operations": {
      "description": "Resharding operations",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ReshardingInfo"
      },
      "nullable": true
    }
  }
}

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/qdrant-collectionclusterinfo"
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 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.

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