Host Assignable Hardware Manager Retrieve Vendor Device Group Info

Host Assignable Hardware Manager Retrieve Vendor Device Group Info

Retrieve VendorDeviceGroup info.

Returns the list of Vendor Device Group deviceTypes present.

Since: vSphere API Release 8.0.0.1

Required privileges: System.Read

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostAssignableHardwareManager/{moId}/RetrieveVendorDeviceGroupInfo
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 HostAssignableHardwareManager/{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 VirtualMachineVendorDeviceGroupInfo of type(s) application/json
[
    {
        "_typeName": "string",
        "name": "string",
        "configurationTag": [
            "string"
        ],
        "deviceGroupName": "string",
        "deviceGroupDescription": "string",
        "componentDeviceInfo": [
            {
                "_typeName": "string",
                "type": "string",
                "vendorName": "string",
                "deviceName": "string",
                "isConfigurable": false,
                "device": {
                    "_typeName": "string",
                    "key": 0,
                    "deviceInfo": {
                        "_typeName": "string",
                        "label": "string",
                        "summary": "string"
                    },
                    "backing": {
                        "_typeName": "string"
                    },
                    "connectable": {
                        "_typeName": "string",
                        "migrateConnect": "string",
                        "startConnected": false,
                        "allowGuestControl": false,
                        "connected": false,
                        "status": "string"
                    },
                    "slotInfo": {
                        "_typeName": "string"
                    },
                    "controllerKey": 0,
                    "unitNumber": 0,
                    "numaNode": 0,
                    "deviceGroupInfo": {
                        "_typeName": "string",
                        "groupInstanceKey": 0,
                        "sequenceId": 0
                    }
                }
            }
        ]
    }
]