Opaque Network Get Capability

Opaque Network Get Capability

The capability of the Opaque Network.

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/OpaqueNetwork/{moId}/capability
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 OpaqueNetwork/{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: OpaqueNetworkCapability
{
    "0": "O",
    "1": "p",
    "2": "a",
    "3": "q",
    "4": "u",
    "5": "e",
    "6": "N",
    "7": "e",
    "8": "t",
    "9": "w",
    "10": "o",
    "11": "r",
    "12": "k",
    "13": "C",
    "14": "a",
    "15": "p",
    "16": "a",
    "17": "b",
    "18": "i",
    "19": "l",
    "20": "i",
    "21": "t",
    "22": "y",
    "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}/OpaqueNetwork/{moId}/capability