{ "@odata.context": "/redfish/v1/$metadata#EventService", "@odata.id": "/redfish/v1/EventService", "@odata.type": "#EventService.0.96.0.EventService", "Id": "EventService", "Name": "Event Service", "Status": { "State": "Enabled", "Health": "OK" }, "DeliveryRetryAttempts": 3, "DeliveryRetryIntervalInSeconds": 60, "EventTypesForSubscription": [ "StatusChange", "ResourceUpdated", "ResourceAdded", "ResourceRemoved", "Alert" ], "Links": { "Subscriptions": { "@odata.id": "/redfish/v1/EventService/Subscriptions" }, "Oem": {} }, "Actions": { "#EventService.SendTestEvent": { "target": "/redfish/v1/EventService/Actions/EventService.SendTestEvent", "EventType@DMTF.AllowableValues": [ "StatusChange", "ResourceUpdated", "ResourceAdded", "ResourceRemoved", "Alert" ] }, "Oem": {} }, "Oem": {} }