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
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
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.