Get a specific category. Get information about a specific category of the
marketplace catalog, specified by its category_id
(UUID format).
The request GetCategoryRequest
A Promise of Category
Get a specific marketplace image. Get detailed information about a
marketplace image, specified by its image_id
(UUID format).
The request GetImageRequest
A Promise of Image
Get 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).
The request GetLocalImageRequest
A Promise of LocalImage
Get 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).
The request GetVersionRequest
A Promise of Version
List existing image categories. Get a list of all existing categories. The output can be paginated.
The request ListCategoriesRequest
A Promise of ListCategoriesResponse
List marketplace images. List all available images on the marketplace, their UUID, CPU architecture and description.
The request ListImagesRequest
A Promise of ListImagesResponse
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.
The request ListLocalImagesRequest
A Promise of ListLocalImagesResponse
List versions of an Image. Get a list of all available version of an image,
specified by its image_id
(UUID format).
The request ListVersionsRequest
A Promise of ListVersionsResponse
Marketplace API.
This API allows you to find available images for use when launching a Scaleway Instance.