Data Object - ApplyHostProfileConfigurationResult(vim.profile.host.ProfileManager.ApplyHostConfigResult)

Property of
HostSystem
Returned by
ApplyEntitiesConfig_Task
Extends
DynamicData
See also
HostSystem, LocalizedMethodFault
Since
vSphere API 6.7

Data Object Description

The ApplyHostConfigResult data object contains the remediation results for a host: the time that the remediation happens, the status, the errors, and optinal compliance result after reboot.

Properties

Name Type Description
completeTimexsd:dateTime

Time that the host config apply completes.
errors*LocalizedMethodFault[]

If status is fail, this property contains a list of status error message objects.
hostManagedObjectReference
to a HostSystem

Host to be remediated.
startTimexsd:dateTime

Time that the host config apply starts.
statusxsd:string

Status of the remediation. See ApplyHostProfileConfigurationResultStatus for valid values.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition