26 Jul 2024 01:39 PM
The problem API exposes all the evidenceDetails that are displayed on the Problems page as a rather complicated json object. With the problem nontifications you can push those details in a nice text format:
{ProblemDetailsMarkdown}: All problem event details including root cause as a Markdown-formatted string.
{ProblemDetailsText}: All problem event details including root cause as a text-formatted string
Is there a way to retrieve this text via the dynatrace problem API?
AFAICS there is none and i would have to interpret the json myself if i want to pull problems from dynatrace instead of using a custom notification<
Solved! Go to Solution.
26 Jul 2024 04:07 PM
Hi,
Dynatrace problems API return information in JSON format https://docs.dynatrace.com/docs/shortlink/api-problems-v2-get-details
If you want another, you need to parse and tranform it by yourself.
You can raise a product idea also.
Best regards