FAQ
Configure iDRAC alerts for Redfish events
9 Manage iDRAC alerts by using the Redfish Eventing feature in YX3X and later PowerEdge servers
2.3 Configure Redfish alert subscriptions
You can subscribe to Redfish Alert events by creating event subscriptions as defined by the DMTF Redfish
event subscription service. iDRAC supports two styles of subscriptions—SSE and HTTP Push based. By
default, this feature does not require any additional iDRAC license, but requires Redfish service and Redfish
Event Service (iDRAC alerts) to be enabled to receive redfish alert events.
2.3.1 Push Style Subscription (HTTP POST)
2.3.1.1 Create a Push Style subscription
Subscription for Redfish alert events, through HTTP push mechanism, is created on performing a POST
operation with necessary key-value payload comprising Destination, Context, and Protocol as mandatory
properties.
If you do not enter EventTypes and EventFormatType Property, by default, iDRAC Redfish event service
creates alert subscription:
• Operation: HTTP POST
• URI: https://<iDRAC -IP>/redfish/v1/EventService/Subscriptions
Schema: https://redfish.dmtf.org/schemas/v1/EventDestination.xml
Create a Push style subscription
2.3.1.2 View a subscription instance
View the subscription instance you created by entering the subscription ID:
• Operation: HTTP GET
• URI: https://<iDRAC -IP>/redfish/v1/EventService/Subscriptions/<Sub-Id>
• Schema: https://redfish.dmtf.org/schemas/v1/EventDestination.xml