Esx.Settings.DepotContent.HardwareSupport.Manifests.ManifestVersionSummary

Esx.Settings.DepotContent.HardwareSupport.Manifests.ManifestVersionSummary
Esx.Settings.DepotContent.HardwareSupport.Manifests.ManifestVersionSummary

The Esx.Settings.DepotContent.HardwareSupport.Manifests.ManifestVersionSummary schema defines the summary information regarding a version of an OEM HSP manifest.

This schema was added in vSphere API 7.0.0.0.

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

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

Version of the OEM HSP manifest.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the OEM HSP manifest.

This property was added in vSphere API 7.0.0.0.

string
summary
Required

Summary of the OEM HSP manifest version.

This property was added in vSphere API 7.0.0.0.

string
category
Required

Category of the OEM HSP manifest version.

Possible values:

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

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

This property was added in vSphere API 7.0.0.0.

string As uri As uri
kb
Required

Link to kb article related to this the OEM HSP manifest version.

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 OEM HSP manifest version.

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.