Managed Object - HostHealthStatusSystem

Property of
HostConfigManager
See also
HealthSystemRuntime
Since
VI API 2.5


Managed Object Description

This managed object manages the health state of the host.

Properties

Name Type Description
runtimeHealthSystemRuntime



Methods

Methods defined in this Managed Object
RefreshHealthStatusSystem, ResetSystemHealthInfo

RefreshHealthStatusSystem

Refresh the available runtime hardware health information.
Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostHealthStatusSystem used to make the method call.

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition



ResetSystemHealthInfo

Resets the state of the sensors of the IPMI subsystem. On certain types of hardware IPMI sensor states latch onto unhealthy states and will stay in an unhealth state until the sensor state is reset. This method will explicitly reset the sensors state.
Required Privileges
Host.Config.Settings

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostHealthStatusSystem used to make the method call.

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition