{ "opencollection": "1.0.0", "info": { "name": "Devtron APIs Specs Applications Jobs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Create or clone a job", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/orchestrator/job", "body": { "type": "json", "data": "{}" } }, "docs": "Create and clone a job" }, { "info": { "name": "List jobs", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/orchestrator/job/list", "body": { "type": "json", "data": "{}" } }, "docs": "Get the list of all the jobs by applying filter" }, { "info": { "name": "Get job CI pipeline list", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/orchestrator/orchestrator/job/ci-pipeline/list/:jobId", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "Job Id" } ] }, "docs": "fetch details of job ci-pipelines for the overview page" } ] } ], "bundled": true }