Hi,
I am trying to get tags associated with virtual machine in Java using vSphere 5.5 SDK API. I am retrieving those from valid ManagedEntity (VirtualMachine) object. The problem is retrieved tags array is empty.
The documentation at following link says "Experimental. Subject to change.Since vSphere API 4.0"
I tried PowerShell cmdlets 'Get-Tag' and its working as expected however I cannot use powershell due to platform compatibility reasons.
I wanted to know if tags in ManagedEntity are not supported then what is the the alternative way to get tags for virtual machine and vapp from vCenter using SDK API in Java from linux machine?
Thanks and Regards,
SandipH