UpgradeBundleStatus

UpgradeBundleStatus
UpgradeBundleStatus
JSON Example
{
    "error_messages": [
        "string"
    ],
    "operation": "string",
    "percentage": 0,
    "progress_messages": [
        "string"
    ],
    "status": "string",
    "step": "string",
    "upgradeBundleType": "string"
}
array of string
error_messages
Optional

List of failure messages.

string
operation
Optional

Current running operation

Possible values are : UPLOAD, INSTALL,
integer As int32 As int32
percentage
Optional

Progress percentage of the Upgrade Bundle Operations

array of string
progress_messages
Optional

List of progress messages.

string
status
Optional

State of Upgrade Bundle

Possible values are : NOT_STARTED, IN_PROGRESS, SUCCESS, FAILED,
string
step
Optional

Current state of UC upgrade

Possible values are : START_UPLOAD_BUNDLE, UPLOAD_BUNDLE, EXTRACT_OUTER_BUNDLE, VERIFY, CHECK_COMPATIBILITY, MOVE_BUNDLE, CLEAN, UPLOAD_CANCELLED, UPLOAD_COMPLETE, START_UC_UPGRADE, EXTRACT, LOAD_METADATA, RESTART, REPO_SYNC, UPGRADE_OTHER_NODES, UPGRADE_COMPLETE, UNKNOWN,
string
upgradeBundleType
Optional

Type of upgrade bundle uploaded. \n MUB type represents upgrade bundle,\n PUB type represents pre-check bundle, \n UNKNOWN type represents the default type, \n COMPATIBILITY_MATRIX type represents the compatibility bundle.

Possible values are : MUB, PUB, COMPATIBILITY_MATRIX, UNKNOWN,