esx settings depot content components: summary
The
summary
structure defines the summary information regarding a component.Representation:
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | Name of the Component. 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 component.
|
vendor | string | Vendor of the component.
|
versions | component_version_summary[] | Summary information about the versions of this component. These are sorted by the version.
|
versions[].version | string | Version of the component.
|
versions[].display_version | string | Human readable version of the component.
|
versions[].summary | string | Summary of the component version.
|
versions[].category | string | Category of the component version. Defines possible values of categories for a component. Value is one of: |
versions[].urgency | string | Urgency of the component version. Defines possible values of urgencies for a component. Value is one of: |
versions[].kb | URI | Link to kb article related to this the component version.
|
versions[].release_date | date_time | Release date of the component version.
|