Distributed Virtual Switch Manager Query Dvs Feature Capability

Distributed Virtual Switch Manager Query Dvs Feature Capability

This operation indicates which version-specific DVS features are available for the given DistributedVirtualSwitch product specification.

Required privileges: System.View

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/DistributedVirtualSwitchManager/{moId}/QueryDvsFeatureCapability
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 9.0.0.0 APIs.


Request Body
QueryDvsFeatureCapabilityRequestType of type(s) application/json
Required
"QueryDvsFeatureCapabilityRequestType Object"
switchProductSpec
Optional

The productSpec of a DistributedVirtualSwitch. If not set, it is assumed to be the default one used for DistributedVirtualSwitch creation.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

This response body class contains all of the following: DVSFeatureCapability
{
    "0": "D",
    "1": "V",
    "2": "S",
    "3": "F",
    "4": "e",
    "5": "a",
    "6": "t",
    "7": "u",
    "8": "r",
    "9": "e",
    "10": "C",
    "11": "a",
    "12": "p",
    "13": "a",
    "14": "b",
    "15": "i",
    "16": "l",
    "17": "i",
    "18": "t",
    "19": "y",
    "20": " ",
    "21": "O",
    "22": "b",
    "23": "j",
    "24": "e",
    "25": "c",
    "26": "t"
}

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