Ask a Question

Alert Notes Report

0 Kudos

Alert Notes Report

Is there a report or API call that will give a list of the Device Name with the associated Alert Note with it?  So I don’t have to open every single Device Name to see if there is an Alert Note and what it is?

2 Comments
HKosova
SmartBear Alumni (Retired)

You can use GET /monitors to get monitor information, including monitor names and alert notes:

 

curl "https://api.alertsite.com/api/v3/monitors?select=name,alert_note" -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
sonya_m
SmartBear Alumni (Retired)
Status changed to: Implemented
 
Announcements
Welcome to the AlertSite Feature Requests board!

Here you can review submitted feature requests and vote up the ones you like! If you can't find the feature you want - go ahead and suggest your own idea. Ideas with the highest rating can be implemented in the product.

Check out the Create a Feature Request guide for more information.
New Here?
Welcome to the Community
Sign Up Here