Skip to main content
11-Garnet
July 16, 2019
Solved

Alert monitoring mashup

  • July 16, 2019
  • 2 replies
  • 1535 views

I want to create a mashup which looks like the Alert Summary window under Monitoring. I want to customize some of the columns. Also my mashup should only show the alerts related to my project only! How to achieve that?

Best answer by slangley

Hi @biswa.

 

You could create a mashup using a Grid widget and bind it to the QueryAlertSummary service available from the AlertFunctions resource to pull all alerts.  Since you want to add your own columns, you'll have to create your own service for merging with the Grid.  If you want to filter, you can also run the QueryAlertSummaryforThing on a per Thing basis.  Both of the services mentioned here accept a query parameter to filter the results.

 

Regards.

 

--Sharon

2 replies

slangleyCommunity ManagerAnswer
Support
July 17, 2019

Hi @biswa.

 

You could create a mashup using a Grid widget and bind it to the QueryAlertSummary service available from the AlertFunctions resource to pull all alerts.  Since you want to add your own columns, you'll have to create your own service for merging with the Grid.  If you want to filter, you can also run the QueryAlertSummaryforThing on a per Thing basis.  Both of the services mentioned here accept a query parameter to filter the results.

 

Regards.

 

--Sharon

Support
July 24, 2019

HI @biswa.

 

If the previous response allowed you to find a solution, please mark it as the Accepted Solution for the benefit of others on the community.

 

Regards.

 

--Sharon

biswa11-GarnetAuthor
11-Garnet
July 25, 2019

Hi Sharon,

 

Thanks for the help. It worked for me.

 

Regards,

Biswa