Checking for stemcell updates

Checking for stemcell updates

This endpoint will search a local cache of all stemcells versions available on VMware Tanzu Network (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://{opsmanager-installation}//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"
                }
            ]
        }
    ]
}
stemcell_updates
Optional

stemcell_updates