Vmware Distributed Virtual Switch Lookup Dv Port Group
Returns the portgroup identified by the key within this VDS.
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 8.0.2.0 APIs.
"LookupDvPortGroupRequestType Object"
The key that identifies a portgroup of this VDS.
OK
"MoRefDistributedVirtualPortgroup Object"
NotFound: If the portgroup for the specified key is not found.
NotSupported: If the operation is not supported.
"NotFound Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/VmwareDistributedVirtualSwitch/{moId}/LookupDvPortGroup