Nutanix Cluster Report

640 Views Asked by At

How can i fetch the cluster report from the Nutanix prism portal using powershell (API or module)?

I need to fetch the cluster details like total capacity, free capacity, usage capacity etc.

1

There are 1 best solutions below

3
On

There's a few options, one of them would be using:

Alternatively there's nutanix.dev with a whole bunch of examples you can use to get this kickstarted

disclaimer: I'm a Nutanix employee and author of the script in the first link.