apispec.collections.collection.json Maven / Gradle / Ivy
{
"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}"
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy