NSX-T Data Center REST API

PreUpgradeHealthCheckRequest (type)

{
  "id": "PreUpgradeHealthCheckRequest",
  "module_id": "EHP",
  "properties": {
    "entity-id": {
      "description": "Unique identifier of host moref.",
      "readonly": false,
      "required": true,
      "title": "Entity Identifier",
      "type": "string"
    },
    "maintainance-mode-type": {
      "default": "FULL",
      "description": "Type of maintenance mode used for update operation",
      "enum": [
        "FULL",
        "QUICK_PATCH",
        "WCP"
      ],
      "readonly": false,
      "required": false,
      "title": "Type of maintenance mode",
      "type": "string"
    },
    "vcenter-uuid": {
      "description": "Instance uuid of vCenter. To get the instance id refer the <b>instanceUuid</b> field of https://&lt;nsx-mgr&gt;/api/v1/fabric/compute-managers API response.",
      "readonly": false,
      "required": true,
      "title": "vCenter uuid",
      "type": "string"
    }
  },
  "title": "Health perspective check request",
  "type": "object"
}