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