Skip to main content
1-Visitor
April 22, 2019
Solved

Alert Acknowledge for property

  • April 22, 2019
  • 2 replies
  • 1337 views

Hi,

I am trying to acknowledge an alert with property using AcknowledgeAlert service but the result shows error. But when I try with AcknowledgeAllAlerts it works fine. How can I acknowledge a specific peropert alert?

 

1) And where can I fetch the details of all the alert that have been acknowledged previously?

 

2) Using subscription "AlertAck" is it possible to save the details to sql database upon acknowledging a specfic alert?

 

Thanks in Advance,

Shalini V.serviceserviceresultresult

Best answer by PaiChung

For the Property parameter, you just need the name of the Property, since the Acknowledge service is already being executed in the context of the Thing itself.

So you don't need Things[ThingName]. just the PropertyName is needed in the parameter block setup.

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 24, 2019

For the Property parameter, you just need the name of the Property, since the Acknowledge service is already being executed in the context of the Thing itself.

So you don't need Things[ThingName]. just the PropertyName is needed in the parameter block setup.

Support
May 2, 2019

Hi @svisveswaraiya_285988

 

If the previous response allowed you to solve your issue, please mark it as the Accepted Solution for the benefit of others on the Community.

 

Regards.

 

--Sharon