scan_datastore_images
Scan a datastore for deployable images (OVA, ISO, OVF, VMDK). Returns each image found with complete listing details, supporting optional subdirectory path.
Instructions
[READ] Scan a datastore for deployable images (OVA, ISO, OVF, VMDK).
Use this for a live scan of one datastore; prefer list_cached_images for a cached answer. ds_name comes from list_all_datastores.
Returns the list envelope: 'items' holds one row per image, and 'returned'/'total'/'truncated' state whether the listing is complete. All patterns are browsed, so truncated is always false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory path (empty for root). | |
| target | No | Optional vCenter/ESXi target name from config. | |
| ds_name | Yes | Datastore name. |