Distributed Virtual Switch Manager Query Dvs Compatible Host Spec

Distributed Virtual Switch Manager Query Dvs Compatible Host Spec

This operation returns a list of host product specifications that are compatible with the given DistributedVirtualSwitch product specification.

Required privileges: System.View

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/DistributedVirtualSwitchManager/{moId}/QueryDvsCompatibleHostSpec
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
QueryDvsCompatibleHostSpecRequestType of type(s) application/json
Required
"QueryDvsCompatibleHostSpecRequestType Object"
object
switchProductSpec
Optional

This data object type is a subset of AboutInfo.

An object of this type can be used to describe the specification for a proxy switch module of a DistributedVirtualSwitch.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of DistributedVirtualSwitchHostProductSpec of type(s) application/json
[
    "DistributedVirtualSwitchHostProductSpec Object"
]

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