Data Object - SystemEventInfo(vim.host.SystemEventInfo)

Returned by
FetchSystemEventLog
Extends
DynamicData
Since
vSphere API 6.5

Data Object Description

IPMI System Event Log (SEL) provides a history of hardware sensor states. This is defined in IPMI specification, section 32.1 SEL Event Records. CLI:: esxcli hardware ipmi sel list

Properties

Name Type Description
messagexsd:string

A description of what the event is about.
recordIdxsd:long

The recordId uniquely identifies an entry in IPMI System Event Log.
selTypexsd:long

The IPMI SEL type defines the if the SEL event uses the system event format format or is OEM defined. A value of 2 indicates system event. Values 0xC0-0xDF, 0xE0-0xFF are OEM event ranges.
sensorNumberxsd:long

The IPMI Sensor/probe that is reporting this event. A value of zero (0) indicates event has no related sensor.
whenxsd:string

A ISO 8601 timestamp when the event was added to IPMI System Event Log. This timestamp comes from the IPMI subsystem clock and may not be the same as hypervisor's clock.
Properties inherited from DynamicData
None

Show WSDL type definition