Settings_Hosts_Software_Reports_ApplyImpact_HostImpact
The ApplyImpact.HostImpact structure contains fields that describe the summary of how the standalone ESXi host will be impacted during an apply operation.
{
"impact": [
{
"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"
}
}
],
"commit": "string",
"host_info": {
"name": "string",
"is_vsan_witness": false
}
}
Impact of steps performed during the apply operation.
Identifier of the commit on which the impact is generated. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.commit.
The HostInfo structure contains fields to describe some details regarding a host in the inventory.