{ "opencollection": "1.0.0", "info": { "name": "Elasticsearch REST Cat Search API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Execute search query", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9200/_search", "body": { "type": "json", "data": "{}" } }, "docs": "Execute search query" }, { "info": { "name": "Multi-search", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9200/_msearch", "body": { "type": "json", "data": "{}" } }, "docs": "Multi-search" } ] } ], "bundled": true }