TEA Product
Get a TEA Product by UUID
get/product/{uuid}
Path parameters
uuidstring uuid required
A UUID
UUID of the TEA product in the TEA server
Response
Requested TEA Product found and returned
Example response
{
"uuid": "09e8c73b-ac45-4475-acac-33e6a7314e6d",
"name": "Apache Log4j 2",
"identifiers": [
{
"idType": "CPE",
"idValue": "cpe:2.3:a:apache:log4j"
},
{
"idType": "PURL",
"idValue": "pkg:maven/org.apache.logging.log4j/log4j-api"
}
]
}