CCPUpgradeStatus
CCPUpgradeStatus
Status of CCP upgrade
AllOf
This class requires all of the following:
JSON Example
{
"can_rollback": false,
"can_skip": false,
"component_type": "string",
"current_version_node_summary": {
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"component_version": "string",
"node_count": 0,
"type": "string",
"upgrade_unit_subtype": "string"
}
]
},
"details": "string",
"node_count_at_target_version": 0,
"percent_complete": "number",
"pre_upgrade_status": {
"details": "string",
"end_time": 0,
"error_count": 0,
"failure_count": 0,
"node_with_issues_count": 0,
"start_time": 0,
"status": "string",
"warning_count": 0
},
"status": "string",
"target_component_version": "string"
}