v1

latestOpenAPI 3.1.1Apache 2.02026-07-17233761.2 KB
TEA Component

Get a TEA Component

get/component/{uuid}

Path parameters

uuidstring uuid required

A UUID

UUID of TEA Component in the TEA server

Response

Requested TEA Component found and returned

uuidstring uuid required

A UUID

namestring required

Component name

Example response

{
  "uuid": "3910e0fd-aff4-48d6-b75f-8bf6b84687f0",
  "name": "Apache Log4j API",
  "identifiers": [
    {
      "idType": "PURL",
      "idValue": "pkg:maven/org.apache.logging.log4j/log4j-api"
    }
  ]
}