Hosts_SolutionInfo

Hosts_SolutionInfo
Hosts_SolutionInfo

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

JSON Example
{
    "version": "string",
    "display_name": "string",
    "components": {
        "components": {
            "version": "string",
            "display_name": "string",
            "display_version": "string",
            "vendor": "string"
        }
    }
}
string
version
Required

Version of the solution.

string
display_name
Required

Display name of the solution.

object
components
Required

Components registered by the solution. When clients pass a value of this structure as a parameter, the key in the field map 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 map will be an identifier for the resource type: com.vmware.esx.hosts.component.