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.
{
"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"
}
}
}
]
}
Name of the HSP manifest.
This property was added in vSphere API 7.0.0.0.
Display name of the HSP manifest.
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.
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.