Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.Info

Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.Info
Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.Info

The Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.Info schema defines the information regarding a HSP manifest version.

This schema was added in vSphere API 7.0.0.0.

Note: this schema is restricted for VMware internal use only.

JSON Example
{
    "display_name": "string",
    "vendor": "string",
    "display_version": "string",
    "summary": "string",
    "description": "string",
    "category": "string",
    "kb": "string",
    "release_date": "string",
    "components": [
        {
            "name": "string",
            "display_name": "string",
            "version": "string",
            "display_version": "string"
        }
    ],
    "removed_components": [
        {
            "name": "string",
            "display_name": "string"
        }
    ],
    "base_image_versions": [
        "string"
    ],
    "hardware_support_info": {
        "manager": "string",
        "pkg_source": {
            "name": "string",
            "version": "string"
        }
    }
}
string
display_name
Required

Display name of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
vendor
Required

Vendor of the HSP manifest.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the HSP manifest.

This property was added in vSphere API 7.0.0.0.

string
summary
Required

Summary of the HSP manifest.

This property was added in vSphere API 7.0.0.0.

string
description
Required

Description of the HSP manifest.

This property was added in vSphere API 7.0.0.0.

string
category
Required

Category of the HSP manifest.

Possible values:

  • SECURITY: Security
  • ENHANCEMENT: Enhancement
  • BUGFIX: Bugfix

For more information see: Esx.Settings.DepotContent.HardwareSupport.Manifests.Versions.CategoryType.

This property was added in vSphere API 7.0.0.0.

string As uri As uri
kb
Required

Link to documentation article related to this the HSP manifest.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
release_date
Required

Release date of the HSP manifest.

This property was added in vSphere API 7.0.0.0.

components
Required

List of components in this HSP manifest.

This property was added in vSphere API 7.0.0.0.

removed_components
Required

List of components removed by this HSP manifest.

This property was added in vSphere API 7.0.0.0.

array of string
base_image_versions
Required

Set of compatible base image versions, possibly truncated to at most the update string (e.g. "7.0.1" for "7.0u1") if the remainder should be wildcarded.

This property was added in vSphere API 7.0.0.0.

hardware_support_info
Required

Link back to the HW support package referring to this manifest

This property was added in vSphere API 7.0.0.0.