vmware_host_storage
List paginated storage details for an ESXi host: HBA adapters and LUNs with multipath paths.
Instructions
Storage of a host (equivalent of esxcli storage): HBA adapters and paginated LUNs with multipath paths.
In json: {host, adapters:[...], total, count, offset, has_more, next_offset, luns:[{canonical_name, model, type, capacity, operational_state, paths}]}. Rescan with vmware_host_rescan_storage (host.config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Name of the ESXi host | |
| limit | No | Maximum number of LUNs | |
| offset | No | Pagination offset for LUNs | |
| response_format | No | markdown (default, compact table) or json (full structure) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |