Distributed
Collection cluster info
Get cluster information for a collection
get/collections/{collection_name}/cluster
Path parameters
collection_namestring required
Name of the collection to retrieve the cluster info for
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok",
"result": {
"local_shards": [
{
"shard_key": "region_1"
}
],
"remote_shards": [
{
"shard_key": "region_1"
}
],
"resharding_operations": [
{
"shard_key": "region_1"
}
]
}
}