VMware vCloud Director Documentation Center
from the vcloud vCloud API Programming Guide, I learned that we can upload the ovf package to vcloud for creating vApp Template. the upload steps have 4 steps, I followed the api and have finished 3 steps successfully,however i get stucked at the 4th step, which requires Uploading Referenced Files(the VMDK FILE),[using a PUT request to upload each file that the vApp template references].
my question is that i do not know how to upload the vmdk file through restclient or using python script. can any one have done this , pls give some support