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

Dynatrace Managed API for Host memory

melissap
Guide

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


2 REPLIES 2

shane_korbel
Dynatrace Champion
Dynatrace Champion

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):


melissap
Guide

Thank you! Did you have to combine this with another api to get the host names along with the memory value?


Featured Posts