10 Aug 2023 01:31 PM
Is there a variable specifically for Root Cause in that we can use in the problem notification? We have found that it is a part of the {ProblemDetailsText} but that also has other information about the problem. We are looking for just the root cause to use in our Event Management System.
Solved! Go to Solution.
10 Aug 2023 02:54 PM
Hi,
I am not aware of that. I think no variable with that piece of information isolated.
Best regards
10 Aug 2023 09:26 PM
Hello,
You can better use "ProblemDetailsJSONv2", it has a specific parameter called "evidenceDetails" which is the actual root cause.
Thanks,
Islam
11 Aug 2023 02:24 PM
Hi,
You can use the Problems API v2 - GET problems details and use the evidenceDetails property for the entities identified as the root cause.
BR,
Cesar S.
11 Aug 2023 03:47 PM
Thank you for this, this is good. Is it possible to use this in the problem notification webhook?
15 Aug 2023 03:02 PM
Yes!
You can use the ProblemDetailsJSONv2 as a placeholder in the problem notification webhook, then you can use these properties/objects like evidenceDetailes, impactAnalysis, and recentComments.