
iDRAC8 with Lifecycle Controller Version 2.70.70.70 Redfish API Guide
Eventing
The Redfish service generates asynchronous notifications (events) that are defined by Redfish subscription for the eventing service. These events are sent to an event destination by using HTTP POST method. Events are generated when some significant change or error condition typically of time critical nature occurs. When an event occurs on the service, it notifies the clients. Redfish service must be enabled and iDRAC must be configured to create event subscriptions and to gain read-only privilege for viewing event subscriptions.
The iDRAC implementation of a Redfish service supports only HTTPS notifications. In certain situations, iDRAC may not be able to verify certificates sent by a peer. To handle such situations, iDRAC can be configured to skip certificate verification by using the attribute iDRAC.RedfishEventing.IgnoreCertificateErrors. This attribute can be configured to True or False (Default) using RACADM or the WS-MAN interface. Set this attribute to True if certificate validation is not required.
Redfish service provides Lifecycle and Alert events. Lifecycle events may occur when resources are created, modified, or destroyed. Alert events occur when a resource needs to indicate a significant event. Alert events may be either directly or indirectly pertaining to the resource. Examples of these kinds of event are a chassis being opened, button being pressed, cable being unplugged, or threshold being exceeded. iDRAC supports up to 20 event subscriptions.
- iDRAC.RedfishEventing.DeliveryRetryAttempts
- iDRAC.RedfishEventing.DeliveryRetryIntervalInSeconds
Event delivery retry settings in RACADM
iDRAC.RedfishEventing.DeliveryRetryAttempts (Read or Write)- Description
- Specifies the number of retry attempts made for Redfish event delivery
- Legal values
- Value ranges from 0 to 5
- Default value
- 3
- Write privilege
- Configure iDRAC
- Description
- Specifies the intervals (in seconds) of retry attempts made for Redfish event delivery
- Legal values
- Value ranges from 5 to 60
- Default value
- 30
- Write privilege
- Configure iDRAC