UpgradeChecksExecutionStatus (type)

{
  "additionalProperties": false, 
  "description": "Execution status of pre/post-upgrade checks", 
  "id": "UpgradeChecksExecutionStatus", 
  "module_id": "Upgrade", 
  "properties": {
    "details": {
      "readonly": true, 
      "required": false, 
      "title": "Details about current execution of pre/post-upgrade checks", 
      "type": "string"
    }, 
    "end_time": {
      "$ref": "EpochMsTimestamp, 
      "required": false, 
      "title": "Time (in milliseconds since epoch) when the execution of\npre/post-upgrade checks completed\n"
    }, 
    "failure_count": {
      "description": "Total count of generated failures or warnings in last execution of pre/post-upgrade checks", 
      "readonly": true, 
      "required": false, 
      "title": "Failure count", 
      "type": "int"
    }, 
    "node_with_issues_count": {
      "description": "Number of nodes which generated failures or warnings in last execution of pre/post-upgrade checks", 
      "readonly": true, 
      "required": false, 
      "title": "Number of nodes with failures/warnings", 
      "type": "int"
    }, 
    "start_time": {
      "$ref": "EpochMsTimestamp, 
      "required": false, 
      "title": "Time (in milliseconds since epoch) when the execution of\npre/post-upgrade checks started\n"
    }, 
    "status": {
      "enum": [
        "NOT_STARTED", 
        "IN_PROGRESS", 
        "ABORTING", 
        "ABORTED", 
        "COMPLETED"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Status of execution of pre/post-upgrade checks", 
      "type": "string"
    }
  }, 
  "title": "Execution status of pre/post-upgrade checks", 
  "type": "object"
}