Iscsi Manager Query Bound Vnics
Query the list of Virtual NICs that are bound to a given iSCSI HBA.
Required privileges: Host.Config.Storage
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 IscsiManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"QueryBoundVnicsRequestType Object"
iSCSI adapter name for which the method to be applied.
An array of IscsiPortInfo containing detailed information on the list of Virtual NICs bound to the adapter
[
"IscsiPortInfo Object"
]
IscsiFault: For any problem that is not handled with a more specific fault.
NotFound: If the given HBA is not found
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/IscsiManager/{moId}/QueryBoundVnics