Is there a way to programmatically (that is write a small c app or better yet a ruby or perl script) to obtain a list of all of the guests (and also details about the guests) from a VMWare Infrastructure?
Thanks, Matt Delves
Is there a way to programmatically (that is write a small c app or better yet a ruby or perl script) to obtain a list of all of the guests (and also details about the guests) from a VMWare Infrastructure?
Thanks, Matt Delves
Lots of options HERE
Something like this should work well. When invoking this perl script you will need to specify the server (
server_fqdn:port#
) along with the username and password (e.g.$ perl listVMS --server 1.1.1.1:333 --username "whatever\user" --password "s0m3p4ss"
)