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

Metric API-getting empty entity types for some metric id.

vigangaw
Visitor

Hi,

 

We are getting empty entity types in some of metric id.

Can anyone provide a reason?

Thanks in advance.

 

API:  https://{your-domain}/e/{your-environment-id}/api/v2/metrics?fields=displayName,unit,entityType,dduBillable&metricSelector=builtin:host.net.nic.traffic

response:

 

{
    "totalCount"1,
    "nextPageKey"null,
    "metrics": [
        {
            "metricId""builtin:host.net.nic.traffic",
            "displayName""Traffic",
            "unit""BitPerSecond",
            "dduBillable"false,
            "entityType": []
        }
    ]
}
 

 

1 REPLY 1

Michal_Gebacki
Community Team
Community Team

Hello Community, does anyone of you know what can be helpful facing this kind of issue?