Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
How can I get the list of all the alerts that are configured for each Thing.
Solved! Go to Solution.
Using GetAlertStatuses service/API will return a list of alerts configured for a Thing. Also you can use this service at ThingTemplate level.
However you will only get alertnames, property and status information but not detailed configuration/condition of each alert.
You will probably need to loop through the above result and use service like GetAlertDefinition to get detailed alert condition.
I think you may have to iterate and then put the lists together and then sort them.
Using GetAlertStatuses service/API will return a list of alerts configured for a Thing. Also you can use this service at ThingTemplate level.
However you will only get alertnames, property and status information but not detailed configuration/condition of each alert.
You will probably need to loop through the above result and use service like GetAlertDefinition to get detailed alert condition.
Hi @sankararaman,
If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.
Regards,
Tony