Esx Hosts SolutionInfo
The Esx Hosts SolutionInfo schema contains properties that describe solution registered in the software solution.
This schema was added in vSphere API 7.0.0.0.
{
"version": "string",
"display_name": "string",
"components": {
"components": {
"version": "string",
"display_name": "string",
"display_version": "string",
"vendor": "string"
}
}
}
Version of the solution.
This property was added in vSphere API 7.0.0.0.
Display name of the solution.
This property was added in vSphere API 7.0.0.0.
Components registered by the solution.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.hosts.component
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.hosts.component
.