Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.ApplySolutionsSpec
The Esx.Settings.Clusters.Software.Solutions.SolutionsInternal.ApplySolutionsSpec schema contains properties that describe the specification to apply the desired solutions to a cluster.
This schema was added in vSphere API 9.0.0.0.
Note: this schema is restricted for VMware internal use only.
{
"solutions": [
"string"
],
"hosts": [
"string"
]
}
List of solution identifiers that corresponds to the solutions whose components will be applied.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.settings.solution. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.solution.
Hosts for which the solution components need to be applied.
This property was added in vSphere API 9.0.0.0.
if missing or null or empty, solution is applied to all the hosts in the cluster.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem.