Host System Query Memory Overhead Ex
Deprecated as of VI API 6.0, use initialOverhead.
Determines the amount of memory overhead necessary to power on a virtual machine with the specified characteristics.
Required privileges: System.Read
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"QueryMemoryOverheadExRequestType Object"
The ConfigInfo data object type encapsulates the configuration settings and virtual hardware for a virtual machine.
This type holds all the information that is present in the .vmx configuration file for the virtual machine.
The amount of overhead memory required to power on such a virtual machine, in bytes.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostSystem/{moId}/QueryMemoryOverheadEx