{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Helm Main Calls API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Helm Main Calls", "type": "folder" }, "items": [ { "info": { "name": "Get helm by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ] }, "docs": "Get helm by ID" }, { "info": { "name": "Edit helm", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/helm/:helmId", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "- To edit the helm you must have the admin permission.\n" }, { "info": { "name": "Delete helm", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/helm/:helmId", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ] }, "docs": "To delete the helm you must have the admin permission" }, { "info": { "name": "List last helm commits", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId/commit", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" }, { "name": "of", "value": "", "type": "query", "description": "Source of git commit. Can be 'chart' or 'values'" } ] }, "docs": "Returns list of the last 100 commits made on the repository linked to helm" }, { "info": { "name": "Get helm status", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId/status", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ] }, "docs": "Get helm status" }, { "info": { "name": "List all URLs of the helm", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId/link", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ] }, "docs": "This will return all the custom domains and Qovery autogenerated domain for the given helm" }, { "info": { "name": "Get helm kubernetes services", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId/listServices", "params": [ { "name": "helmId", "value": "", "type": "path" } ] }, "docs": "Get helm kubernetes services" } ] } ], "bundled": true }