vmware_list_hosts
Retrieve a list of ESXi hosts with connection state, version, model, CPU and memory usage, and VM count. Supports pagination and output in markdown or JSON.
Instructions
Lists the ESXi hosts: state, version, model, CPU/RAM load, VM count.
In json: {total, count, ..., hosts:[{name, moid, connection_state, power_state, in_maintenance, version, model, cpu_cores, cpu_usage_mhz, cpu_total_mhz, memory_total, memory_usage, vms}]}. In markdown: table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| offset | No | Pagination offset | |
| response_format | No | markdown (default, compact table) or json (full structure) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |