22 Feb 2019 01:06 PM
Hi
I am looking for an api on Dynatrace Managed that can give me the host memory
I have tried the timeseries and Topology & Smartscape - Host api's and they do not contain the actual memory value
Solved! Go to Solution.
22 Feb 2019 01:29 PM
You should be able to use the API to retrieve memory values. Environment API -> Timeseries -> /timeseries/{timeseriesIdentifier}
In this case for {timeseriesIdentifier} i used com.dynatrace.builtin:host.mem.available
My query ended up returning this (slightly redacted):
25 Feb 2019 08:48 AM
Thank you! Did you have to combine this with another api to get the host names along with the memory value?