I am using the v-cloud Api version 1.5 to create a new virtual machine,I am unable to crate the new virtual machine,Iam able to create clone of a existing virtual machine.
I am using the below requset xml to create a new VM.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<RecomposeVAppParams name="vAppName">
<SourcedItem sourceDelete="false">
<Source type="application/vnd.vmware.vcloud.vm+xml" name="vmName" href="https://vcloud/api/vApp/vm-05f22b9c-503e-4f62-9383-79a7e4835690"/>
</SourcedItem>
</RecomposeVAppParams>
Please help me out how we can create anew virtual machine using that API.
Thanks
Mayank sharma.