CLE
Get the CLE (Common Lifecycle Enumeration) data for a TEA Product
get/product/{uuid}/cle
Path parameters
uuidstring uuid required
A UUID
UUID of TEA Product in the TEA server
Response
CLE data for the requested TEA Product found and returned
Example response
{
"events": [
{
"id": 3,
"type": "endOfSupport",
"effective": "2025-06-01T00:00:00Z",
"versions": [
{
"range": "vers:npm/>=1.0.0|<2.0.0"
}
],
"supportId": "standard",
"published": "2025-01-01T00:00:00Z"
},
{
"id": 2,
"type": "endOfDevelopment",
"effective": "2025-01-01T00:00:00Z",
"versions": [
{
"version": "1.0.0"
}
],
"supportId": "standard",
"published": "2024-06-01T00:00:00Z"
},
{
"id": 1,
"type": "released",
"effective": "2024-01-01T00:00:00Z",
"version": "1.0.0",
"license": "Apache-2.0",
"published": "2024-01-01T00:00:00Z"
}
],
"definitions": {
"support": [
{
"id": "standard",
"description": "Standard product support policy",
"url": "https://example.com/support/standard"
}
]
}
}