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!
Note that LogicMonitor has a REST API equivalent for this function.
Escalation Chains define the set of users who are notified at each stage of an alert’s lifecycle. An Escalation Chain consists of destination stages. When an alert is routed to an escalation chain (via a matching alert rule) notifications are sent to the stages defined in the Escalation Chain. You can use the deleteEscalatingChain RPC to delete escalation chains programmatically.
Note: As with all our API calls, authentication is required.
Delete an escalation chain
https://accountName.logicmonitor.com/santaba/rpc/deleteEscalatingChain?c=accountName&u=user&p=password&id=3
Where id is the Id of the escalation chain you’d like to delete
.
curl "https://apiAccount.logicmonitor.com/santaba/rpc/deleteEscalatingChain?c=apiAccount&u=apiAccount&p=example&id=19"
Response:
{ "status": 200, "errmsg": "OK" }
In This Article