09 May 2018 12:43 PM
Hello,
In Problem Notification of a WebHook Custom Integration I would like to send directly the Problems details as plain text and not HTML-formatted. Is this currently possible?
Or this could be a RFE?
Thank you
Solved! Go to Solution.
09 May 2018 01:20 PM
Hi Rodrigo, the following are currently available:
I believe the placeholder you need is:
{ProblemDetailsText}
09 May 2018 02:25 PM
Hi Adam, I´m involved in this issue with Rodrigo.
We have just put the Tag you mentioned: {ProblemDetailsText}, but it is empty.
This is a real result:
571|RESOLVED|INFRASTRUCTURE|CPU saturation|CPU saturation on Host Tomcat_portalprod08|{ProblemDetailsText}
Is there any other Tag could I use instead ?
Thank you.
Regards.
09 May 2018 02:47 PM
Hi Juan, apologise, I wasn't clear initially. This is available on SaaS and is available on cluster version 143. Here's the blog post by our product manager @Wolfgang B.
09 May 2018 03:41 PM
Hi Adam.
Thank you for clarifying.
Let´s look forward to Dynatrace Managed Release 1.143 to test it
I¨ll keep you psted about my findings.
Regards.
05 Jun 2018 10:42 AM - last edited on 29 May 2023 01:30 PM by MaciejNeumann
Hi Adam.
The placeholder {ProblemDetailsText} is now available, but unfortunately it contains "CR" and "LF" characters, for example:
RESOLVED Problem 771 in environment qce29222
1 impacted infrastructure component
Host
oshiftinfra01.dpd.ieci
CPU saturation
8.17 % CPU usage
This becomes very difficult to use the value, for instance, if I want to run an OS Command form the Command Line passing the value as a Parameter.
Is there any way to get the same value as a single String no "CR" and "LF" characters ?
Thank you in advance.