How to create new VM using VMware VSphere API via PHP
I'm trying to create a new Virtual Machine in VSphere via specifications
entered into a web form POSTed to php. I found the method call
CreateVM_Task (scroll 70% of the way down) which seems to be the right API
call. My problem is how to connect the php to this API call. The
documentation for VSphere is plentiful, but I'm having trouble getting
what I need.
No comments:
Post a Comment