vmware_list_datastores
Retrieve VMware datastores listing type, capacity, free space, and accessibility for storage management.
Instructions
Lists the datastores: type, capacity, free space, accessibility.
In json: {total, count, ..., datastores:[{name, moid, type, capacity, free, free_pct, accessible, hosts, 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 |