SettingsHostsSoftwareReportsApplyImpactHostImpact

The ApplyImpact.HostImpact structure contains fields that describe the summary of how the standalone ESXi host will be impacted during an apply operation.


Properties

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

Information of the host.


impact Required

Impact of steps performed during the apply operation.

JSON Example

{
	"commit": "string",
	"host_info": {
		"name": "string"
	},
	"impact": [
		{
			"message": {
				"args": [
					"string"
				],
				"default_message": "string",
				"id": "string"
			}
		}
	]
}

Feedback

Was this page helpful?