list_cached_images
Retrieve deployable images (OVA/OVF/ISO/VMDK) from the local cache registry without a vCenter connection. Filter by image type or datastore for quick access.
Instructions
[READ] List deployable images (OVA/OVF/ISO/VMDK) from the local cache registry — instant, no vCenter connection or datastore I/O.
Reads ~/.vmware-storage/image_registry.json, populated by prior datastore scans; results may be stale or empty if no scan has run. For a live, authoritative listing of one datastore use scan_datastore_images instead. Returns a list of {datastore, name, ds_path, size_mb, type, modified}; empty list if nothing matches. No side effects.
Args: image_type: Filter by file extension without the dot, e.g. "ova", "iso", "ovf", "vmdk" (case-insensitive). Omit for all types. datastore: Filter by exact datastore name. Omit for all datastores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datastore | No | ||
| image_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |