{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Jobs API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Auto deploy jobs", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/organization/:organizationId/job/deploy", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Triggers a new job deploy in each environment matching the following conditions\n- environment should have the auto-deploy enabled\n- the job should have the same image name and a different tag\n" }, { "info": { "name": "List default job advanced settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/defaultJobAdvancedSettings" }, "docs": "Default values for each setting is available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/)" }, { "info": { "name": "List jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/job", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" }, { "name": "toUpdate", "value": "", "type": "query", "description": "return (or not) results that must be updated" } ] }, "docs": "List jobs" }, { "info": { "name": "Create a job", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/environment/:environmentId/job", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a job" }, { "info": { "name": "List all environment job statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/job/status", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "Returns a list of jobs with only their id and status." }, { "info": { "name": "Clone job", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/job/:jobId/clone", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "Job ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This will create a new job with the same configuration on the targeted environment Id." } ] } ], "bundled": true }