{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Offload Jobs API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Offload Jobs", "type": "folder" }, "items": [ { "info": { "name": "List Offload Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/service/datahub/offload/:id/jobs", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Offload Jobs" }, { "info": { "name": "Start an Offload Job", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/service/datahub/offload/:id/jobs", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Start an Offload Job" } ] } ], "bundled": true }