UcUpgradeStatus
UcUpgradeStatus
Upgrade status of upgrade-coordinator
JSON Example
{
"errors": [
"string"
],
"progress_messages": [
"string"
],
"progress_percentage": 0,
"state": "string",
"status": "string"
}
array of
string
errors
Optional
List of failure messages.
array of
string
progress_messages
Optional
List of progress messages.
integer As int32
As int32
progress_percentage
Optional
Upgrade Coordinator Upgrade Progress Percentage
string
state
Optional
Current state of UC upgrade
Possible values are :
NOT_STARTED,
IN_PROGRESS,
SUCCESS,
FAILED,
string
status
Optional
Status of UC upgrade.