esx settings depot content add ons: summary
The
summary
structure defines the summary information regarding a OEM add-on.Representation:
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: |
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: |
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.
|