Forum Discussion
4 years ago
On 10/16/2019 at 5:04 PM, irievibe said:Yes. We are able to update components and have them show degraded and resolve them as well.
We add the componentid to the info of the resource.
![]()
Then we put these lines in the custom http delivery integration
![]()
Good Luck!
Mike
![]()
I think it is also helpful to have an example of what is in the Alert Data when using incidents, but also wanting to provide an update to a component:
Cleared
{
"incident": {
"message":"Alert From LogicMonitor: ##HOST## CLEARED",
"status":"resolved",
"name":"Alert From LogicMonitor: ##HOST##",
"body":"string",
"components": {"##StatusPage.Prod.ComponentId##":"operational"}
}
}
Active
{
"incident": {
"impact_override":"critical",
"message":"Alert From LogicMonitor: ##HOST## has an alert",
"status":"identified",
"name":"Alert From LogicMonitor: ##HOST##",
"body":"string",
"components": {"##StatusPage.Prod.ComponentId##":"degraded_performance"}
}
}
Related Content
- 2 months ago
- 6 months ago