Settings_Hosts_Software_Reports_ApplyImpact_HostImpact

Settings_Hosts_Software_Reports_ApplyImpact_HostImpact
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.

JSON Example
{
    "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
Required

Impact of steps performed during the apply operation.

string
commit
Required

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.

host_info
Required

The HostInfo structure contains fields to describe some details regarding a host in the inventory.