blob: c322976ef0c90b599fec6b785e45531ddc82feb9 [file] [log] [blame]
Scott Bakerbdb962b2020-04-03 10:53:36 -07001{
2 "ServiceEnabled": true,
3 "Name": "Event Service",
4 "Id": "EventService",
5 "Subscriptions": {
6 "@odata.id": "/redfish/v1/EventService/Subscriptions"
7 },
8 "Description": "Event Service description",
9 "Actions": {
10 "Oem": {}
11 },
12 "DeliveryRetryIntervalSeconds": 60,
13 "@odata.type": "#EventService.v1_0_0.EventService",
14 "@odata.context": "/redfish/v1/$metadata#EventService.EventService",
15 "Status": {
16 "State": "Enabled",
17 "HealthRollup": "OK",
18 "Health": "OK"
19 },
20 "DeliveryRetryAttempts": 3,
21 "@odata.id": "/redfish/v1/EventService",
22 "Oem": {},
23 "EventTypesForSubscription": [
24 "ResourceAdded",
25 "ResourceRemoved",
26 "Alert"
27 ]
28}