SettingsDepotContentAddOnsSummary
The AddOns.Summary structure defines the summary information regarding a OEM add-on.
Properties
string
display_name
Required
Display name of the OEM add-on.
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
vendor
Required
Vendor of the OEM add-on.
versions
Required
Summary information about the versions of this addon. These are sorted by the version.
JSON Example
{
"display_name": "string",
"name": "string",
"vendor": "string",
"versions": [
{
"category": "SECURITY",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"version": "string"
}
]
}