cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Extract JSON field from placeholder - {ProblemDetailsJson}

SaiVenkatesh
Guide

I have {ProblemDetailsJson} & i wanted to send only rankedImpacts":[{"entityId":"******","entityName":"*****"}] in payload to 3rd party Integration.

How do i achieve this ??

Sai Venkatesh Nichenametla
2 REPLIES 2

michiel_otten
Mentor

Hi there,

Do it understand correctly that you only want te send specific fields from {ProblemDetailsJson}?
I don't think that is possible yet. Please see documentation:

https://www.dynatrace.com/support/help/observe-and-explore/notifications-and-alerting/problem-notifi...

I also found a similar discussion here:

https://community.dynatrace.com/t5/Dynatrace-API/Problem-Notifications-ProblemDetailsJSON-concrete-v...

The way I've solved it: I do the filtering at the 3rd party system. Most modern systems are perfectly able to handle json input and manipulate it.

#Performance matter!

SaiVenkatesh
Guide

Hi Michiel,

 

I have seen this https://community.dynatrace.com/t5/Dynatrace-API/Problem-Notifications-ProblemDetailsJSON-concrete-v... but no luck.

 

Yeah, you are right 3rd party system should have capability to manipulate the JSON sent. But unfortunately that 3rd part system is not capable enough. Anyways we are appraching this in different way to pull problems from problems API with API-key

Sai Venkatesh Nichenametla

Featured Posts