Get the content of an image by type java
Path parameters
Headers
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"
}Changes
Changed in 2 of the 5 revisions of this API.211
- ▲
the
content/items/response's property type/format changed from/toobject/for status200response-property-type-changed
- ○
added the optional property
content/items/cpesto the response with the200statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
content/items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ●
removed the optional property
content/items/cpesfrom the response with the200statusresponse-optional-property-removed
This revision also has 75 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲