Anybody here uses such a library? Or using ctypes
with VIX API
dll is enough for the task of managing VMWare images?
What do you think and what you can suggest based on your experience? Is there any active and up-to-date solution written in Python?
It seems that
pysphere
,vix
fit.It's updated to the last version of
VMware API
, and it's been developed and maintainted for a while now.Even though for really complex scripts you should use the official bindings for powershell:
VMWare PowerCLI
.