Integrating VMware vDatacenter with python (the docker method) – Part 1
This how-to shows how to write a simple python code to retreive informations about a vDatacenter resources consumption. Python could use 2 method: hard using vSphere rest api easy by using pyvmomi from vmware github repositoy ( http://vmware.github.io/pyvmomi-community-samples/ ) Choosing the second (so tired to write overheads), I’ll show how to develope your integration running […]