List bare metal images
Retrieve a list of available images for bare metal servers. The list can be filtered by visibility, tags, and other parameters. Returned entities may or may not be owned by the project.
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