Get All Products
Returns a list of products
Request
URI
GET
https://network.tanzu.vmware.com/api/v2/products
COPY
Responses
200
if successful
Returns ProductsResponse 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"
}
},
"products": [
{
"_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"
}
},
"id": 0,
"installs_on_pks": false,
"logo_url": "string",
"name": "string",
"old_slugs": [
"string"
],
"platform_compatibility": [
"string"
],
"slug": "string"
}
]
}
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