{ "opencollection": "1.0.0", "info": { "name": "AWS Batch Compute Environments Jobs API", "version": "2016-08-10" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Submit a job", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/submitjob", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a job" }, { "info": { "name": "List jobs", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/listjobs", "body": { "type": "json", "data": "{}" } }, "docs": "List jobs" }, { "info": { "name": "Describe jobs", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/describejobs", "body": { "type": "json", "data": "{}" } }, "docs": "Describe jobs" }, { "info": { "name": "Cancel a job", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/canceljob", "body": { "type": "json", "data": "{}" } }, "docs": "Cancel a job" }, { "info": { "name": "Terminate a job", "type": "http" }, "http": { "method": "POST", "url": "https://batch.{region}.amazonaws.com/v1/terminatejob", "body": { "type": "json", "data": "{}" } }, "docs": "Terminate a job" } ] } ], "bundled": true }