AConner's avatar
AConner
New Contributor
6 years ago
Status:
Implemented

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's avatar
    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"