{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Helms API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Helms", "type": "folder" }, "items": [ { "info": { "name": "List default helm advanced settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/defaultHelmAdvancedSettings" }, "docs": "List default helm advanced settings" }, { "info": { "name": "List helms", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/helm", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "List helms" }, { "info": { "name": "Create a helm", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/environment/:environmentId/helm", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a helm" }, { "info": { "name": "Get helm default values", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/environment/:environmentId/helmDefaultValues", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get helm default values" }, { "info": { "name": "List all environment helm statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/helm/status", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "Returns a list of helms with only their id and status." }, { "info": { "name": "Clone helm", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/helm/:helmId/clone", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This will create a new helm with the same configuration on the targeted environment Id." } ] } ], "bundled": true }