{ "opencollection": "1.0.0", "info": { "name": "Azure Batch Service REST Jobs API", "version": "2024-07-01.20.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Batch List jobs", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.{region}.batch.azure.com/jobs", "params": [ { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Lists all jobs." }, { "info": { "name": "Batch Add job", "type": "http" }, "http": { "method": "POST", "url": "https://{account}.{region}.batch.azure.com/jobs", "params": [ { "name": "api-version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a job." } ] } ], "bundled": true }