Vmware Distributed Virtual Switch Fetch DV Port Keys
Return the keys of ports that meet the criteria.
On an ESXi host, the property shows only the connected ports currently on the host.
Required privileges: System.Read
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 VmwareDistributedVirtualSwitch/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"FetchDVPortKeysRequestType Object"
The port selection criteria. If unset, the operation returns the keys of all the ports in the switch.
OK
[
{}
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/VmwareDistributedVirtualSwitch/{moId}/FetchDVPortKeys