Get Bundle Upload Status
Returns the progress of the upgrade bundle upload and validation.
Returns the upload status
{
"status": "IN_PROGRESS",
"message": "Uploading and validating upgrade bundle",
"progress": 45,
"createTime": 1752000000000,
"lastUpdatedTime": 1752000030000,
"bundleMetadata": {
"version": "9.0.0",
"buildNumber": "24601234"
}
}
Overall status of the upgrade or upload operation
Message corresponding to the status
Progress of the operation, as a percentage
Operation creation time, in milliseconds since epoch
Operation last updated time, in milliseconds since epoch
Metadata of the uploaded upgrade bundle
Current version of the HCX Manager appliance; populated once the upgrade succeeds
Impact of the operation failure, when applicable
Suggested remediation actions, when applicable
Sub-tasks of the operation, with individual status
Internal server error
{
"errorCode": "UPGRADE_IN_PROGRESS",
"message": "Another upgrade process for HCX Manager is already in progress.",
"remediation": "Wait for the current upgrade to complete before retrying."
}
The error code
The localized error message
Remediation for the error
curl -H 'Authorization: <value>' https://{api_host}/api/admin/v2/upgrade/bundle/upload/status