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

Problem Notification - QueryString + ASP

rodrigo_biaggio
Participant

Can anyone tell me if it is possible to send a POST via querystring to an ASP page in Dynatrace (SaaS) Problem Notifications?

3 REPLIES 3

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

Hi Rodrigo,

HTTP POST: yes by using our Custom webhook integration. Not sure what you mean with querystring? You can customize the HTTP POST payload to whatever content you need. Also the HTTP POST parameters can be set.

rodrigo_biaggio
Participant

Wolfgang, I'm sorry if you've answered this question yet, but I did not see the answer.

I need to receive these variables in an ASP page.

Is it possible then to set the payload on Dynatrace to send, for example, the {State}, {PID} for this page?

When I say QueryString, I meant, for example, passing the variables in the URL.

http://201.6.19.26/adapter_dynatrace_hom/dynatrace_json.asp?State={State}+PID={PID}

Thank you.

Rodrigo Biaggio

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

No unfortunately placeholders are not possible within the URL field.

Featured Posts