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://network.tanzu.vmware.com/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"
}
]
}
string
error
Optional
error
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
All Tanzu Apis Operations
POST
Accept Eula
POST
Generate Access Token
GET
Generate Download Link Get
POST
Generate Download Link Post
GET
Get All Eulas
GET
Get All Product By Product Slug And Release Id
GET
Get All Products
GET
Get All Products Release File Details
GET
Get All Releases
GET
Get Artifact References
GET
Get Dependencies
GET
Get Dependency Specifier
GET
Get Eula By Id
GET
Get File Groups
GET
Get Product By Product Slug
GET
Get Release Types
GET
Get Specific Release
GET
Get Upgrade Paths
GET
Get Upgrade Path Specifiers
POST
Get Upgrade Path Specifiers 1
GET
Get Versions
GET
Validate Access Token