Distributed Virtual Switch Manager Query Compatible Vmnics From Hosts
This operation returns a list of vmnics which are compatible with the given DistributedVirtualSwitch product specification.
Since: vSphere API Release 8.0.0.1
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.
"QueryCompatibleVmnicsFromHostsRequestType Object"
The array of hosts on which the query is to be made to fetch valid PhysicalNics on each host.
OK
[
"DVSManagerPhysicalNicsList Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/DistributedVirtualSwitchManager/{moId}/QueryCompatibleVmnicsFromHosts