Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to retrive only the alarms having critical level using mangoapi. How can I do this?
If you're using Mango 3, it should be:
GET /rest/v1/events?alarmLevel=5
in 2.8 it is
GET /rest/v1/events?alarmLevel=3
Thank You