Python - VMWare vSphere (WEB SDK) - SUDS
问题 How do i contact the vSphere (or VMWare) form Python either with some form of library or via SUDS to get the number of number of vCPU or a specific host/guest/virtual-machine? Currently i'm trying: from suds.client import Client from suds.sudsobject import Property client = Client("https://<server>/sdk/vimService?wsdl") queryCon = client.wsdl.services[0].ports[0].methods['QueryConnectionInfo'] print queryCon And that works, and it gives me some form of output: (Method){ name =