{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Supported Measurements API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Supported Measurements", "type": "folder" }, "items": [ { "info": { "name": "List Supported Measurements", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id/supportedMeasurements", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Supported Measurements" }, { "info": { "name": "List Supported Series", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/inventory/managedObjects/:id/supportedSeries", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Supported Series" } ] } ], "bundled": true }