-1

Is there a way to get VM information like resource utilization metrics from Vcenter server via an API ? I want to query them from a python script and I don't want to get them from powerCli. Vsphere version - 5.5

Lakal Malimage
  • 486
  • 1
  • 4
  • 10
  • 1
    Your google-foo is poor - look at this; https://developercenter.vmware.com/web/sdk/60/vcloudsuite-python – Chopper3 Jun 10 '16 at 18:29

1 Answers1

1

If you want to use Python maybe pyVmomi can help you.

If it's lacking the functionality you need you can always use the SOAP based API directly.

And have a look at the VMware Developer Center / VMware Sample Exchange, maybe you can find some interesting things there.

Mario Lenz
  • 1,612
  • 9
  • 13