At this moment i am tryging to retrieve the quickstats of an ESXI host itself.
This is the way i connect :
context = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
context.verify_mode = ssl.CERT_NONE
si = SmartConnect(host=args.host,
user=args.user,
pwd=password,
port=int(args.port),
sslContext=context)
How do i retrieve the following stats with this library? https://github.com/vmware/pyvmomi/blob/master/docs/vim/host/Summary/QuickStats.rst