{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Alarms", "type": "folder" }, "items": [ { "info": { "name": "List Alarms", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/alarm/alarms", "params": [ { "name": "source", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "severity", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "dateFrom", "value": "", "type": "query" }, { "name": "dateTo", "value": "", "type": "query" }, { "name": "resolved", "value": "", "type": "query" } ] }, "docs": "List Alarms" }, { "info": { "name": "Raise an Alarm", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/alarm/alarms", "body": { "type": "json", "data": "{}" } }, "docs": "Raise an Alarm" }, { "info": { "name": "Bulk Update Alarms", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/alarm/alarms", "params": [ { "name": "source", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Update Alarms" }, { "info": { "name": "Delete Alarms by Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/alarm/alarms" }, "docs": "Delete Alarms by Filter" }, { "info": { "name": "Retrieve an Alarm", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/alarm/alarms/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an Alarm" }, { "info": { "name": "Update an Alarm", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/alarm/alarms/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Alarm" } ] } ], "bundled": true }