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

REST endpoints for license usage of Dynatrace OneAgent?

krunal_dave1
Helper

Are there REST endpoints for license usage available?

 

4 REPLIES 4

skrystosik
DynaMight Guru
DynaMight Guru

According to my knowledge about Dynatrace SDK it's not possible to write such plugin. Plugins are related to different level of data than such thing. If I understand you properly you need rest endpoints about license usage?


Regards, Sebastian

krunal_dave1
Helper

Hi Sebastian, Thanks for quick response. I apologies about explaining problem statement at first, Yes I'm looking for rest endpoints for license usage of dynatrace oneagent.

Thanks

Krunal


adam_gardner
Dynatrace Champion
Dynatrace Champion

Hi Krunal, have a look at the /entity/infrastructure/hosts endpoint. Calls to this endpoint result in a JSON containing host info. One of the JSON values is: "consumedHostUnits": 1


@ Adam - thanks for prompt reply.

Yes we did figured out yesterday about the /entity/infrastructure/hosts endpoint, and now we are able to calculate used license.

Thanks

Krunal


Featured Posts