v1

latestOpenAPI 3.1.1Apache 2.02026-07-17233761.2 KB
TEA Component Release

Get the TEA Collections belonging to the TEA Component Release

get/componentRelease/{uuid}/collections

Path parameters

uuidstring uuid required

A UUID

UUID of TEA Component Release in the TEA server

Query parameters

pageSizeinteger

The maximum number of results to return.

pageTokenstring

An opaque token used to retrieve the next page of results. This should be copied exactly from the nextPageToken field of a previous response.

sortField'version'

The field by which to sort the results.

sortOrder'asc' | 'desc'

The direction of the sort.

Response

A paginated response containing TEA Collections

hasNextboolean required

A flag (to aid clients) to know whether there is a next page of results to fetch.

nextPageToken will always be supplied, hence this hint is included to aid clients.

nextPageTokenstring required

A token that can be used in a following request to retrieve the next page or results.

It must always be supplied in responses.

Example response

{
  "results": [
    {
      "uuid": "4c72fe22-9d83-4c2f-8eba-d6db484f32c8",
      "version": 10,
      "date": "2024-12-13T00:00:00Z",
      "updateReason": {
        "type": "ARTIFACT_UPDATED",
        "comment": "VDR file updated"
      },
      "artifacts": [
        {
          "uuid": "1cb47b95-8bf8-3bad-a5a4-0d54d86e10ce",
          "name": "Build SBOM",
          "type": "BOM",
          "formats": [
            {
              "mediaType": "application/vnd.cyclonedx+xml",
              "description": "CycloneDX SBOM (XML)",
              "url": "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.24.3/log4j-core-2.24.3-cyclonedx.xml",
              "signatureUrl": "https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.24.3/log4j-core-2.24.3-cyclonedx.xml.asc",
              "checksums": [
                {
                  "algType": "MD5",
                  "algValue": "2e1a525afc81b0a8ecff114b8b743de9"
                },
                {
                  "algType": "SHA-1",
                  "algValue": "5a7d4caef63c5c5ccdf07c39337323529eb5a770"
                }
              ]
            }
          ]
        },
        {
          "uuid": "dfa35519-9734-4259-bba1-3e825cf4be06",
          "version": 7,
          "name": "Vulnerability Disclosure Report",
          "type": "VULNERABILITIES",
          "formats": [
            {
              "mediaType": "application/vnd.cyclonedx+xml",
              "description": "CycloneDX VDR (XML)",
              "url": "https://logging.apache.org/cyclonedx/vdr.xml",
              "checksums": [
                {
                  "algType": "SHA-256",
                  "algValue": "75b81020b3917cb682b1a7605ade431e062f7a4c01a412f0b87543b6e995ad2a"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}