List images
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.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
7
Query Parameters
Filter by image architecture.
aarch64, x86_64 "x86_64"
Show price.
Optional. Limit the number of returned items
x <= 10001000
Filter by image name (case-insensitive substring match)
"ubuntu"
Optional. Offset value is used to exclude the first set of records from the result
x >= 00
Filter by OS distribution (case-insensitive). E.g. ubuntu, centos, debian
"ubuntu"
Filter by OS version (case-insensitive). E.g. 22.04
"22.04"
Any value to show private images
Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character. Trailing or leading whitespaces will be stripped.
1 - 255^[^\s=]+$["key1", "key2"]Optional. Filter by tag key-value pairs.
{ "key": "value" }Image visibility. Globally visible images are public
private, public, shared