Distributed Virtual Switch Manager Query Compatible Host For New Dvs
This operation returns a list of hosts that are compatible with the given DistributedVirtualSwitch product specification.
Required privileges: System.View
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}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"container": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"recursive": false,
"switchProductSpec": {
"_typeName": "string",
"name": "string",
"vendor": "string",
"version": "string",
"build": "string",
"forwardingClass": "string",
"bundleId": "string",
"bundleUrl": "string"
}
}
Whether to search for hosts in the subfolders, if applicable. In the case when container is a Datacenter, the recursive flag is applied to its HostFolder.
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.
OK
[
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]