esx settings depot content components: summary

The summary structure defines the summary information regarding a component.

Representation:

{
    "versions"[
        {
            "summary""string",
            "urgency""CRITICAL",
            "release_date""2015-01-01T22:13:05.651Z",
            "display_version""string",
            "kb""http://myurl.com",
            "category""SECURITY",
            "version""string"
        },
        {
            "summary""string",
            "urgency""CRITICAL",
            "release_date""2015-01-01T22:13:05.651Z",
            "display_version""string",
            "kb""http://myurl.com",
            "category""SECURITY",
            "version""string"
        }
    ],
    "vendor""string",
    "name""obj-103",
    "display_name""string"
}

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: 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 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:
SECURITY: Security
ENHANCEMENT: Enhancement
BUGFIX: Bugfix
RECALL: Recall
RECALL_FIX: Recall-fix
INFO: Info
MISC: Misc
GENERAL: General

versions[].urgency string Urgency of the component version.

Defines possible values of urgencies for a component. Value is one of:
CRITICAL: Critical
IMPORTANT: Important
MODERATE: Moderate
LOW: Low
GENERAL: General

versions[].kb URI Link to kb article related to this the component version.

versions[].release_date date_time Release date of the component version.