fc_adapter_list
List Fibre Channel and FCoE adapters on ESXi hosts with WWPN, model, driver, and speed. Filter by cluster or host to locate WWPNs for SAN zoning or adapter troubleshooting.
Instructions
[READ] List Fibre Channel HBAs (FC and FCoE) per ESXi host: vmhba, model, driver, status, port type, WWPN/WWNN and reported link speed.
Use this for "which FC adapters does each host have" or to find a host's WWPNs; use storage_device_paths for devices and paths behind them. Scope with cluster OR host; with neither, every host on the target is read (only the adapter list is fetched, so this stays cheap).
Returns the list envelope ('items', 'returned', 'total', 'truncated', 'next_offset') plus hosts_without_fc (read, no FC HBA) and hosts_not_read [{host, reason}]. A host in hosts_not_read was NOT read — never report it as having no FC adapters. speed_reported is the raw vSphere value: the API documents bits per second, but hosts commonly report Gbit/s, so it is not converted. Reads host config only; no rescans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ESXi host name exactly as in vCenter inventory (FQDN or IP). | |
| limit | No | Rows per page, 1-200 (default 50). | |
| offset | No | Rows to skip; pass the previous page's next_offset. | |
| target | No | Optional vCenter/ESXi target name from config. | |
| cluster | No | Cluster name exactly as in vCenter. Omit to use host or the whole target. |