Extension Manager Get Extension List

Extension Manager Get Extension List

The list of currently registered extensions.

Required privileges: System.View

Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/ExtensionManager/{moId}/extensionList
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 ExtensionManager/{moId}.

string
release
Required

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of Extension of type(s) application/json
[
    {
        "_typeName": "string",
        "description": {
            "label": "string",
            "summary": "string"
        },
        "key": "string",
        "company": "string",
        "type": "string",
        "version": "string",
        "subjectName": "string",
        "server": [
            {
                "_typeName": "string",
                "url": "string",
                "description": {
                    "label": "string",
                    "summary": "string"
                },
                "company": "string",
                "type": "string",
                "adminEmail": [
                    "string"
                ],
                "serverThumbprint": "string",
                "serverCertificate": "string"
            }
        ],
        "client": [
            {
                "_typeName": "string",
                "version": "string",
                "description": {
                    "label": "string",
                    "summary": "string"
                },
                "company": "string",
                "type": "string",
                "url": "string"
            }
        ],
        "taskList": [
            {
                "_typeName": "string",
                "taskID": "string"
            }
        ],
        "eventList": [
            {
                "_typeName": "string",
                "eventID": "string",
                "eventTypeSchema": "string"
            }
        ],
        "faultList": [
            {
                "_typeName": "string",
                "faultID": "string"
            }
        ],
        "privilegeList": [
            {
                "_typeName": "string",
                "privID": "string",
                "privGroupName": "string"
            }
        ],
        "resourceList": [
            {
                "_typeName": "string",
                "locale": "string",
                "module": "string",
                "data": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": "string"
                    }
                ]
            }
        ],
        "lastHeartbeatTime": "string",
        "healthInfo": {
            "url": "string"
        },
        "ovfConsumerInfo": {
            "callbackUrl": "string",
            "sectionType": [
                "string"
            ]
        },
        "extendedProductInfo": {
            "companyUrl": "string",
            "productUrl": "string",
            "managementUrl": "string",
            "self": {}
        },
        "managedEntityInfo": [
            {
                "_typeName": "string",
                "type": "string",
                "smallIconUrl": "string",
                "iconUrl": "string",
                "description": "string"
            }
        ],
        "shownInSolutionManager": false,
        "solutionManagerInfo": {
            "tab": [
                {
                    "_typeName": "string",
                    "label": "string",
                    "url": "string"
                }
            ],
            "smallIconUrl": "string"
        }
    }
]