{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Environment Main Calls API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environment Main Calls", "type": "folder" }, "items": [ { "info": { "name": "Get environment by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "Get environment by ID" }, { "info": { "name": "Edit an environment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/environment/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "To edit an environment you must have the admin permission" }, { "info": { "name": "Delete an environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/environment/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "To delete an environment you must have the admin permission" }, { "info": { "name": "Get environment status", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/status", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "Get environment status" }, { "info": { "name": "Get environment statuses with services status", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/statuses", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "Get environment statuses with services status" }, { "info": { "name": "Get environment statuses with stages", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/statusesWithStages", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "Get environment statuses with stages" }, { "info": { "name": "List Services By EnvironmentId", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/services", "params": [ { "name": "environmentId", "value": "", "type": "path" } ] }, "docs": "List Services By EnvironmentId" }, { "info": { "name": "List Deployment Queue Request By EnvironmentId", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/deploymentQueue", "params": [ { "name": "environmentId", "value": "", "type": "path" } ] }, "docs": "List Deployment Queue Request By EnvironmentId" }, { "info": { "name": "List Deployment Queue Request By ServiceId", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/service/:serviceId/deploymentQueue", "params": [ { "name": "serviceId", "value": "", "type": "path" } ] }, "docs": "List Deployment Queue Request By ServiceId" } ] } ], "bundled": true }