The EventService schema contains properties for managing event subscriptions and generates the events sent to subscribers. The resource has links to the actual collection of subscriptions, which are called event destinations.
Privilege: Login
Important Notes:
- You can use the IgnoreCertificateErrors attribute in OEMAttributes to ignore certificate errors.
- ServiceEnabled property is not supported for Telemetry report.
- Following ENUMs for EventType and EventTypesForSubscription are not supported and are removed from the code in iDRAC version 4.40.00.00 and later versions:
- StatusChange
- ResourceUpdated
- ResourceAdded
- ResourceRemoved
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/EventService' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#EventService.EventService",
"@odata.etag": "W/\"gen-3\"",
"@odata.id": "/redfish/v1/EventService",
"@odata.type": "#EventService.v1_11_0.EventService",
"Actions": {
"#EventService.SubmitTestEvent": {
"EventType@Redfish.AllowableValues": [
"Alert"
],
"MessageSeverity@Redfish.AllowableValues": [
"OK",
"Warning",
"Critical"
],
"target": "/redfish/v1/EventService/Actions/EventService.SubmitTestEvent",
"title": "This action generates a test event."
}
},
"DeliveryRetryAttempts": 3,
"DeliveryRetryIntervalSeconds": 5,
"Description": "Event Service represents the properties for the service",
"EventFormatTypes": [
"Event",
"MetricReport"
],
"EventFormatTypes@odata.count": 2,
"EventTypesForSubscription": [
"Alert",
"MetricReport",
"Other"
],
"EventTypesForSubscription@odata.count": 3,
"Id": "EventService",
"IncludeOriginOfConditionSupported": false,
"Name": "Event Service",
"RegistryPrefixes": [
"IDRAC",
"ResourceEvent"
],
"RegistryPrefixes@odata.count": 2,
"ResourceTypes": [
"AccountService",
"Assembly",
"Battery",
"BatteryMetrics",
"Bios",
"BootOption",
"Certificate",
"Chassis",
"ComponentIntegrity",
"ComputerSystem",
"Drive",
"EnvironmentMetrics",
"EthernetInterface",
"EventDestination",
"EventService",
"ExternalAccountProvider",
"Fan",
"Heater",
"HostInterface",
"Job",
"JobService",
"Key",
"LicenseService",
"LogEntry",
"LogService",
"Manager",
"ManagerAccount",
"ManagerNetworkProtocol",
"Memory",
"MemoryMetrics",
"NetworkAdapter",
"NetworkDeviceFunction",
"NetworkInterface",
"NetworkPort",
"PCIeDevice",
"PCIeFunction",
"PCIeSlots",
"Port",
"PortMetrics",
"Power",
"PowerSubsystem",
"PowerSupply",
"PowerSupplyMetrics",
"Processor",
"ProcessorMetrics",
"Role",
"SecureBoot",
"Sensor",
"SerialInterface",
"ServiceRoot",
"Session",
"SessionService",
"SimpleStorage",
"SoftwareInventory",
"Storage",
"StorageController",
"Task",
"TaskService",
"Thermal",
"ThermalMetrics",
"ThermalSubsystem",
"UpdateService",
"VirtualMedia",
"Volume",
"DellAccelerator",
"DellAssembly",
"DellAttributes",
"DellBIOSService",
"DellBootSources",
"DellCertificate",
"DellChassis",
"DellControllerBattery",
"DellController",
"DellDriveSMARTAttributes",
"DellDrive",
"DellEnclosure",
"DellFanBoard",
"DellFCCapabilities",
"DellFCPortMetrics",
"DellFCStatistics",
"DellFC",
"DellFirmwareImageHash",
"DellGPUSensor",
"DellHistoricalSensorReadings",
"DelliDRACCard",
"DelliDRACCardService",
"DellInfiniBand",
"DellInfiniBandCapabilities",
"DellInfiniBandPortMetrics",
"DellJob",
"DellJobService",
"DellLCService",
"DellLicenseManagementService",
"DellMemory",
"DellMetricService",
"DellNetworkAdapter",
"DellNetworkTransceiver",
"DellNIC",
"DellNICCapabilities",
"DellNICPortMetrics",
"DellNICStatistics",
"DellNumericSensor",
"DellNVMeSMARTAttributes",
"DellOpaqueManagementData",
"DellOSDeploymentService",
"DellPCIeFunction",
"DellPCIeSSD",
"DellPCIeSSDBackPlane",
"DellPCIeSSDExtender",
"DellPhysicalDisk",
"DellPowerSupply",
"DellPowerSupplyView",
"DellPresenceAndStatusSensor",
"DellProcessor",
"DellPSNumericSensor",
"DellRaidService",
"DellRollupStatus",
"DellSensor",
"DellSlot",
"DellSoftwareInstallationService",
"DellSoftwareInventory",
"DellSwitchConnection",
"DellSwitchConnectionService",
"DellSystem",
"DellSystemManagementService",
"DellSystemQuickSync",
"DellTimeService",
"DellUSBDevice",
"DellVideo",
"DellVideoNetwork",
"DellVolume",
"DelliDRACiSMService"
],
"ResourceTypes@odata.count": 132,
"SMTP": {
"Authentication": "None",
"ConnectionProtocol": "StartTLS",
"FromAddress": "",
"Password": null,
"Port": 25,
"ServerAddress": "0.0.0.0",
"Username": ""
},
"SSEFilterPropertiesSupported": {
"EventFormatType": true,
"EventType": true,
"MessageId": true,
"MetricReportDefinition": true,
"OriginResource": true,
"RegistryPrefix": true,
"ResourceType": true,
"SubordinateResources": false
},
"ServerSentEventUri": "/redfish/v1/SSE",
"ServiceEnabled": true,
"Status": {
"Conditions": [
{
"Message": "The Redfish EventService feature is partially enabled because the IPMILan.1.AlertEnable property is disabled in the URI /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1.",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "SYS553",
"Resolution": "Enable the IPMILan.1.AlertEnable property in the following URI: /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1.",
"Severity": "Warning"
}
],
"Health": "Warning",
"HealthRollup": "Warning",
"State": "Enabled"
},
"Subscriptions": {
"@odata.id": "/redfish/v1/EventService/Subscriptions"
}
}