21 Apr 2020 06:14 PM
I'm using Metrics API v2 to get "Process CPU usage" of a process and the response contains the value of all process instances.
Which is the http query parameter to get "Single Value" (highlighted in the screenshot) instead of the values of all process instances?
Solved! Go to Solution.
21 Apr 2020 07:37 PM
you should be able to further refine it to a single process under the infographic
21 Apr 2020 07:43 PM
I can't find any "infographic " information in the Metrics API v2 documentation...
21 Apr 2020 07:48 PM
you will need to edit the tile :
22 Apr 2020 07:32 AM
Try with resolution: Inf for getting one aggregated datapoint in the metric API v2
22 Apr 2020 09:28 AM
I'm already using "&resolution=Inf" as a query parameter and it's not the solution.
25 Apr 2020 06:14 PM
Do you mean to get the data for one specific process only over the API? Check the entity scope filter in that case. You can say something like "type(PROCESS_GROUP_INSTANCE), entityID(your process ID)