29 Apr 2022 04:18 PM
We are working to pull Dynatrace usage via API to report to our ServiceNow Software Asset Management module. We are able to pull DDU via the builtin:billing.ddu.metrics.total metric. Is there a way i can get the DEM value? I am a ServiceNow developer and not very familiar with the Dynatrace License reporting capabilities so any help is appreciated.
Solved! Go to Solution.
29 Apr 2022 07:39 PM
I don't know of a direct way to get DEM consumption directly.
But we are using the billing.* metrics to get it's components (synthetic, sessions, ...) and than calculate the overall DEM consumption, but with every detail. It works well and numbers match 😀
29 Apr 2022 08:08 PM
I see Antonio.
I do similar for host units metric by querying oneagent for monitored hosts and adding up their
30 Apr 2022 10:51 AM
You should start first in Data Explorer, with the billing.* metrics (eg. billing.apps.web.sessionsWithoutReplayByApplication). Once you get what you need, you just have to make the equivalent API calls.