NSX-T Data Center REST API

PreUpgradeHealthCheckInfo (type)

{
  "description": "Information about the ESX health perspective check.",
  "id": "PreUpgradeHealthCheckInfo",
  "module_id": "EHP",
  "properties": {
    "check": {
      "default": "",
      "description": "Identifier of the check.",
      "readonly": false,
      "required": true,
      "title": "Check Identifier",
      "type": "string"
    },
    "description": {
      "$ref": "PreUpgradeHealthCheckMessage",
      "description": "Description of the check.",
      "readonly": false,
      "required": true,
      "title": "PreUpgradeHealthCheck description"
    },
    "name": {
      "$ref": "PreUpgradeHealthCheckMessage",
      "description": "Name of the check.",
      "readonly": false,
      "required": true,
      "title": "PreUpgradeHealthCheck name"
    }
  },
  "title": "ESX health perspective check information",
  "type": "object"
}