blob: 4c2d4d460187fa0affbb34b71bafab717c2c35d1 [file] [log] [blame]
{
"documentation": "https://lucene.apache.org/solr/guide/collection-management.html#list",
"description": "Lists all collections, with details on shards and replicas in each collection.",
"methods": [
"GET"
],
"url": {
"paths": [
"/collections/{collection}",
"/c/{collection}",
"/collections/{collection}/shards",
"/c/{collection}/shards",
"/collections/{collection}/shards/{shard}",
"/c/{collection}/shards/{shard}",
"/collections/{collection}/shards/{shard}/{replica}",
"/c/{collection}/shards/{shard}/{replica}"
]
}
}