Folder Get Externally Managed Folder Info

Folder Get Externally Managed Folder Info

The information of externally managed folder.

This property is only set for the externally managed folder.

Since: vSphere API Release 9.0.0.0

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/Folder/{moId}/externallyManagedFolderInfo
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 Folder/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

This response body class contains all of the following: FolderExternallyManagedFolderInfo
{
    "0": "F",
    "1": "o",
    "2": "l",
    "3": "d",
    "4": "e",
    "5": "r",
    "6": "E",
    "7": "x",
    "8": "t",
    "9": "e",
    "10": "r",
    "11": "n",
    "12": "a",
    "13": "l",
    "14": "l",
    "15": "y",
    "16": "M",
    "17": "a",
    "18": "n",
    "19": "a",
    "20": "g",
    "21": "e",
    "22": "d",
    "23": "F",
    "24": "o",
    "25": "l",
    "26": "d",
    "27": "e",
    "28": "r",
    "29": "I",
    "30": "n",
    "31": "f",
    "32": "o",
    "33": " ",
    "34": "O",
    "35": "b",
    "36": "j",
    "37": "e",
    "38": "c",
    "39": "t"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/Folder/{moId}/externallyManagedFolderInfo