esx settings depot content add ons: summary

The summary structure defines the summary information regarding a OEM add-on.

Representation:

{
    "versions"[
        {
            "summary""string",
            "release_date""2015-01-01T22:13:05.651Z",
            "display_version""string",
            "kb""http://myurl.com",
            "category""SECURITY",
            "version""string"
        },
        {
            "summary""string",
            "release_date""2015-01-01T22:13:05.651Z",
            "display_version""string",
            "kb""http://myurl.com",
            "category""SECURITY",
            "version""string"
        }
    ],
    "vendor""string",
    "name""obj-103",
    "display_name""string"
}

Attributes:

Name Type Description
Required
name string Name of the OEM add-on.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.add_on. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.add_on.

display_name string Display name of the OEM add-on.

vendor string Vendor of the OEM add-on.

versions add_on_version_summary[] Summary information about the versions of this addon. These are sorted by the version.

versions[].version string Version of the OEM add-on.

versions[].display_version string Human readable version of the OEM add-on.

versions[].summary string Summary of the OEM add-on version.

versions[].category string Category of the OEM add-on version.

Defines possible values of categories for a OEM add-on. Value is one of:
SECURITY: Security
ENHANCEMENT: Enhancement
BUGFIX: Bugfix

versions[].kb URI Link to kb article related to this the OEM add-on version.

versions[].release_date date_time Release date of the OEM add-on version.