24 Jan 2024 03:56 PM
The documentation on "Export licensing data" references "testID," "osiID," and "agentId." I'm inquiring whether there are API calls in Dynatrace that can be utilized to retrieve the actual names corresponding to these IDs?
https://docs.dynatrace.com/managed/managed-cluster/operation/managed-license-data-export
Solved! Go to Solution.
24 Jan 2024 05:23 PM
Hi,
I am not sure if I was able to understand you but I would try it with Monitored entities API.
Best regards
24 Jan 2024 06:58 PM
The osiID refers actually to the host ID, but has a different format. It's possible to convert it if you need it. If you convert this large integer number to hex you will get the ID after HOST- so you can pair it with the host entities within an environment. AgentID refers to the agent ID (code modules).