NSX-T Data Center REST API

NSXRelease (type)

{
  "additionalProperties": false,
  "id": "NSXRelease",
  "module_id": "Upgrade",
  "properties": {
    "downloaded": {
      "readonly": true,
      "required": false,
      "title": "Hint whether this bundle is downloaded or not.",
      "type": "boolean"
    },
    "readiness_checked": {
      "readonly": true,
      "required": false,
      "title": "Hint whether readiness is checked for the current system for this version",
      "type": "boolean"
    },
    "release_date": {
      "description": "Release date",
      "readonly": true,
      "required": false,
      "title": "Release date",
      "type": "string"
    },
    "release_notes": {
      "description": "Release notes of the release.",
      "readonly": true,
      "required": false,
      "title": "Release notes.",
      "type": "string"
    },
    "type": {
      "description": "The purpose of the release.",
      "enum": [
        "PATCH_UPDATE",
        "MAINTENANCE_UPDATE",
        "SECURITY_PATCH",
        "HOT_PATCH"
      ],
      "readonly": true,
      "required": false,
      "title": "Version type",
      "type": "string"
    },
    "version": {
      "description": "Version available on VMware download site.",
      "readonly": true,
      "required": false,
      "title": "Version available on VMware download site.",
      "type": "string"
    }
  },
  "type": "object"
}