POST – Submit a test event
Use the POST method to send a test event to subscribers.
Request URL
POST https://<BMC_IPADDR>/redfish/v1/EventService/Actions/EventService.SubmitTestEvent
Request body
Field | Type | Description |
---|---|---|
EventId | String | The ID of event to be added. |
EventTimestamp | String | The time stamp of event to be added. |
Message | String | The event message text of event to be added. |
MessageArgs | Array | The array of message arguments of event to be added. |
MessageId | String | The message ID of event to be added. |
OriginOfCondition | String | The URL of a valid resource caused the event to be added. |
EventGroupId | Integer | The group id of event to be added. |
Response
None
Status code
HTTP Status Code | Error Message ID |
---|---|
204 | NoContent |
500 | InternalError |
Give documentation feedback