Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - SystemEventInfo(vim.host.SystemEventInfo)
- Returned by
- FetchSystemEventLog
- Extends
- DynamicData
- Since
- vSphere API Release 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 listProperties
Name | Type | Description |
---|---|---|
message | xsd:string |
A description of what the event is about.
|
recordId | xsd:long |
The recordId uniquely identifies an entry in IPMI System Event Log.
|
selType | xsd: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.
|
sensorNumber | xsd:long |
The IPMI Sensor/probe that is reporting this event.
A value of zero (0) indicates event has no related sensor.
|
when | xsd: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
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |