NSX-T Data Center REST API

PreUpgradeHostHealthCheckStatuses (type)

{
  "description": "Aggregated status list of performed host pre-upgrade checks.",
  "id": "PreUpgradeHostHealthCheckStatuses",
  "module_id": "EHP",
  "properties": {
    "check_statuses": {
      "default": [],
      "description": "List of pre check statuses.",
      "items": {
        "$ref": "PreUpgradeHealthCheckStatus"
      },
      "readonly": false,
      "required": true,
      "title": "Check statuses",
      "type": "array"
    },
    "status": {
      "description": "Aggregated status of all individual checks. It will be OK only when all executed checks return OK.",
      "enum": [
        "OK",
        "WAIT",
        "NOT_OK"
      ],
      "readonly": true,
      "required": true,
      "title": "Aggregated status of all checks",
      "type": "string"
    },
    "wait_duration": {
      "description": "Duration in milliseconds to wait before issuing status check again. This field is optional and is only populated when status is WAIT.",
      "readonly": true,
      "required": false,
      "title": "Wait duration",
      "type": "int"
    }
  },
  "title": "host health perspective checks status list",
  "type": "object"
}