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.
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
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...
Self Service Summary
When troubleshooting intermittent HTTP Monitor failures it can be helpful to know which ActiveGate, within a location, the execution ran on
Issue
So...
Self Service Summary
There are currently no OOTB templates for AWS Signature Authorization. This guide provides a snippet and instructions to modify it to generate a signed Authorizat...
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...
Hello .
Can someone help to rewrite a part of a python script in Dynatrace Synthetic using pre-script
here is the code of my python script .
url ="https://endpointhost/parent/R000057/v1/s...
Hello,
I created an HTTP monitor which runs every 5 minutes. The monitor also has a performance threshold and it will create a problem when 3 out of 5 recent executions passes the threshold.
Howe...
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...