esx hosts: solution info

The solution_info structure contains fields that describe solution registered in the software specification.

Representation:

{
    "components"{
        "obj-103"{
            "display_version""string",
            "vendor""string",
            "display_name""string",
            "version""string"
        }
    },
    "display_name""string",
    "version""string"
}
{
    "components"[
        {
            "value"{
                "display_version""string",
                "vendor""string",
                "display_name""string",
                "version""string"
            },
            "key""obj-103"
        }
    ],
    "display_name""string",
    "version""string"
}

Attributes:

Name Type Description
Required
-.version string Version of the solution.

-.display_name string Display name of the solution.

-.components object Components registered by the solution.

When clients pass a value of this structure as a parameter, the key in the field key/value pairs must be an identifier for the resource type: com.vmware.esx.hosts.component. When operations return a value of this structure as a result, the key in the field key/value pairs will be an identifier for the resource type: com.vmware.esx.hosts.component.Object with element values of type component_info.

-.components.* component_info
-.components.*.version string Version of the component.

-.components.*.display_name string Display name of the component.

-.components.*.display_version string Human readable version of the component.

-.components.*.vendor string Vendor of the component.