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"
    }, 
    "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"
}