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