NSX-T Data Center REST API

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"
    },
    "error_count": {
      "description": "Total count of generated Failures in last execution of pre/post upgrade checks",
      "readonly": true,
      "required": false,
      "title": "Failure count",
      "type": "int"
    },
    "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": {
      "deprecated": true,
      "description": "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.",
      "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"
    },
    "warning_count": {
      "description": "Total count of generated warnings in last execution of pre/post upgrade checks.",
      "readonly": true,
      "required": false,
      "title": "Warning count",
      "type": "int"
    }
  },
  "title": "Execution status of pre/post-upgrade checks",
  "type": "object"
}