Get a TEA Product by UUID
Path parameters
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"
}
]
}Changes
Changed in 10 of the 53 revisions of this API.437
- ●
added the new
COMPLIANCE_DOCUMENTenum value to theidentifiers/items/idTyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
removed the
COMPLIANCE_DOCUMENTenum value from theidentifiers/items/idTyperesponse property for the response status200response-property-enum-value-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
COMPLIANCE_DOCUMENTenum value to theidentifiers/items/idTyperesponse property for the response status200response-property-enum-value-added
- ●
- ●
removed the optional property
clefrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
cleto the response with the200statusresponse-optional-property-added
- ○
- ▲
added the pattern
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$to thepathrequest parameteruuidrequest-parameter-pattern-added
- ▲
removed the required property
componentsfrom the response with the200statusresponse-required-property-removed
- ▲
- ○
removed the pattern
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$from thepathrequest parameteruuidrequest-parameter-pattern-removed
- ○
added the required property
componentsto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added the pattern
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$to thepathrequest parameteruuidrequest-parameter-pattern-added
- ▲
- ▲
removed the required property
componentsfrom the response with the200statusresponse-required-property-removed
- ▲
- ○
removed the pattern
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$from thepathrequest parameteruuidrequest-parameter-pattern-removed
- ○
removed the
COMPLIANCE_DOCUMENTenum value from theidentifiers/items/idTyperesponse property for the response status200response-property-enum-value-removed
- ○
added the required property
componentsto the response with the200statusresponse-required-property-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○