Host Virtual Nic Manager Query Net Config
Get the NetConfig for the specified nicType
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 HostVirtualNicManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"QueryNetConfigRequestType Object"
The HostVirtualNicManagerNicTypeEnum
OK
"VirtualNicManagerNetConfig Object"
The NicType of this NetConfig.
Whether multiple nics can be selected for this nicType.
List of VirtualNic objects that may be used.
This will be a subset of the list of VirtualNics in HostNetworkInfo.vnic.
List of VirtualNic objects that are selected for use.
InvalidArgument: if nicType is invalid
HostConfigFault: for any other failure.
"MethodFault Object"
The base data object type for all the object model faults that an application might handle.
Message which has details about the error Message can also contain a key to message catalog which can be used to generate better localized messages.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostVirtualNicManager/{moId}/QueryNetConfig