Guest Operations Manager Get Process Manager
A singleton managed object that provides methods for guest process operations.
Required privileges: System.Anonymous
Request
URI
GET
https://{api_host}/sdk/vim25/{release}/GuestOperationsManager/{moId}/processManager
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:
MoRefGuestProcessManager
{
"0": "M",
"1": "o",
"2": "R",
"3": "e",
"4": "f",
"5": "G",
"6": "u",
"7": "e",
"8": "s",
"9": "t",
"10": "P",
"11": "r",
"12": "o",
"13": "c",
"14": "e",
"15": "s",
"16": "s",
"17": "M",
"18": "a",
"19": "n",
"20": "a",
"21": "g",
"22": "e",
"23": "r",
"24": " ",
"25": "O",
"26": "b",
"27": "j",
"28": "e",
"29": "c",
"30": "t"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/GuestOperationsManager/{moId}/processManager