TEA Product
Returns a list of TEA products. Note that multiple products may match.
get/products
Query parameters
pageOffsetinteger
Pagination offset
pageSizeinteger
Pagination offset
idType'CPE' | 'TEI' | 'PURL'
Enumeration of identifiers types
Type of identifier specified in the idValue parameter
idValuestring
If present, only the objects with the given identifier value will be returned.
Response
A paginated response containing TEA Products
Example response
{
"timestamp": "2024-03-20T15:30:00Z",
"results": [
{
"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"
},
{
"idType": "PURL",
"idValue": "pkg:maven/org.apache.logging.log4j/log4j-core"
},
{
"idType": "PURL",
"idValue": "pkg:maven/org.apache.logging.log4j/log4j-layout-template-json"
}
],
"components": [
"3910e0fd-aff4-48d6-b75f-8bf6b84687f0",
"b844c9bd-55d6-478c-af59-954a932b6ad3",
"d6d3f754-d4f4-4672-b096-b994b064ca2d"
]
}
]
}