Is there a way to pause and resume notifications via the API or some other external way without logging in


Article Comments

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

Hi Will,

This can be done with

/api/pause.htm?id=objectid&action=0 

to pause the notification, and

/api/pause.htm?id=objectid&action=1

to resume the notification, where objectid is the id of the notification. If you browse to the notification, you can get it's ID from the URI.

Regards,


Mar, 2012 - Permalink

Perfect!

Thank you very much for the help


Mar, 2012 - Permalink