Guest Operations Manager Get Alias Manager
A managed object that provides methods to support single sign-on in the guest operating system.
Required privileges: System.Anonymous
Request
URI
GET
https://{api_host}/sdk/vim25/{release}/GuestOperationsManager/{moId}/aliasManager
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:
MoRefGuestAliasManager
{
"0": "M",
"1": "o",
"2": "R",
"3": "e",
"4": "f",
"5": "G",
"6": "u",
"7": "e",
"8": "s",
"9": "t",
"10": "A",
"11": "l",
"12": "i",
"13": "a",
"14": "s",
"15": "M",
"16": "a",
"17": "n",
"18": "a",
"19": "g",
"20": "e",
"21": "r",
"22": " ",
"23": "O",
"24": "b",
"25": "j",
"26": "e",
"27": "c",
"28": "t"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/GuestOperationsManager/{moId}/aliasManager