Host Memory System Get Console Reservation Info

Host Memory System Get Console Reservation Info

Service console reservation information for the memory manager.

The existence of this data object indicates if the service console memory reservation must be configured for this host.

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/HostMemorySystem/{moId}/consoleReservationInfo
COPY
Path Parameters
string
moId
Required

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 HostMemorySystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ServiceConsoleReservationInfo of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "serviceConsoleReservedCfg": 0,
    "serviceConsoleReserved": 0,
    "unreserved": 0
}
integer As int64 As int64
serviceConsoleReservedCfg
Required

The amount of memory that should be reserved for the service console on the next boot.

integer As int64 As int64
serviceConsoleReserved
Required

The amount of memory that is currently reserved for the service console.

integer As int64 As int64
unreserved
Required

The amount of memory that is not reserved for use by the service console.