list_images
List disk images from the image library, including ISOs and QCOW2 files, with details on name, type, size, and source URI.
Instructions
List disk images (ISOs, QCOW2) available in the image library. Returns image names, types, sizes, and source URIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | OData filter expression. Examples: "name eq 'ubuntu-22.04'", "type eq 'DISK_IMAGE'" | |
| limit | No | Maximum number of images to return. Omit to retrieve all (auto-paginates). |