I am looking to hit an API endpoints to pull just a list of current alerts. I can hit www.site24x7.com/api/current_status?group_required=false which will give me a full list of all the checks and then parse out the ones that are alerting but seems like overkill if I just want to see the current alerts. I did see the endpoint for www.site24x7.com/api/reports/alarm but that requires a time frame. After looking through the API reference guide I am at a loss to see just current alarms. I am new to site24x7 so I am probably just missing it. If there is not an api call for this I would suggest a feature request to add a query parameter for current_status to show checks with a status != 1. This would also be nice to use with www.site24x7.com/api/current_status/group/%24GROUPID so I could pull down all checks alerting for a specific group id.
Thanks