Hi,
Adding vApp or VM metadata to a vApp works like a charm following page 102 of vCloud API Programming guide.
However, the PUT method on https://<vcloud>/api/vAppTemplate/vappTemplate-<id>/productSections is not allowed.
I guess that it's not possible.
My use case is to define ValueMap ovf:qualifiers in my public catalog vApps.
Does it mean that i need to do it when importing an ovf? i.e. i can't add those ovf metadata from the API?
The goal is that these metadata would be kept when "Add vApp from catalog" is invoked.
Thanks in advance.