Delete Escalation Chains

You can use LogicMonitor’s REST API to programmatically delete your LogicMonitor Escalation Chains. As with all of our API calls, authentication is required HTTP Method: DELETE   URI: /setting/alert/chains/{id} Where id should be replaced with the id of the escalation chain you’d like to delete

Update an Escalation Chain

You can use LogicMonitor’s REST API to update the Escalation Chains in your account. As with all of our API calls, authentication is required   HTTP Method: PUT *Note that consistent with REST standards, any properties not specified in a PUT request will revert back to their default values URI: /setting/alert/chains/{id} Where id should be … Continued

Add an Escalation Chain

You can use LogicMonitor’s REST API to programmatically add Escalation Chains to your account. As with all of our API calls, authentication is required. HTTP Method: POST URI: /setting/alert/chains Request Parameters: You can POST the following properties for all new escalation chains: Property Description Required? Type Example name The name of the Escalation Chain Yes … Continued

Get Escalation Chains

You can use LogicMonitor’s REST API to programmatically get your Escalation Chains. With the Escalation Chains resource, you can: Get a list of all Escalation Chains Get information about a particular Escalation Chain As with all of our API calls, authentication is required Get a list of Escalation Chains Returns a list of Escalation Chains … Continued

About the Escalation Chains Resource

The Escalation Chains resource allows you to programmatically manage your LogicMonitor Escalation Chains. As with all of our API calls, authentication is required Using LogicMonitor’s REST API you can: Get a list of Escalation Chains Get information about a specific Escalation Chain Add an Escalation Chain Update an Escalation Chain Delete an Escalation Chain Resource … Continued