Esx.Settings.DepotContent.HardwareSupport.Manifests.Summary

Esx.Settings.DepotContent.HardwareSupport.Manifests.Summary
Esx.Settings.DepotContent.HardwareSupport.Manifests.Summary

The Esx.Settings.DepotContent.HardwareSupport.Manifests.Summary schema defines the summary information about an HSP manifest summary.

This schema was added in vSphere API 7.0.0.0.

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

JSON Example
{
    "name": "string",
    "display_name": "string",
    "vendor": "string",
    "versions": [
        {
            "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
name
Required

Name of the HSP manifest.

This property was added in vSphere API 7.0.0.0.

string
display_name
Required

Display name of the HSP manifest.

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.

versions
Required

Summary information about the versions of this manifest. These are sorted by the version.

This property was added in vSphere API 7.0.0.0.