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.
{
"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"
}
}
}
Version of the OEM HSP manifest.
This property was added in vSphere API 7.0.0.0.
Human readable version of the OEM HSP manifest.
This property was added in vSphere API 7.0.0.0.
Summary of the OEM HSP manifest version.
This property was added in vSphere API 7.0.0.0.
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.
Link to kb article related to this the OEM HSP manifest version.
This property was added in vSphere API 7.0.0.0.
Release date of the OEM HSP manifest version.
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.