Resource Pool Get Summary
Basic information about a resource pool.
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. Any other version value will not produce any property values as no updates are generated.
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 ResourcePool/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
OK
"ResourcePoolSummary Object"
Name of resource pool.
Current configuration of the resource pool.
Current runtime state of the resource pool.
A set of statistics that are typically updated with near real-time regularity.
This data object type does not support notification, for scalability reasons. Therefore, changes in QuickStats do not generate property collector updates. To monitor statistics values, use the statistics and alarms modules instead.
Total configured memory of all virtual machines in the resource pool, in MB.
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/ResourcePool/{moId}/summary