{ "opencollection": "1.0.0", "info": { "name": "Milvus REST Collections Indexes API", "version": "2.5.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Indexes", "type": "folder" }, "items": [ { "info": { "name": "Create an index", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/indexes/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create an index" }, { "info": { "name": "Drop an index", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/indexes/drop", "body": { "type": "json", "data": "{}" } }, "docs": "Drop an index" }, { "info": { "name": "List indexes for a collection", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/indexes/list", "body": { "type": "json", "data": "{}" } }, "docs": "List indexes for a collection" }, { "info": { "name": "Describe an index", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:19530/v2/vectordb/indexes/describe", "body": { "type": "json", "data": "{}" } }, "docs": "Describe an index" } ] } ], "bundled": true }