Settings_DepotContent_Components_Summary
The Components.Summary structure defines the summary information regarding a component.
{
"name": "string",
"display_name": "string",
"vendor": "string",
"versions": [
{
"version": "string",
"display_version": "string",
"summary": "string",
"category": "string",
"urgency": "string",
"kb": "string",
"release_date": "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: com.vmware.esx.settings.component. 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.component.
Display name of the component.
Vendor of the component.
Summary information about the versions of this component. These are sorted by the version.