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?
Alert Notes Report
- HKosovaSmartBear 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"
Related Content
- 7 years ago
- 4 years ago
- 6 years ago
- 11 years ago