{ "opencollection": "1.0.0", "info": { "name": "Cisco Expressway Configuration Admin Account Alarms API", "version": "14.2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Alarms", "type": "folder" }, "items": [ { "info": { "name": "Cisco Expressway List all active alarms", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/api/status/common/alarms" }, "docs": "Retrieves the list of all alarms currently active on the Expressway. Alarms indicate events or configuration changes that require administrator intervention, or hardware and environmental issues such as faulty disks, fans, or high temperatures. Alarms are categorized by severity and ID prefix ranges." } ] } ], "bundled": true }