{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Bulk Operations API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bulk Operations", "type": "folder" }, "items": [ { "info": { "name": "List Bulk Operations", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/devicecontrol/bulkoperations" }, "docs": "List Bulk Operations" }, { "info": { "name": "Create a Bulk Operation", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/devicecontrol/bulkoperations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Bulk Operation" }, { "info": { "name": "Retrieve a Bulk Operation", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/devicecontrol/bulkoperations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a Bulk Operation" }, { "info": { "name": "Update a Bulk Operation", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/devicecontrol/bulkoperations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Bulk Operation" }, { "info": { "name": "Delete a Bulk Operation", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/devicecontrol/bulkoperations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Bulk Operation" } ] } ], "bundled": true }