Delete Alert Rules

Overview You can use LogicMonitor’s REST API to programmatically delete Alert Rules. As with all of our API calls, authentication is required. HTTP Method: DELETE Resource URI: /setting/alert/rules/{id}(where id is the id of the alert rule you’d like to delete) Example The following Python script deletes the alert rule with id 74.

Update Alert Rules

Overview You can use LogicMonitor’s REST API to programmatically update Alert Rules. As with all of our API calls, authentication is required. Request Information HTTP Method: PUT Resource URI: /setting/alert/rules/{id} (where id is the id of the alert rule you’d like to update). Request Parameters: You can include the following parameters in your PUT request. … Continued

Add Alert Rules

Overview You can use LogicMonitor’s REST API to programmatically add alert rules. As with all of our API calls, authentication is required. Request Information HTTP Method: POST URI: /setting/alert/rules Request parameters: You can POST the following properties for alert rules. Property Description Required? Type Example name The name of the alert rule Yes String “name”:”prodDBErrors” … Continued

Get Alert Rules

Overview LogicMonitor’s REST API allows you to programmatically get alert rules for your account. As with all of our API calls, authentication is required.    Request Information Returns a list of alert rules HTTP Method: GET URI: /setting/alert/rules Request Parameters: By default, a list of 50 alert rules will be returned. You can include sort, … Continued

About the Alert Rules Resource

You can use LogicMonitor’s REST API to programmatically manage your alert rules. Notes: This documentation describes the published resource state for v87 and later As with all of our API calls, authentication is required.     Resource URI /setting/alert/rules       Resource Properties All alert rules have the following properties:   Property Description Type … Continued