Extension Manager Find Extension

Extension Manager Find Extension

Returns extension with the given key, if any.

Required privileges: System.View

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/ExtensionManager/{moId}/FindExtension
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case ExtensionManager/{moId}.

string
release
Required

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


Request Body
FindExtensionRequestType of type(s) application/json
Required
"FindExtensionRequestType Object"
string
extensionKey
Required

Key to search for.

Authentication
This operation uses the following authentication methods.
Responses
200

Extension that matches given key, if any.

This response body class contains all of the following: Extension
{
    "0": "E",
    "1": "x",
    "2": "t",
    "3": "e",
    "4": "n",
    "5": "s",
    "6": "i",
    "7": "o",
    "8": "n",
    "9": " ",
    "10": "O",
    "11": "b",
    "12": "j",
    "13": "e",
    "14": "c",
    "15": "t"
}

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/ExtensionManager/{moId}/FindExtension