UpgradeChecksExecutionStatus
Execution status of pre/post-upgrade checks
{
"details": "string",
"end_time": 0,
"error_count": 0,
"failure_count": 0,
"node_with_issues_count": 0,
"start_time": 0,
"status": "string",
"warning_count": 0
}
Details about current execution of pre/post-upgrade checks
Time (in milliseconds since epoch) when the execution of pre/post-upgrade checks completed
Total count of generated Failures in last execution of pre/post upgrade checks
Total count of generated failures or warnings in last execution of pre/post-upgrade checks
Number of nodes which generated failures or warnings in last execution of pre/post-upgrade checks. This field has been deprecated. Please use failure_count instead.
Time (in milliseconds since epoch) when the execution of pre/post-upgrade checks started
Status of execution of pre/post-upgrade checks
Total count of generated warnings in last execution of pre/post upgrade checks.