Hi,
I want to get these numbers with API call.
What is the best way to achieve this?
Thanks
Hi,
I want to get these numbers with API call.
What is the best way to achieve this?
Thanks
I don’t see anything from the REST API Explorer which would do this directly.
You could fetch the per-VM details for all VMs with an API call, probably vm get with projection for CPU and memory stats you want, then total it up by software.
Agree.
I believe the % will require also to get the # of CPUs from the host/cluster and then do the math.
→ Total VMs CPUs ÷ Total Host/Cluster CPUs
Cheers!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.