list_resources
Filter Aria Operations resources by name or kind to get the UUID needed by other tools. Paginated results include a truncated flag, so verify before treating the set as complete.
Instructions
[READ] List resources in Aria Operations filtered by kind. Start here: this turns a name or kind into the UUID other resource tools need. Then call get_resource for detail on one row.
Returns a paginated envelope: items, returned, limit, total (null when the API reports no size), truncated, hint. Check truncated before calling this the complete set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results. Default 100. Paginated automatically, so a larger limit spans more than one page. | |
| target | No | Aria target name from config; default when omitted. | |
| name_filter | No | Substring filter on resource name (case-insensitive). | |
| resource_kind | No | e.g. VirtualMachine, HostSystem, ClusterComputeResource, Datastore, Datacenter. | VirtualMachine |