Get All Releases
optional 'limit' query parameter is (must be a positive integer) specifies the maximum number of releases to return
Request
URI
GET
https://{api_host}/api/v2/products/{product_slug}/releases
COPY
Path Parameters
string
product_slug
Required
product_slug
Query Parameters
integer
limit
Optional
limit
Responses
200
if releases are found
Returns
GetAllReleasesResponse
of type(s)
application/json
{
"_links": {
"artifact_references": {
"href": "string"
},
"download": {
"href": "string"
},
"eula_acceptance": {
"href": "string"
},
"file_groups": {
"href": "string"
},
"product_files": {
"href": "string"
},
"releases": {
"href": "string"
},
"self": {
"href": "string"
},
"user_groups": {
"href": "string"
}
},
"error": "string",
"releases": [
{
"_links": {
"artifact_references": {
"href": "string"
},
"download": {
"href": "string"
},
"eula_acceptance": {
"href": "string"
},
"file_groups": {
"href": "string"
},
"product_files": {
"href": "string"
},
"releases": {
"href": "string"
},
"self": {
"href": "string"
},
"user_groups": {
"href": "string"
}
},
"availability": "string",
"became_ga_at": "string",
"content_protection": false,
"description": "string",
"eccn": "string",
"end_of_availability_date": "string",
"end_of_guidance_date": "string",
"end_of_support_date": "string",
"eula": {
"_links": {
"artifact_references": {
"href": "string"
},
"download": {
"href": "string"
},
"eula_acceptance": {
"href": "string"
},
"file_groups": {
"href": "string"
},
"product_files": {
"href": "string"
},
"releases": {
"href": "string"
},
"self": {
"href": "string"
},
"user_groups": {
"href": "string"
}
},
"archived_at": "string",
"content": "string",
"id": 0,
"name": "string",
"slug": "string"
},
"first_attachment_timestamp": "string",
"id": 0,
"last_attachment_timestamp": "string",
"license_exception": "string",
"network_infrastructure": false,
"no_encryption_functionality": false,
"other_functionality_provided": false,
"proprietary_encryption_reviewed": false,
"release_date": "string",
"release_notes_url": "string",
"release_type": "string",
"securing_data_at_rest": false,
"security_communication_protocols": false,
"software_files_updated_at": "string",
"updated_at": "string",
"user_authentication": false,
"version": "string"
}
]
}
object
_links
Optional
_links
string
error
Optional
error
array of
object
releases
Optional
releases
400
if invalid argument is passed as query parameter for limit
Operation doesn't return any data structure
404
if the product cannot be found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/products/{product_slug}/releases
All Tanzu Apis Operations
GET
Validate Access Token
POST
Generate Access Token
GET
Get All Eulas
GET
Get Eula By Id
GET
Get Product By Product Slug
GET
Get All Products
GET
Get All Releases
GET
Get Specific Release
GET
Get Artifact References
GET
Get Dependencies
GET
Get Dependency Specifier
GET
Get File Groups
POST
Accept Eula
GET
Get All Product By Product Slug And Release Id
GET
Get All Products Release File Details
GET
Generate Download Link Get
POST
Generate Download Link Post
GET
Get Upgrade Path Specifiers
POST
Get Upgrade Path Specifiers 1
GET
Get Upgrade Paths
GET
Get Release Types
GET
Get Versions