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
{
"_typeName": "string",
"recordId": 0,
"when": "string",
"selType": 0,
"message": "string",
"sensorNumber": 0
}
The recordId uniquely identifies an entry in IPMI System Event Log.
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.
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.
A description of what the event is about.
The IPMI Sensor/probe that is reporting this event.
A value of zero (0) indicates event has no related sensor.