InlineUpgradeUnitAggregateInfo1
InlineUpgradeUnitAggregateInfo1
JSON Example
{
"current_version": "string",
"display_name": "string",
"error_details": [
{
"error_code": 0,
"error_message": "string"
}
],
"errors": [
"string"
],
"group": "UpgradeUnitGroupInfo Object",
"id": "string",
"metadata": [
"KeyValuePair Object"
],
"percent_complete": "number",
"post_check_status": "string",
"post_upgrade_checks": "UpgradeCheckListResults Object",
"pre_upgrade_checks": "UpgradeCheckListResults Object",
"status": "string",
"type": "string",
"warnings": [
"string"
]
}
string
current_version
Optional
This is component version e.g. if upgrade unit is of type edge, then this is edge version.
string
display_name
Optional
Name of the upgrade unit
array of
ErrorClass
error_details
Optional
List of detailed errors with error code that occurred during upgrade of this upgrade unit
array of
string
errors
Optional
List of errors occurred during upgrade of this upgrade unit
string
id
Optional
Identifier of the upgrade unit
number
percent_complete
Optional
Indicator of upgrade progress in percentage
string
post_check_status
Optional
Status of upgrade unit
Possible values are :
NOT_STARTED,
IN_PROGRESS,
COMPLETED,
string
status
Optional
Status of upgrade unit
Possible values are :
SUCCESS,
FAILED,
IN_PROGRESS,
NOT_STARTED,
PAUSING,
PAUSED,
string
type
Optional
Upgrade unit type
array of
string
warnings
Optional
List of warnings indicating issues with the upgrade unit that may result in upgrade failure