Download A given product with version from Customer Support Portal
You must have an Tanzu API Token set for this endpoint to work. You must also have accepted the EULA for the provided version of the product.
{
"product_name": "string",
"version": "string",
"pivnet_filename_regex": "string"
}
product_name
version
If not specified, then OpsManager will use the first .pivotal file
found for the corresponding product release on Customer Support Portal.
Because the Tanzu Application Service product release provides two
.pivotal files (Tanzu Application Service and Small Footprint TAS),
specifying a regex will allow OpsManager to pick the correct file.
OK
{
"download_id": "number"
}
download_id
Setup is not completed
{
"errors": {
"errors": [
"string"
]
}
}
Unauthorized
{
"errors": {
"errors": [
"string"
]
}
}
Forbidden
{
"errors": {
"errors": [
"string"
]
}
}
Could not find product or version
{
"errors": {
"errors": [
"string"
]
}
}
errors
Failed when attempting to download
"NestedErrorsResponseVariant Object"
errors
curl -H 'Authorization: <value>' https://{api_host}/api/v0/pivotal_network/downloads