{ "opencollection": "1.0.0", "info": { "name": "Apache Solr REST Collections CollectionsAdminHandler API", "version": "v2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "CollectionsAdminHandler", "type": "folder" }, "items": [ { "info": { "name": "Legacy Collections admin handler (action via query string)", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8983/solr/admin/collections", "params": [ { "name": "action", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "async", "value": "", "type": "query", "description": "Optional async request id for non-blocking execution" } ] }, "docs": "Legacy Collections admin handler (action via query string)" } ] } ], "bundled": true }