Get Upgrade Status
Returns the current status and progress of the HCX Manager appliance upgrade.
Returns the upgrade status
{
"status": "string",
"message": "Upgrade in progress",
"progress": 60,
"createTime": 0,
"lastUpdatedTime": 0,
"bundleMetadata": {
"version": "9.0.0",
"buildNumber": "24601234"
},
"currentVersion": "9.0.0.00000",
"impact": "string",
"remediationActions": "string",
"subTasks": [
{
"state": "PRE_UPGRADE_VALIDATION",
"status": "string",
"message": "string",
"createTime": 0,
"lastUpdatedTime": 0,
"impact": "string",
"remediationActions": "string"
}
]
}
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
Not found
{
"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
Conflict
{
"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
Unexpected error
"UpgradeErrorResponse Object"
The error code
The localized error message
Remediation for the error
curl -H 'Authorization: <value>' https://{api_host}/api/admin/v2/upgrade/status