Compute Resource Get Summary
Basic runtime information about a compute resource.
This information is used on summary screens and in list views.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case ComputeResource/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
OK
"ComputeResourceSummary Object"
Aggregated CPU resources of all hosts, in MHz.
Aggregated memory resources of all hosts, in bytes.
Number of physical CPU cores.
Physical CPU cores are the processors contained by a CPU package.
Aggregated number of CPU threads.
Effective CPU resources (in MHz) available to run virtual machines.
This is the aggregated effective resource level from all running hosts. Hosts that are in maintenance mode or are unresponsive are not counted. Resources used by the VMware Service Console are not included in the aggregate. This value represents the amount of resources available for the root resource pool for running virtual machines.
Effective memory resources (in MB) available to run virtual machines.
This is the aggregated effective resource level from all running hosts. Hosts that are in maintenance mode or are unresponsive are not counted. Resources used by the VMware Service Console are not included in the aggregate. This value represents the amount of resources available for the root resource pool for running virtual machines.
Total number of hosts.
Total number of effective hosts.
Overall alarm status.
In releases after vSphere API 5.0, vSphere Servers might not generate property collector update notifications for this property. To obtain the latest value of the property, you can use PropertyCollector methods RetrievePropertiesEx or WaitForUpdatesEx. If you use the PropertyCollector.WaitForUpdatesEx method, specify an empty string for the version parameter. Since this property is on a DataObject, an update returned by WaitForUpdatesEx may contain values for this property when some other property on the DataObject changes. If this update is a result of a call to WaitForUpdatesEx with a non-empty version parameter, the value for this property may not be current.
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/ComputeResource/{moId}/summary