NSX-T Data Center REST API

PreUpgradeHealthCheckStatus (type)

{
  "description": "Status of an host health perspective check.",
  "id": "PreUpgradeHealthCheckStatus",
  "module_id": "EHP",
  "properties": {
    "info": {
      "$ref": "PreUpgradeHealthCheckInfo",
      "description": "Status of the check.",
      "readonly": false,
      "required": true,
      "title": "Check Information"
    },
    "issues": {
      "default": [],
      "description": "List of issues reported by the check.",
      "items": {
        "$ref": "PreUpgradeHealthCheckMessage"
      },
      "readonly": false,
      "required": true,
      "title": "List of issues",
      "type": "array"
    },
    "status": {
      "enum": [
        "OK",
        "WAIT",
        "NOT_OK"
      ],
      "readonly": false,
      "required": true,
      "title": "Status of check",
      "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": "ESX health perspective check status",
  "type": "object"
}