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.
{
"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"
}
}
}
Display name of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
Vendor of the HSP manifest.
This property was added in vSphere API 7.0.0.0.
Human readable version of the HSP manifest.
This property was added in vSphere API 7.0.0.0.
Summary of the HSP manifest.
This property was added in vSphere API 7.0.0.0.
Description of the HSP manifest.
This property was added in vSphere API 7.0.0.0.
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.
Link to documentation article related to this the HSP manifest.
This property was added in vSphere API 7.0.0.0.
Release date of the HSP manifest.
This property was added in vSphere API 7.0.0.0.
List of components in this HSP manifest.
This property was added in vSphere API 7.0.0.0.
List of components removed by this HSP manifest.
This property was added in vSphere API 7.0.0.0.
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.
Link back to the HW support package referring to this manifest
This property was added in vSphere API 7.0.0.0.