Gen10: Event Subscription
POST {{iloURI}}/redfish/v1/EventService/EventSubscriptions/
Event Subscription on a Gen10 server:
Difference with Gen9: Removed TTLCount and TTLUnit
Replaced Oem/hp with Oem/hpe
Request Body
{"Destination"=>"https://{{EventListener}}/RedfishEvents/EventReceiver.php", "EventTypes"=>["StatusChange", "ResourceUpdated", "ResourceAdded", "ResourceRemoved", "Alert"], "HttpHeaders"=>{"Content-Type"=>"Application/JSON", "OData-Version"=>"4.0"}, "Context"=>"context string", "Oem"=>{"Hpe"=>{"DeliveryRetryIntervalInSeconds"=>30, "RequestedMaxEventsToQueue"=>20, "DeliveryRetryAttempts"=>5, "RetireOldEventInMinutes"=>10}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OData-Version | string | ||
Content-Type | string | ||
X-Auth-Token | string |