Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 931 Bytes

File metadata and controls

18 lines (16 loc) · 931 Bytes

UpgradeChecksExecutionStatus

Properties

Name Type Description Notes
status StatusEnum Status of execution of pre/post-upgrade checks [optional]
startTime Long Time (in milliseconds since epoch) when the execution of pre/post-upgrade checks started [optional]
nodeWithIssuesCount Integer Number of nodes which generated failures or warnings during pre/post-upgrade checks [optional]
endTime Long Time (in milliseconds since epoch) when the execution of pre/post-upgrade checks completed [optional]
details String Details about current execution of pre/post-upgrade checks [optional]

Enum: StatusEnum

Name Value
NOT_STARTED "NOT_STARTED"
IN_PROGRESS "IN_PROGRESS"
COMPLETED "COMPLETED"