GET – Event Service
Request
GET https://{{IP}}/redfish/v1/EventService
Content-Type: application/json
Response
The Event Service resource contains properties for managing event subscriptions and generates the events sent to subscribers. The resource has links to the actual collection of subscriptions (called Event Destinations).
The response of the request will be in JSON format. The properties are mentioned in the following.
Name | Type | Read only | Description | ||||||||||||||||
(OData Attributes) | Refer to OData Support. | ||||||||||||||||||
Oem | Object | OEM Extension (Optional), Refer to Resource Complex Types. | |||||||||||||||||
Id(M) | String | True | Refer to Resource Type Definitions | ||||||||||||||||
Name(M) | String | True | |||||||||||||||||
Description | String | True | |||||||||||||||||
ServiceEnabled(C) | Boolean | False | This indicates whether this service is enabled. | ||||||||||||||||
DeliveryRetryAttempts(C) | Number | False |
| ||||||||||||||||
DeliveryRetryIntervalSeconds(C) | Number | False |
| ||||||||||||||||
EventFormatTypes | Array | True |
| ||||||||||||||||
RegistryPrefixes | Array | True | Prefixes of Message Registries that shall be allowed for an Event Subscription. Supported values are: ["EventLog", "SyncAgent", "Security", "IPMI", "HttpStatus", "Base", "Task"] | ||||||||||||||||
ResourceTypes | Array | True | ResourceTypes values that shall be allowed for an Event Subscription. Supported values are: ["Systems", "Chassis", "AccountService", "TelemetryService", "Managers", "EventService", "TaskService"] | ||||||||||||||||
SubordinateResourcesSupported | Boolean | True | Indicated Support the SubordinateResource property on Event Subscription. Note Default value is false. | ||||||||||||||||
Actions | Object | True | The Actions object contains the available custom actions on this resource like SubmitTestEvent or any Oem Action. | ||||||||||||||||
Status | Object | True | Refer to Resource Complex Types | ||||||||||||||||
Subscriptions(N) | Object | True | This is a reference to a collection of Event Destination resources. The value of this property shall contain the link to a collection of type EventDestinationCollection. | ||||||||||||||||
ServerSentEventUri | String | True | Indicates the link to a URI for receiving Server-Sent Event representation for the events. | ||||||||||||||||
SSEFilterPropertiesSupported | Object | True | Set of properties that are supported in the $filter query parameter for the ServerSentEventUri.
|