SettingsHostsSoftwareReportsLastApplyResultApplyResult
The LastApplyResult.ApplyResult structure contains fields that describe the result of an apply operation.
Properties
The identifier of the commit used to fetch the desired software document to be applied to the standalone host. 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.
Information of the host to which the desired software document specified by the LastApplyResult.ApplyResult.commit needs to be applied to.
Notifications providing additional information for Software.apply operation. These notifications are mutually exclusive with the notifications in LastApplyResult.ApplyStatus.
Specifies the status of the apply operation. unset if the apply operation is in progress.
JSON Example
{
"commit": "string",
"host_info": {
"name": "string"
}
}