UpgradeChecksExecutionStatus

UpgradeChecksExecutionStatus
UpgradeChecksExecutionStatus

Execution status of pre/post-upgrade checks

JSON Example
{
    "details": "string",
    "end_time": 0,
    "error_count": 0,
    "failure_count": 0,
    "node_with_issues_count": 0,
    "start_time": 0,
    "status": "string",
    "warning_count": 0
}
string
details
Optional

Details about current execution of pre/post-upgrade checks

integer As int64 As int64
end_time
Optional

Time (in milliseconds since epoch) when the execution of pre/post-upgrade checks completed

integer As int32 As int32
error_count
Optional

Total count of generated Failures in last execution of pre/post upgrade checks

integer As int32 As int32
failure_count
Optional

Total count of generated failures or warnings in last execution of pre/post-upgrade checks

integer As int32 As int32
node_with_issues_count
Optional

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.

integer As int64 As int64
start_time
Optional

Time (in milliseconds since epoch) when the execution of pre/post-upgrade checks started

string
status
Optional

Status of execution of pre/post-upgrade checks

Possible values are : NOT_STARTED, IN_PROGRESS, ABORTING, ABORTED, COMPLETED,
integer As int32 As int32
warning_count
Optional

Total count of generated warnings in last execution of pre/post upgrade checks.