Which API do I use to get the configuration for an host entity. I am particularly interested in the number of CPUs, and in the platform (Windows, Linux, other).
Any help would be greatly appreciated.
Lou
Solved! Go to Solution.
You can use the Monitoring Entities API, here you can find the osType, logicalCpuCores and cpuCores parameters with the info you are looking for:
Thank you. I have already started using that API to get this information.