cloud_insts_imgs_ls
Retrieve available images in a project and region, filterable by visibility, tags, and pricing.
Instructions
Retrieve a list of available images in the project and region.
The list can be filtered by visibility, tags, and other parameters. Returned entities are owned by the project or are public/shared with the client.
Args: include_prices: Show price
private: Any value to show private images
tag_key: Filter by tag keys.
tag_key_value: Filter by tag key-value pairs. Must be a valid JSON string.
visibility: Image visibility. Globally visible images are public
extra_headers: Send extra headers
extra_query: Add additional query parameters to the request
extra_body: Add additional JSON properties to the request
timeout: Override the client-level default timeout for this request, in seconds
Note: Pass the numeric project_id. When a project name is provided, resolve it via cloud.projects.list/cloud.projects.get. If nothing is specified, fetch the account's default project first and use that ID. Pass the numeric region_id. Resolve region names with cloud.regions.list or cloud.regions.get. If no region is mentioned, obtain the default region ID before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| region_id | Yes | ||
| include_prices | No | ||
| private | No | ||
| tag_key | No | ||
| tag_key_value | No | ||
| visibility | No | ||
| extra_headers | No | ||
| extra_query | No | ||
| extra_body | No | ||
| timeout | No |