Hi,
How could we get the device OS name and version via API request?
In the
listDevice and
getDeviceSummary endpoints, there's a
type property which is giving the OS name in some cases (like
windows 2008 R2,
Windows,
Linux (without any more details), ...) But it also has the values like
Cisco Catalyst 3750 Series or
Compaq Device which obviously aren't OS names.
On the other hand, in the
listVirtualDevices endpoint, there's an
OS_NAME property which gives a more accurate OS details and has only the OS related data, not device model data presumably.
So what's the general property in API to get OS details of all devices types, not only virtual machines?
Thanks