UpgradeUnitGroupStatus

UpgradeUnitGroupStatus
UpgradeUnitGroupStatus
JSON Example
{
    "status": "string",
    "upgrade_unit_count": 0,
    "failed_count": 0,
    "percent_complete": "number",
    "group_id": "string",
    "group_name": "string"
}
string
status
Optional

Upgrade status of upgrade unit group

Possible values are : SUCCESS, FAILED, IN_PROGRESS, NOT_STARTED, PAUSED,
integer As int32 As int32
upgrade_unit_count
Optional

Number of upgrade units in the group

integer As int32 As int32
failed_count
Optional

Number of nodes in the upgrade unit group that failed upgrade

number
percent_complete
Optional

Indicator of upgrade progress in percentage

string
group_id
Optional

Identifier for upgrade unit group

string
group_name
Optional

Name of the upgrade unit group