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.
you should be able to further refine it to a single process under the infographic
I can't find any "infographic " information in the Metrics API v2 documentation...
you will need to edit the tile :
Try with resolution: Inf for getting one aggregated datapoint in the metric API v2
I'm already using "&resolution=Inf" as a query parameter and it's not the solution.
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)