NSX-T Data Center REST API

UpgradeCheckListResults (type)

{
  "additionalProperties": false,
  "id": "UpgradeCheckListResults",
  "module_id": "Upgrade",
  "properties": {
    "checks_with_warnings": {
      "$ref": "UpgradeCheckListResult",
      "readonly": true,
      "required": false
    },
    "failed_checks": {
      "$ref": "UpgradeCheckListResult",
      "readonly": true,
      "required": false
    },
    "successful_checks": {
      "$ref": "UpgradeCheckListResult",
      "readonly": true,
      "required": false
    }
  },
  "type": "object"
}