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 8.0.2.0 APIs.
Responses
200
OK
Returns
MoRefGuestFileManager
of type(s)
application/json
This response body class contains all of the following:
InlineMoRefGuestFileManager0
"MoRefGuestFileManager Object"
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/GuestOperationsManager/{moId}/fileManager