NSX-T Data Center REST API

PreUpgradeHealthCheckMessage (type)

{
  "additionalProperties": false, 
  "description": "Localized message object related to host health perspective.", 
  "id": "PreUpgradeHealthCheckMessage", 
  "module_id": "EHP", 
  "properties": {
    "default_message": {
      "default": "", 
      "description": "The value of this localizable string or message template in the en_US (English) locale.", 
      "readonly": false, 
      "required": true, 
      "title": "Default message", 
      "type": "string"
    }, 
    "id": {
      "default": "", 
      "description": "Unique identifier of the localizable string or message template.", 
      "readonly": false, 
      "required": true, 
      "title": "Identifier of Localizable String", 
      "type": "string"
    }, 
    "localized": {
      "description": "Localized string value as per request requirements.", 
      "readonly": false, 
      "required": false, 
      "title": "Localized string", 
      "type": "string"
    }
  }, 
  "title": "host health perspective localized message", 
  "type": "object"
}