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
namespacestringOptional namespace to filter images by.
Request Body
oneOf
Exactly one variant must match.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: digest | |
| type = object · requires: tag |
digeststring · requiredExample: sha256:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
Responses
default
statusstring · enum · enumThe status of the response.
Enum values:successerrormessagestringAn optional message providing additional information about the response.
Example: No images founddataobjectThe response data for this request.
errorsobject[]A list of errors which may have occurred during the request.
op_time_usinteger · uint64The operation time in microseconds. This is the time it took to process the request and generate the response.
Example: 123