Images
OS Images
Get images types for instances
get/v1/images
Query parameters
instance_typestring
Example:1A100.22V
Filter OS images by instance type. Default is all instance images.
Response
Returns available image types for instances
Example response
[
{
"id": "7b31f96e-311b-44a5-bfcc-d215c8315369",
"image_type": "ubuntu-24.04",
"name": "Ubuntu 24.04",
"details": [
"Ubuntu 24.04",
"Minimal Image"
],
"category": "ubuntu"
}
]Changes
No recorded changes to this endpoint across all 10 revisions of this API.