25 Jan 2022 07:16 PM - last edited on 21 Aug 2024 09:59 AM by Michal_Gebacki
Hi,
Is there any api to get the highlighted details in below snapshot for a process group?
I tried the metrics v2 api's in https://community.dynatrace.com/t5/REST-API/API-Get-detailed-CPU-consumption/m-p/102104 , however they are for Metrics only. How can I get the highlighted details:
- Name
- Type
- CPU usage at mark
Solved! Go to Solution.
26 Jan 2022 07:45 AM
Hi @vikas_sood,
Try Metrics API - GET metric data points with builtin:tech.generic.cpu.groupTotalTime
HTH
Yos
27 Jan 2022 03:55 PM
builtin:tech.generic.cpu.groupTotalTime isn't returning any data. I am seeing data only with cpu.usage and cpu.totalTIme.
27 Jan 2022 04:45 PM - edited 27 Jan 2022 04:45 PM
Ok, so I am able to pull builtin:tech.generic.cpu.groupTotalTime from dynatrace for a process group. However, I also need to pull the cpu consumption by all processes in process group along with the process name. Is there any API for that?