[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

SddcStats

A read-only list of resource allocations for the associated SDDC


Properties

cpu Optional

CPUs statistics of the SDDC (values in MHz).


memory Optional

Memory statistics of the SDDC (values in MB).


integer
poweredOnVMs Optional

Number of powered on VMs within the SDDC.


storage Optional

Storage statistics of the SDDC (values in MB).


integer
totalVMs Optional

Number of VMs within the SDDC.

JSON Example

{
	"cpu": {
		"numReserved": 0,
		"numTotal": 0,
		"numUsed": 0
	},
	"memory": {
		"numReserved": 0,
		"numTotal": 0,
		"numUsed": 0
	},
	"poweredOnVMs": 0,
	"storage": {
		"numReserved": 0,
		"numTotal": 0,
		"numUsed": 0
	},
	"totalVMs": 0
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 32.0
Property Of

Sddc

Feedback

Was this page helpful?