{ "opencollection": "1.0.0", "info": { "name": "Devtron APIs Specs Applications Environment Management API", "version": "1.0.0" }, "items": [ { "info": { "name": "Environment Management", "type": "folder" }, "items": [ { "info": { "name": "Get Environment by ID", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/orchestrator/env", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "query", "description": "ID of the environment" } ] }, "docs": "Get detailed information for a specific environment by its ID." }, { "info": { "name": "Create Environment", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/env", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new environment within a cluster." }, { "info": { "name": "Update Environment", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost/orchestrator/env", "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing environment." }, { "info": { "name": "Delete Environment (via POST)", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/env/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete an existing environment using POST method." } ] } ], "bundled": true }