SystemEventInfo

SystemEventInfo
SystemEventInfo

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "recordId": 0,
    "when": "string",
    "selType": 0,
    "message": "string",
    "sensorNumber": 0
}
integer As int64 As int64
recordId
Required

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

string
when
Required

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.

integer As int64 As int64
selType
Required

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.

string
message
Required

A description of what the event is about.

integer As int64 As int64
sensorNumber
Required

The IPMI Sensor/probe that is reporting this event.

A value of zero (0) indicates event has no related sensor.