{ "opencollection": "1.0.0", "info": { "name": "Elastic Cloud Account Deployments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "List deployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic-cloud.com/api/v1/deployments" }, "docs": "List deployments" }, { "info": { "name": "Create a deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.elastic-cloud.com/api/v1/deployments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a deployment" }, { "info": { "name": "Get a deployment", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic-cloud.com/api/v1/deployments/:deployment_id", "params": [ { "name": "deployment_id", "value": "", "type": "path" } ] }, "docs": "Get a deployment" }, { "info": { "name": "Delete a deployment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.elastic-cloud.com/api/v1/deployments/:deployment_id", "params": [ { "name": "deployment_id", "value": "", "type": "path" } ] }, "docs": "Delete a deployment" } ] } ], "bundled": true }