Checking for stemcell updates
This endpoint will search a local cache of all stemcells versions available on Customer Support Portal (including ubuntu-trusty, ubuntu-xenial, windows2019, windows1803, windows2016, and windows2012R2).
If a product is already assigned the latest stemcell, this endpoint will not return anything for that product.
Request
URI
GET
https://{api_host}/api/v0/pivotal_network/stemcell_updates
COPY
Responses
200
OK
Returns StemcellUpdates of type(s) application/json
{
"stemcell_updates": [
{
"stemcell_version": "string",
"release_id": "number",
"products": [
{
"product_id": "string"
}
]
}
]
}
array of stemcell_updates
stemcell_updates
Optional
stemcell_updates
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/pivotal_network/stemcell_updates
Customer Support Portal Operations
GET
Checking for product updates
GET
Check the status Of A download for Customer Support Portal
GET
Download A given product with version from Customer Support Portal
GET
Fetching EULA content for A given product
PUT
Accepting EULA for A given product
DELETE
Removing the Tanzu API Token
PUT
Adding Or updating the Tanzu API Token
GET
Checking for stemcell updates