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”