UpgradeTask

UpgradeTask
UpgradeTask

Status of an individual sub-task within the overall upgrade/upload operation

JSON Example
{
    "state": "PRE_UPGRADE_VALIDATION",
    "status": "string",
    "message": "string",
    "createTime": 0,
    "lastUpdatedTime": 0,
    "impact": "string",
    "remediationActions": "string"
}
string
state
Optional

Unique state identifier of the upgrade/upload sub-task

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 sub-task status

integer As int64 As int64
createTime
Optional

Sub-task creation time, in milliseconds since epoch

integer As int64 As int64
lastUpdatedTime
Optional

Sub-task last updated time, in milliseconds since epoch

string
impact
Optional

Impact of the sub-task failure, when applicable

string
remediationActions
Optional

Suggested remediation actions, when applicable

Property Of