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

Web browser synthetic monitoring is sending JSON payload with wrong way escaping double quoted string value

Baasandorj
Visitor
We have integration with ServiceNOW ITSM/ITOM for event management.
We found the Dynatrace web browser synthetic monitoring is sending JSON payload with wrong way escaping double quoted string value

Here is partial section one of the payload that having backslash and double quote string value
{
...
"
affectedSyntheticActions": [
]
...
}

Better to escape is \\" - escpe backslash 1st then escape double quote, so is there a way to implement this with ITOM?
{
"affectedSyntheticActions": [
]
}
1 REPLY 1

zaid-bashir
Advisor

Hi @Baasandorj 
I think the Service Now Consultant can format it by writing the script before transform the incoming Dynatrace data in the events table.

Featured Posts