An image is a collection of objects representing a VM which can be deployed on Unikraft Cloud. Its format is based on the OCI Image Specification. Within the context of Unikraft Cloud, these images also include a kernel component.
Get Images in Store
Retrieve all images.
query Parameters
metro(Only applies when using global control plane). The metro of the image.
digesttagGet Images in Store › Request Body
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: digest | |
| type = object · requires: tag |
digestGet Images in Store › Responses
default
statusThe status of the response.
messageAn optional message providing additional information about the response.
The response data for this request.
A list of errors which may have occurred during the request.
op_time_usThe operation time in microseconds. This is the time it took to process the request and generate the response.
Get Images
Retrieve all images.
query Parameters
metro(Only applies when using global control plane). The metro of the image.
digesttagGet Images › Request Body
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: digest | |
| type = object · requires: tag |
digestGet Images › Responses
default
statusThe status of the response.
messageAn optional message providing additional information about the response.
The response data for this request.
A list of errors which may have occurred during the request.
op_time_usThe operation time in microseconds. This is the time it took to process the request and generate the response.