22 Nov 2017 07:20 AM - last edited on 26 May 2021 12:50 PM by MaciejNeumann
Is it possible to access the REST API on the Dynatrace Managed server through the security gateway?
Meaning: The Security Gateway acts as a forward proxy for the Managed Cluster?
Solved! Go to Solution.
22 Nov 2017 07:27 AM
Yes that's possible. We introduced that to enable customers to set up a publicly accessible security gateway to route the API calls from public internet to the Dynatrace server residing in a cooperate network.
22 Nov 2017 07:33 AM
Awesome! Was not aware!
22 Nov 2017 07:30 AM
Only from publicly accessible gateways? What If I want to have some of my network devices post metrics? https://www.dynatrace.com/support/help/dynatrace-a... Is that not possible?
And Wolfgang: How do I enable it?
By the way, this is dynatrace managed I am talking about
22 Nov 2017 07:38 AM
Yes I understand its DT Managed. I am talking about our Dynatrace REST API that is documented here:
https://www.dynatrace.com/support/help/dynatrace-a...
I am NOT talking about the internal REST API that is used by our UI. The functionality is available out of the box, so you can call the API (don't forget to add the environment ID in the path) through the Gateway. A simple call to check if forwarding works is to request the actual cluster time, which is possible without authentication:
https://<GATEWAY>/e/<ENVIRONMENT>/api/v1/time
26 Nov 2017 05:41 PM
Question: Does the API token need to be created on the Public Security Gateway, or on the Environment?
08 Dec 2017 03:36 PM
Never mind, worked it out.