Host Memory System Get Virtual Machine Reservation Info

Host Memory System Get Virtual Machine Reservation Info

Virtual machine reservation information for the memory manager.

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

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/HostMemorySystem/{moId}/virtualMachineReservationInfo
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 9.0.0.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

This response body class contains all of the following: VirtualMachineMemoryReservationInfo
{
    "0": "V",
    "1": "i",
    "2": "r",
    "3": "t",
    "4": "u",
    "5": "a",
    "6": "l",
    "7": "M",
    "8": "a",
    "9": "c",
    "10": "h",
    "11": "i",
    "12": "n",
    "13": "e",
    "14": "M",
    "15": "e",
    "16": "m",
    "17": "o",
    "18": "r",
    "19": "y",
    "20": "R",
    "21": "e",
    "22": "s",
    "23": "e",
    "24": "r",
    "25": "v",
    "26": "a",
    "27": "t",
    "28": "i",
    "29": "o",
    "30": "n",
    "31": "I",
    "32": "n",
    "33": "f",
    "34": "o",
    "35": " ",
    "36": "O",
    "37": "b",
    "38": "j",
    "39": "e",
    "40": "c",
    "41": "t"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/HostMemorySystem/{moId}/virtualMachineReservationInfo