Archives
Returns the archive metadata record identifying the image and tags for the analysis in the archive.
get/archives/images/{imageDigest}
Path parameters
imageDigeststring required
The image digest to identify the image analysis
Response
Archived Image
Example response
{
"last_updated": "2000-01-23T04:56:07.000+00:00",
"parentDigest": "parentDigest",
"analyzed_at": "2000-01-23T04:56:07.000+00:00",
"annotations": "{}",
"created_at": "2000-01-23T04:56:07.000+00:00",
"archive_size_bytes": 0,
"imageDigest": "imageDigest",
"status": "archiving",
"image_detail": [
{
"registry": "registry",
"detected_at": "2000-01-23T04:56:07.000+00:00",
"pullstring": "pullstring",
"tag": "tag",
"repository": "repository"
},
{
"registry": "registry",
"detected_at": "2000-01-23T04:56:07.000+00:00",
"pullstring": "pullstring",
"tag": "tag",
"repository": "repository"
}
]
}