NSX-T Data Center REST API

OvfInfo (type)

{
  "additionalProperties": false,
  "description": "Information related to OVF file.",
  "id": "OvfInfo",
  "module_id": "FileUploadFramework",
  "properties": {
    "ovf_name": {
      "description": "Name of OVF file.",
      "readonly": true,
      "required": false,
      "title": "OVF file name",
      "type": "string"
    },
    "version": {
      "description": "Version of the OVF.",
      "readonly": true,
      "required": false,
      "title": "OVF version",
      "type": "string"
    }
  },
  "title": "OVF Information",
  "type": "object"
}