list_vms
List Nutanix virtual machines with their names, UUIDs, power states, and resource allocation. Supports OData filtering to narrow results.
Instructions
List virtual machines on Nutanix. Returns VM names, UUIDs, power states, and resource allocation. Supports OData filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | OData filter expression. Examples: "name eq 'my-vm'", "powerState eq 'ON'" | |
| limit | No | Maximum number of VMs to return. Omit to retrieve all (auto-paginates). |