Join fellow LogicMonitor users at the Elevate Community Conference and get hands-on with our latest product innovations.

Register Now

Resources

Explore our blogs, guides, case studies, eBooks, and more actionable insights to enhance your IT monitoring and observability.

View Resources

About us

Get to know LogicMonitor and our team.

About us

Documentation

Read through our documentation, check out our latest release notes, or submit a ticket to our world-class customer service team.

View Resources

Add a note to an Alert

Last updated on 22 September, 2020

LogicMonitor’s REST API allows you to programmatically add a note to existing alerts.  

Notes:

  • Adding a note to an alert will not acknowledge it.  For more information about acknowledging alerts, see this page
  • As with all of our API calls, authentication is required.

 

 

HTTP Method: POST

Resource URI: /alert/alerts/{id}/note

Where {id} is the id or internalId of the alert you’d like to add a note for.

Request Parameters:

 

Property

Description

Required?

Type

Example

ackComment The note to be added Yes String “ackComment”:”investigating”

 

Get Started with LogicMonitor