Delete an OpsNote

Overview You can use LogicMonitor’s REST API to programmatically delete your LogicMonitor Ops Notes. As with all of our API calls, authentication is required. HTTP Method: DELETE URI: /setting/opsnotes/<id> (where id is the id of the OpsNote you’d like to delete) Example The following Python script deletes the Ops Note with id wb0b888wTpaLh6oEihjQuw from account … Continued

Get OpsNotes

You can use LogicMonitor’s REST API to programmatically get your OpsNotes. With the OpsNotes resource, you can: Get a list of OpsNotes Get information about a specific OpsNote As with all of our API calls, authentication is required.     Get a list of OpsNotes Returns a list of Ops Notes   HTTP Method: GET … Continued

Update OpsNotes

You can use LogicMonitor’s REST API to update the Ops Notes in your account. As with all of our API calls, authentication is required. HTTP Method: PUT URI: /setting/opsnotes/{id} Request Parameters: Property Description Required? Type Example note The note message Yes String “note”:”software update from 1.0.0 to 1.2.4″ happenedOnInSec The date and time associated with … Continued

Add OpsNotes

Overview You can use LogicMonitor’s REST API to programmatically add ops notes to your account. As with all of our API calls, authentication is required. Request Information HTTP Method: POST URI: /setting/opsnotes Request Parameters: You can POST the following properties for all new ops notes. Property Description Required? Type Example note The note message Yes … Continued

About the OpsNotes Resource

The OpsNotes resource allows you to programmatically manage your LogicMonitor Ops Notes. As with all of our API calls, authentication is required.   Using LogicMonitor’s REST API you can: Get a list of OpsNotes Add an OpsNote Update an OpsNote Delete an OpsNote   Resource URI: /setting/opsnotes   Resource Properties All OpsNotes have the following … Continued