Marketplace Local Images
Marketplace Local Images represent the local images available to be installed on Scaleway Instances. Each local image is specific to an Availability Zone, and has an ID (which can be used with the Instance API to request installation of this image) as well as information about its zone, compatible Instance types, supported architecture, and label (typically an identifier for the distribution). If the same distribution is available on multiple Availability Zones, it will have one local image per Availability Zone. When selecting an image to install on an Instance, you must ensure that it is compatible with that Instance in terms of zone, architecture, Instance type etc
List local images from a specific image or version
List information about local images in a specific Availability Zone, specified by its image_id (UUID format), version_id (UUID format) or image_label. Only one of these three parameters may be set.
query Parameters
zoneFilter local images available on this Availability Zone.
page_sizeA positive integer lower or equal to 100 to select the number of items to display.
pageA positive integer to choose the page to display.
order_byOrdering to use.
archFilter local images available for this machine architecture.
typeFilter by type.
List local images from a specific image or version › Responses
total_countGet a specific local image by ID
Get detailed information about a local image, including compatible commercial types, supported architecture, labels and the Availability Zone of the image, specified by its local_image_id (UUID format).
path Parameters
local_image_id(UUID format)
Get a specific local image by ID › Responses
idUUID of this local image. Version you will typically use to define an image in an API call. (UUID format)
compatible_commercial_typesList of all commercial types that are compatible with this local image.
archSupported architecture for this local image.
zoneAvailability Zone where this local image is available.
labelImage label this image belongs to. This label can be used in the image field of the server creation request.
typeType of this local image.