curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/status
{
"maxShardsPerNode": 123,
"replicationFactor": 123,
"configName": "<string>",
"shards": {},
"policy": "<string>"
}
Status includes the state of each shard and each shard’s replica. Each shard will be listed, and within that each replica, including the core name, its status as leader, the base URL, and the node name.
curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/status
{
"maxShardsPerNode": 123,
"replicationFactor": 123,
"configName": "<string>",
"shards": {},
"policy": "<string>"
}
The name of a collection.
successful operation
The response is of type object
.
Was this page helpful?