24 Apr 2024
09:34 AM
- last edited on
27 Jan 2026
10:46 AM
by
IzabelaRokita
Summary: This thread explains which Dynatrace API endpoints return displayName together with entityId. It outlines available fields, parameter requirements, and typical patterns for entity queries.
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 the entity display name or display value along with the entity_id as part of the metric get data points api?
Solved! Go to Solution.
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.
Featured Posts