NSX-T Data Center REST API

UpgradeBanners (type)

{
  "additionalProperties": false,
  "id": "UpgradeBanners",
  "module_id": "Upgrade",
  "properties": {
    "banners": {
      "description": "List of upgrade banners to be shown in UI.",
      "items": {
        "$ref": "UpgradeBanner"
      },
      "readonly": true,
      "required": false,
      "title": "List of upgrade banners",
      "type": "array"
    }
  },
  "type": "object"
}