NSX-T Data Center REST API

VtisBundleInfo (type)

{
  "additionalProperties": false,
  "id": "VtisBundleInfo",
  "module_id": "PolicyIDS",
  "properties": {
    "bundle_version": {
      "description": "Provides the version ID available on VTIS",
      "readonly": true,
      "title": "Latest version on VTIS",
      "type": "string"
    },
    "update_available": {
      "description": "It indicates if a new signature bundle is available on VTIS.",
      "readonly": true,
      "required": false,
      "title": "Bundle availability status",
      "type": "boolean"
    }
  },
  "title": "Provides info about the latest bundle present on VTIS.",
  "type": "object"
}