v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1424154118.9 KB

Retrieves the details of a MicroVM image, including its state, versions, and configuration.

get/2025-09-09/microvm-images/{imageIdentifier}

Path parameters

imageIdentifierstring required

The ARN or ID of the MicroVmImage

The unique identifier (ARN or ID) of the MicroVM image to retrieve.

Response

Success

imageArnstring required

The ARN of the MicroVM image.

namestring required

The name of the MicroVM image.

state'CREATING' | 'CREATED' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATED' | 'UPDATE_FAILED' | 'DELETING' | 'DELETE_FAILED' | 'DELETED' required

The current state of the MicroVM image.

latestActiveImageVersionstring

The latest active version of the MicroVM image.

latestFailedImageVersionstring

The latest failed version of the MicroVM image, if any.

createdAtstring date-time required

The timestamp when the MicroVM image was created.

tagsobject

A set of key-value pairs that you can attach to the resource. Use tags to categorize resources for cost allocation, access control (ABAC), and organization.

updatedAtstring date-time

The timestamp when the MicroVM image was last updated.