{ "opencollection": "1.0.0", "info": { "name": "Elasticsearch Bulk Elasticsearch API API", "version": "1.0.0" }, "items": [ { "info": { "name": "Elasticsearch API", "type": "folder" }, "items": [ { "info": { "name": "Create index", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost:9200/:index", "params": [ { "name": "index", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create index" }, { "info": { "name": "Delete index", "type": "http" }, "http": { "method": "DELETE", "url": "https://localhost:9200/:index", "params": [ { "name": "index", "value": "", "type": "path" } ] }, "docs": "Delete index" } ] } ], "bundled": true }