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.
{
"portgroupKey": "string"
}
The key that identifies a portgroup of this VDS.
OK
{
"_typeName": "string",
"type": "string",
"value": "string"
}
NotFound: If the portgroup for the specified key is not found.
NotSupported: If the operation is not supported.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}