esx settings: solution details

The solution_details structure contains information that provide more details about the solution from the depot.

Representation:

{
    "components"[
        {
            "component""obj-103",
            "display_version""string",
            "vendor""string",
            "display_name""string"
        },
        {
            "component""obj-103",
            "display_version""string",
            "vendor""string",
            "display_name""string"
        }
    ],
    "display_version""string",
    "display_name""string"
}

Attributes:

Name Type Description
Required
display_name string Display name of the solution.

display_version string Display version of the solution.

components solution_component_details[] Components registered by the solution. If the component is not present in the depot, then corresponding details are absent from the list.

components[].component string Identifier 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.

components[].display_name string Display name of the component.

Optional
components[].display_version string Human readable version of the component.

Optional. unset if no version is provided for the component.