NOTE: Specify the MessageId property in the request body with the message registry as a prefix. For example, message ID CPU0002 becomes IDRAC.2.10.CPU0002 when prefixed.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/EventService/Actions/EventService.SubmitTestEvent' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"MessageId": "RAC1027"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}