Unikraft Cloud Platform API
stringstring
Properties for digest:string · requiredstring · enum · enumstringinteger · uint64
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
GET
https://api.fra.unikraft.cloud
/v1/images/list
Retrieve all images.
query Parameters
metro(Optional, only applies when using global control plane). The metro to route the request to.
namespaceOptional namespace to filter images by.
Get Images › Request Body
oneOf
Exactly one variant must match.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: digest | |
| type = object · requires: tag |
digestGet Images › Responses
default
statusThe status of the response.
Enum values:
success
error
messageAn optional message providing additional information about the response.
Example: No images found
object
The response data for this request.
object[]
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.
Example: 123