Esx Settings Hosts Software Reports ApplyImpact HostImpact

Esx Settings Hosts Software Reports ApplyImpact HostImpact
Esx Settings Hosts Software Reports ApplyImpact HostImpact

The Esx Settings Hosts Software Reports ApplyImpact HostImpact schema contains properties that describe the summary of how the standalone ESXi host will be impacted during an apply operation.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "impact": [
        {
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage 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.

This property was added in vSphere API 8.0.0.1.

string
commit
Required

Identifier of the commit on which the impact is generated.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.commit.

host_info
Required

Information of the host.

This property was added in vSphere API 8.0.0.1.