UpgradeResponse
UpgradeResponse
Status of the upgrade bundle upload/validation or of the HCX Manager upgrade
JSON Example
{
"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"
}
]
}
status
Optional
Overall status of the upgrade or upload operation
Enumeration:
NOT_STARTED,
QUEUED,
IN_PROGRESS,
SUCCESS,
FAILED
string
message
Optional
Message corresponding to the status
integer
progress
Optional
Progress of the operation, as a percentage
integer As int64
As int64
createTime
Optional
Operation creation time, in milliseconds since epoch
integer As int64
As int64
lastUpdatedTime
Optional
Operation last updated time, in milliseconds since epoch
string
currentVersion
Optional
Current version of the HCX Manager appliance; populated once the upgrade succeeds
string
impact
Optional
Impact of the operation failure, when applicable
string
remediationActions
Optional
Suggested remediation actions, when applicable