inspect
Inspect an image
Returns image metadata
get/inspect/{image_uuid}/
Path parameters
image_uuidstring uuid required
A UUID string
Example:12345678-9abc-baba-deda-0123456789ab
The UUID of the image to inspect
Response
OK
Example response
{
"uuid": "12345678-9abc-baba-deda-0123456789ab",
"tag": "busybox:latest",
"created_at": "2024-01-01T12:00:00+00:00",
"operation_uuid": "12345678-9abc-baba-deda-0123456789ab"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.