Settings_Clusters_Configuration_HostImpactResult
This HostImpactResult structure contains fields that describe the result of the Impact API on the host.
{
"compliant": false,
"impact": "string",
"info": [
{
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
}
This boolean flag indicates whether the ESXi host is in compliance with desired configuration.
The ImpactType enumerated type contains information about the impact of applying desired configuration on the ESXi host.
NO_IMPACT : Host has no impact.
MAINTENANCE_MODE_REQUIRED : Host requires maintenance mode to reach the desired state.
REBOOT_REQUIRED : Host requires reboot to reach the desired state.
This field represents the list of impact information describing the configuration changes needed on the host to reach the desired state. This field is unset if HostImpactResult.compliant is set to true.