Come join our live training webinar every other Wednesday at 11am PST and hear LogicMonitor experts explain best practices and answer common questions. We understand these are uncertain times, and we are here to help!
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
PUT
*Note that consistent with REST standards, any properties not specified in a PUT request will revert back to their default values
/setting/alert/chains/{id}
Where id should be replaced with the id of the escalation chain you’d like to update. You can get escalation chain ids via a GET request to the escalation chains resource.