Go to All Forums

Identify alarms with ACK via REST API

Hi,

I can get alarms with www.site24x7.com/api/current_status?group_required=false&locations_required=false&status_required=X but in the json response I can't identify which alarm have an ack or which not. So there are any way to identify which alarms have ack?

Regards,

Ivan

Like (3) Reply
Replies (1)

Hi Ivan,

Our apologies for the late reply. We have gone ahead and added a new query parameter alarmsinfo_required in current_status api. By passing "alarmsinfo_required=true", you will get a new attribute in response called "technician", which is the ZUID of the User who has acknowledged the alarm. If the alarm is not acknowledged, "technician" attribute will not be present for that monitor. Based on that you identify the monitors which are acknowledged and which are not.

Thillai.

Like (0) Reply

Was this post helpful?