Compute Resource Get Environment Browser

Compute Resource Get Environment Browser

The environment browser object that identifies the environments that are supported on this compute resource.

Required privileges: System.View

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/ComputeResource/{moId}/environmentBrowser
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 ComputeResource/{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: MoRefEnvironmentBrowser
{
    "0": "M",
    "1": "o",
    "2": "R",
    "3": "e",
    "4": "f",
    "5": "E",
    "6": "n",
    "7": "v",
    "8": "i",
    "9": "r",
    "10": "o",
    "11": "n",
    "12": "m",
    "13": "e",
    "14": "n",
    "15": "t",
    "16": "B",
    "17": "r",
    "18": "o",
    "19": "w",
    "20": "s",
    "21": "e",
    "22": "r",
    "23": " ",
    "24": "O",
    "25": "b",
    "26": "j",
    "27": "e",
    "28": "c",
    "29": "t"
}

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