24 Apr 2024 09:34 AM - last edited on 07 Jun 2024 12:04 PM by Michal_Gebacki
While getting metrics using https://docs.dynatrace.com/docs/dynatrace-api/environment-api/metric-v2/get-data-points api, getting the entity_id in the dimension field.
Is there a way to get entity displayname or display value along with entity_id as part of metric get data points api.
24 Apr 2024 11:09 AM
Hi,
You need to make a second call to Monitored entities API - GET an entity.
It has that information.
Best regards
24 Apr 2024 04:23 PM
Yes we can do with two calls, But checking whether we can get entity_id and entity display name in a single metric data points apis, without making extra call again.