{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Software Updates API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Software Updates", "type": "folder" }, "items": [ { "info": { "name": "List Available Edge Updates", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/service/edge/updates" }, "docs": "List Available Edge Updates" }, { "info": { "name": "Install an Edge Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/service/edge/updates", "body": { "type": "json", "data": "{}" } }, "docs": "Install an Edge Update" } ] } ], "bundled": true }