NSX-T Data Center REST API

UpgradeCheckInfo (type)

{
  "additionalProperties": false,
  "description": "Meta-data of a pre/post-upgrade check",
  "id": "UpgradeCheckInfo",
  "module_id": "Upgrade",
  "properties": {
    "component_type": {
      "description": "Component type of the pre/post-upgrade check",
      "readonly": false,
      "required": true,
      "title": "Component type",
      "type": "string"
    },
    "description": {
      "description": "Description of the pre/post-upgrade check",
      "readonly": true,
      "required": false,
      "title": "Description",
      "type": "string"
    },
    "id": {
      "description": "Unique identifier of the pre/post-upgrade check",
      "readonly": true,
      "required": false,
      "title": "Unique identifier of the upgrade check",
      "type": "string"
    },
    "name": {
      "description": "Display name of the pre/post-upgrade check",
      "readonly": true,
      "required": true,
      "title": "Name of the upgrade check",
      "type": "string"
    }
  },
  "title": "Meta-data of a pre/post-upgrade check",
  "type": "object"
}