Settings_DepotContent_AddOns_Summary

Settings_DepotContent_AddOns_Summary
Settings_DepotContent_AddOns_Summary

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

JSON Example
{
    "name": "string",
    "display_name": "string",
    "vendor": "string",
    "versions": [
        {
            "version": "string",
            "display_version": "string",
            "summary": "string",
            "category": "string",
            "kb": "string",
            "release_date": "string"
        }
    ]
}
string
name
Required

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.

string
display_name
Required

Display name of the OEM add-on.

string
vendor
Required

Vendor of the OEM add-on.

versions
Required

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