Distributed Virtual Switch Manager Query Available Dvs Spec

Distributed Virtual Switch Manager Query Available Dvs Spec

This operation returns a list of switch product specifications that are supported by the vCenter Server.

Required privileges: System.View

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/DistributedVirtualSwitchManager/{moId}/QueryAvailableDvsSpec
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 DistributedVirtualSwitchManager/{moId}.

string
release
Required

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


Request Body
QueryAvailableDvsSpecRequestType of type(s) application/json
Required
{
    "recommended": false
}
boolean
recommended
Optional

If set to true, return only the recommended versions. If set to false, return only the not recommended versions. If unset, return all supported versions.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of DistributedVirtualSwitchProductSpec of type(s) application/json
[
    {
        "_typeName": "string",
        "name": "string",
        "vendor": "string",
        "version": "string",
        "build": "string",
        "forwardingClass": "string",
        "bundleId": "string",
        "bundleUrl": "string"
    }
]