Marketplace Image Versions
Marketplace Image Versions represent the different versions of Marketplace Images. Scaleway regularly releases new versions of images, for example to update an OS or fix a known issue. The IDs returned by this endpoint can be used with the Marketplace Local Images endpoint to find the different local images available for a given version
List versions of an Image
Get a list of all available version of an image, specified by its image_id (UUID format).
query Parameters
image_id(UUID format)
page_sizepageorder_byList versions of an Image › Responses
total_countGet a specific image version
Get information such as the name, creation date, last update and published date for an image version specified by its version_id (UUID format).
path Parameters
version_id(UUID format)
Get a specific image version › Responses
idUUID of this version. (UUID format)
nameName of this version.
created_atCreation date of this image version. (RFC 3339 format)
updated_atDate of the last modification of this version. (RFC 3339 format)
published_atDate this version was officially published. (RFC 3339 format)