How can I get proviosned vCPU and memory with API?? | Nutanix Community
Skip to main content

Hi,

I want to get these numbers with API call.

What is the best way to achieve this?

Thanks

@JeremyJ 

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!


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.