Guest Operations Manager Get Guest Windows Registry Manager
A singleton managed object that provides methods for guest windows registry operations.
Required privileges: System.Anonymous
Request
URI
GET
https://{api_host}/sdk/vim25/{release}/GuestOperationsManager/{moId}/guestWindowsRegistryManager
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 GuestOperationsManager/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
Responses
200
OK
This response body class contains all of the following:
MoRefGuestWindowsRegistryManager
{
"0": "M",
"1": "o",
"2": "R",
"3": "e",
"4": "f",
"5": "G",
"6": "u",
"7": "e",
"8": "s",
"9": "t",
"10": "W",
"11": "i",
"12": "n",
"13": "d",
"14": "o",
"15": "w",
"16": "s",
"17": "R",
"18": "e",
"19": "g",
"20": "i",
"21": "s",
"22": "t",
"23": "r",
"24": "y",
"25": "M",
"26": "a",
"27": "n",
"28": "a",
"29": "g",
"30": "e",
"31": "r",
"32": " ",
"33": "O",
"34": "b",
"35": "j",
"36": "e",
"37": "c",
"38": "t"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/GuestOperationsManager/{moId}/guestWindowsRegistryManager