v1

latestOpenAPI 3.1.1Apache 2.02026-07-17233761.2 KB
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

uuidstring uuid required

A UUID

namestring required

Product name

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"
    }
  ]
}