This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Summary: HTTP monitors in Dynatrace may return health status codes indicating connectivity or configuration issues. This guide lists common error codes, explains their meaning, and provides step...
We can use the Crypto JS library code on Pre/Post execution script for the AES Encryption and Decryption in Synthetic HTTP Monitor. To do this we need to add the functions in to the pre/ po...
Summary
In the Dynatrace Synthetic Classic app, the WebUI only shows the latest successful and failed execution details. With Gen 3, execution details are available for all HTTP ...
Summary
The Entities API endpoint /api/v2/entities and Grail return a property 'isEnabled' for each Synthetic Monitor. This status is reflected in the Dynatrace Synthetic app in the...
Summary
When troubleshooting intermittent HTTP Monitor failures, it can be helpful to know which ActiveGate, within a location, the execution ran on.
Problem
HTTP monitor executions sh...
Summary
There are currently no out-of-the-box templates for AWS Signature Authorization in Dynatrace Synthetic monitoring. This article provides a snippet and instructions for modifying it to ...
To create SOAP requests on synthetic HTTP monitor, we need a sample HTTP Request & Response information like below,
Note:- This is the sample request and response which uses the dummy urls
&l...
You can use the below Sample Post Execution script JavaScript Code to retrieve the 'Set-Cookie' header on Synthetic HTTP monitors.
var cookies = response.getHeaders().getAll('Set-Cookie');
var setc...
I created an HTTP monitor with over 20 different http requests, and all http requests are from one endpoint only. Is there a way that I can make the HTTP monitor persistent? As observed, when ...