Esx.Settings.DepotContent.AddOns.AddOnVersionSummary

Esx.Settings.DepotContent.AddOns.AddOnVersionSummary
Esx.Settings.DepotContent.AddOns.AddOnVersionSummary

The Esx.Settings.DepotContent.AddOns.AddOnVersionSummary schema defines the summary information regarding a version of an OEM add-on.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "version": "string",
    "display_version": "string",
    "summary": "string",
    "category": "string",
    "kb": "string",
    "release_date": "string"
}
string
version
Required

Version of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
summary
Required

Summary of the OEM add-on version.

This property was added in vSphere API 7.0.0.0.

string
category
Required

Category of the OEM add-on version.

Possible values:

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

For more information see: Esx.Settings.DepotContent.AddOns.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 add-on 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 add-on version.

This property was added in vSphere API 7.0.0.0.