NSX-T Data Center REST API

ComponentUpgradeChecksInfo (type)

{
  "additionalProperties": false,
  "description": "Meta-data of pre/post-upgrade checks for a component",
  "id": "ComponentUpgradeChecksInfo",
  "module_id": "Upgrade",
  "properties": {
    "component_type": {
      "description": "Component type of the pre/post-upgrade checks",
      "readonly": false,
      "required": true,
      "title": "Component type",
      "type": "string"
    },
    "post_upgrade_checks_info": {
      "items": {
        "$ref": "UpgradeCheckInfo"
      },
      "required": false,
      "title": "Collection of post-upgrade checks",
      "type": "array"
    },
    "pre_upgrade_checks_info": {
      "items": {
        "$ref": "UpgradeCheckInfo"
      },
      "required": false,
      "title": "Collection of pre-upgrade checks",
      "type": "array"
    }
  },
  "title": "Meta-data of pre/post-upgrade checks for a component",
  "type": "object"
}