11 Jul 2017 10:07 AM - last edited on 21 Dec 2023 12:24 PM by MaciejNeumann
Does anybody had any experience with notifications in xml, or who knows how the convert th integration notification based on json to xml?
KR Henk
Solved! Go to Solution.
13 Jul 2017 09:37 AM
If you are referring to custom alert notifications, where JSON payload is mandatory, then you have to convert it on your side. So you have to setup a webservice to accept JSON request from Dynatrace and create XML instead and post the result where required. Implementation depends on your preference (language/XML schema/...).
13 Jul 2017 04:36 PM
Hi Julius,
Thx for your reply, we will create the webservice,
KR Henk