Question

How can I get proviosned vCPU and memory with API??

  • 10 March 2020
  • 2 replies
  • 1956 views

Badge +1

Hi,

I want to get these numbers with API call.

What is the best way to achieve this?

Thanks


This topic has been closed for comments

2 replies

Userlevel 3
Badge +4

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.

Badge +1

@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!