cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to get Entity Display name/Display Value along with entityID in GET metric data points api

palemmahesh
Newcomer

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.

 

2 REPLIES 2

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You need to make a second call to Monitored entities API - GET an entity.

It has that information.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

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