vsphere-automation-sdk-rest icon indicating copy to clipboard operation
vsphere-automation-sdk-rest copied to clipboard

Need OVF deploy example including static ip assignment

Open ReinsBrain opened this issue 7 years ago • 4 comments

Greetings, I hope this is the right avenue for a feature request regarding a sample of OVF deploy which should include provisioning network (static ip) as I don't seem to be able to deduce this from the documentation. If I should be looking for support elsewhere, please advise. Thanks in advance :) ps. here is a link to stackoverflow question : http://stackoverflow.com/questions/43767814/example-deployment-of-ovf-with-rest-api-including-network-ip-provisioning

ReinsBrain avatar May 03 '17 17:05 ReinsBrain

Hi @ReinsBrain, while we don't have an example in the REST SDK for deployment we have two samples here and here that may help on the deployment question. What specifically were you tripped up on with the documentation? I'd like to pass that information on to the CL team.

strefethen avatar May 25 '17 00:05 strefethen

@ReinsBrain It would also be good to know what OVF you are trying to deploy, is this a custom OVF or a pre built vendor OVF, the reason why is that built OVF's sometimes have configuration data where you can set the static IP address during deployment (supported in this API), if not and its a custom OVF that you are looking to use Guest Customization on as you deploy then that is currently not available via the REST API.

alanrenouf avatar May 25 '17 15:05 alanrenouf

{ "name": "com.vmware.vapi.rest.httpNotFound", "localizableMessages": [ { "defaultMessage": "Not found.", "id": "com.vmware.vapi.rest.httpNotFound" } ], "majorErrorCode": 404 }

any idea ???

hocineKHE avatar Apr 08 '19 13:04 hocineKHE

@hocineKHE : i think this happens when you are trying to hit an API that was released in a higher version of vSphere and you are running an older version of vSphere.

WinstonJake avatar Apr 25 '20 06:04 WinstonJake