Has anyone been able to import an unmanaged vm with cloudclient 4.4? What's it asking for in the blueprintid field? I think I'm almost there.
CloudClient>vra machines unmanaged register --owner me@my.com --deploymentName deploysment1 --compositeBlueprintId MY_COMPOSITE_BLUEPRINT --reservationid reservationName --componentId vSphere_Machine_1 --vmid unmanagedVmName --blueprintid
Here, I've tried MY_COMPOSITE_BLUEPRINT, which is also the name of the template that MY_COMPOSITE_BLUEPRINT clones.
It complains thusly:
com.vmware.cloudclient.exception.CloudClientException: Failed to convert 'MY_COMPOSITE_BLUEPRINT' to type VirtualMachineTemplateItem for option 'blueprintid'
Error: Unable to find a VirtualMachineTemplateItem by the name or id 'MY_COMPOSITE_BLUEPRINT'.
Thanks