Images
Get the content of an image by type java
get/images/{imageDigest}/content/java
Path parameters
imageDigeststring required
Headers
x-anchore-accountstring
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Content of specified type from the image
Example response
{
"content_type": "content_type",
"content": [
{
"package": "package",
"implementation-version": "implementation-version",
"cpes": [
"cpes",
"cpes"
],
"origin": "origin",
"maven-version": "maven-version",
"location": "location",
"type": "type",
"specification-version": "specification-version"
},
{
"package": "package",
"implementation-version": "implementation-version",
"cpes": [
"cpes",
"cpes"
],
"origin": "origin",
"maven-version": "maven-version",
"location": "location",
"type": "type",
"specification-version": "specification-version"
}
],
"imageDigest": "imageDigest"
}