Download A given product with version from VMware Tanzu Network

Download A given product with version from VMware Tanzu Network

You must have an VMware Tanzu Network API token set for this endpoint to work. You must also have accepted the EULA for the provided version of the product.

Request
URI
GET
https://{opsmanager-installation}//api/v0/pivotal_network/downloads
COPY
Request Body
PivNetDownloadRequest of type(s) application/json
Optional
{
    "product_name": "string",
    "version": "string",
    "pivnet_filename_regex": "string"
}
string
product_name
Optional

product_name

string
version
Optional

version

string
pivnet_filename_regex
Optional

If not specified, then OpsManager will use the first .pivotal file found for the corresponding product release on PivNet. Because the Pivotal 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.

Responses
200

OK

{
    "download_id": "number"
}
number
download_id
Optional

download_id