Reference Guide

Table Of Contents
RedfishEventService
/redfish/v1/EventService
This URI contains properties and actions to manage event subscriptions and generates events that are sent to subscribers. This
URI has links to the collection of subscriptions that are called event destinations.
GET method for EventService
This method returns event service resource information for managing event subscriptions.
Description Returns event service resource information for managing event subscriptions.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"Actions": {
"#EventService.SubmitTestEvent": {
"EventType@Redfish.AllowableValues": [
"Alert"
],
"target": "/redfish/v1/EventService/Actions/
EventService.SubmitTestEvent"
}
},
"DeliveryRetryAttempts": 3,
"DeliveryRetryIntervalSeconds": 30,
"Description": "Event Service represents the properties for the
service",
"EventTypesForSubscription": [
"Alert",
"MetricReport"
],
"EventTypesForSubscription@odata.count": 2,
"Id": "EventService",
"Name": "Event Service",
"Oem": {
"sailfish": {
"max_events_to_queue": 20,
"max_milliseconds_to_queue": 500
}
},
"SSEFilterPropertiesSupported": {
"EventFormatType": false,
"EventType": false,
"MessageId": false,
"MetricReportDefinition": false,
"OriginResource": false,
"RegistryPrefix": false,
"ResourceType": false,
"SubordinateResources": false
},
"ServerSentEventUri": "/redfish/v1/EventService/SSE",
"ServiceEnabled": false,
"Status": {
"Health": "OK",
"HealthRollup": "OK"
},
"Subscriptions": {
"@odata.id": "/redfish/v1/EventService/Subscriptions"
}
}
Redfish resource model
755