AddSelTestEntry

Trigger this action to add an event to the IPMI SEL log for test purposes.

Use the HTTP POST method with the resource /mgmt/actionqueue/default, specifying a request payload with the following format:
{
  "AddSelTestEntry": {
  }
}

This action adds an event to the Intelligent Platform Management Interface (IPMI) System Event Log (SEL). SEL events are collected by the Baseboard Management Controller (BMC). Use this action to test the code that captures events from the SEL. When run, this action creates an OEM SEL record of hex type 'DF' with an OEM-defined value of 'DPTest'.