Fetch Upgrade Bundle From Url
Fetches the upgrade bundle from url. The call returns after fetch is initiated. Check status by periodically retrieving upgrade bundle upload status using GET /upgrade/bundles/<bundle-id>/upload-status. The upload is complete when the status is SUCCESS.
Hint to install the bundle after upload.
{
"bundle_type": "string",
"password": "string",
"url": "string",
"username": "string",
"version": "string"
}
Bundle type i.e. pre-upgrade bundle or main upgrade bundle.
Password for Username provided in this request for VMware Download site.
URL for uploading upgrade bundle
Username representing user on VMware Download site.
Version available on the VMware Download site, targeted for upgrade.
OK
"UpgradeBundleId Object"
Identifier of bundle upload
Unauthorized
Not Found
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/v1/upgrade/bundles