SettingsClustersSoftwareReportsApplyImpactApplyImpactSpec
The ApplyImpact.ApplyImpactSpec structure contains fields that describe the specification to be used for getting the impact of an apply operation on an ESXi cluster.
Properties
array of
string
hosts
Optional
The specific hosts for which an impact is to be generated. if unset or empty impact is generated for all hosts within the cluster. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem.
JSON Example
{
"hosts": [
"string"
]
}