Hi there,
in vCloud Director API versions prior to 5.1 there was an element in the VirtualSystem that contained a vmwareTools version, e.g.:
<ovf:VirtualSystem ovf:id="Ubuntu_base_image_10_04">
<ovf:Info>A virtual machine: </ovf:Info>
<ovf:Name>Ubuntu_base_image_10_04</ovf:Name>
...
<vcloud:RuntimeInfoSection>
<ovf:Info>Specifies Runtime info</ovf:Info>
<vcloud:VMWareTools version="8394"/>
</vcloud:RuntimeInfoSection>
</ovf:VirtualSystem>
Now in 5.1 there's no <vcloud:RuntimeInfoSection> element. Any ideas how I could fetch the tools version (other then trying to get it directly from the vCenter API)?
Regards,
Igor