03 Oct 2017 08:59 PM - last edited on 14 Aug 2023 11:26 AM by MaciejNeumann
How can I call the Dynatrace REST API in java?
Solved! Go to Solution.
03 Oct 2017 09:45 PM
Hi Tirth,
You can use any sort of HTTP client to make a request to the Dynatrace REST API. Here is a good link for more reading/help from Stackoverflow: https://stackoverflow.com/questions/3913502/restfu...
The article is a bit old but still valid. Then, I recommend using the API help documentation to find what you are trying to pull from Dynatrace: https://help.dynatrace.com/dynatrace-api/
Hope this helps!
Hayden
03 Oct 2017 09:57 PM
Thank you @Hayden M. I will look into it!
03 Oct 2017 10:22 PM
You're welcome Tirth! Let me know if you have further questions.