1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/EventDestination.v1_14_1.json",
3    "$ref": "#/definitions/EventDestination",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "#EventDestination.ResumeSubscription": {
27                    "$ref": "#/definitions/ResumeSubscription"
28                },
29                "#EventDestination.SuspendSubscription": {
30                    "$ref": "#/definitions/SuspendSubscription"
31                },
32                "Oem": {
33                    "$ref": "#/definitions/OemActions",
34                    "description": "The available OEM-specific actions for this resource.",
35                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
36                    "versionAdded": "v1_2_0"
37                }
38            },
39            "type": "object"
40        },
41        "DeliveryRetryPolicy": {
42            "enum": [
43                "TerminateAfterRetries",
44                "SuspendRetries",
45                "RetryForever",
46                "RetryForeverWithBackoff"
47            ],
48            "enumDescriptions": {
49                "RetryForever": "The subscription is not suspended or terminated, and attempts at delivery of future events continues regardless of the number of retries.",
50                "RetryForeverWithBackoff": "The subscription is not suspended or terminated, and attempts at delivery of future events continues regardless of the number of retries, but issued over time according to a service-defined backoff algorithm.",
51                "SuspendRetries": "The subscription is suspended after the maximum number of retries is reached.",
52                "TerminateAfterRetries": "The subscription is terminated after the maximum number of retries is reached."
53            },
54            "enumLongDescriptions": {
55                "RetryForever": "This value shall indicate the subscription is not suspended or terminated, and attempts at delivery of future events shall continue regardless of the number of retries.  The interval between retries remains constant and is specified by the `DeliveryRetryIntervalSeconds` property in the event service.",
56                "RetryForeverWithBackoff": "This value shall indicate the subscription is not suspended or terminated, and attempts at delivery of future events shall continue regardless of the number of retries.  Retry attempts are issued over time according to a service-defined backoff algorithm.  The backoff algorithm may insert an increasing amount of delay between retry attempts and may reach a maximum.",
57                "SuspendRetries": "This value shall indicate the subscription is suspended after the maximum number of retries is reached, specified by the `DeliveryRetryAttempts` property in the event service.  The value of the `State` property within `Status` shall contain `Disabled` for a suspended subscription.",
58                "TerminateAfterRetries": "This value shall indicate the subscription is terminated after the maximum number of retries is reached, specified by the `DeliveryRetryAttempts` property in the event service."
59            },
60            "enumVersionAdded": {
61                "RetryForeverWithBackoff": "v1_10_0"
62            },
63            "type": "string"
64        },
65        "EventDestination": {
66            "additionalProperties": false,
67            "description": "The `EventDestination` schema defines the target of an event subscription, including the event types and context to provide to the target in the event payload.",
68            "longDescription": "This resource shall represent the target of an event subscription, including the event types and context to provide to the target in the event payload.",
69            "patternProperties": {
70                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
71                    "description": "This property shall specify a valid odata or Redfish property.",
72                    "type": [
73                        "array",
74                        "boolean",
75                        "integer",
76                        "number",
77                        "null",
78                        "object",
79                        "string"
80                    ]
81                }
82            },
83            "properties": {
84                "@odata.context": {
85                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
86                },
87                "@odata.etag": {
88                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
89                },
90                "@odata.id": {
91                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
92                },
93                "@odata.type": {
94                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
95                },
96                "Actions": {
97                    "$ref": "#/definitions/Actions",
98                    "description": "The available actions for this resource.",
99                    "longDescription": "This property shall contain the available actions for this resource.",
100                    "versionAdded": "v1_2_0"
101                },
102                "Certificates": {
103                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
104                    "description": "The link to a collection of server certificates for the server referenced by the `Destination` property.",
105                    "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that represent the server certificates for the server referenced by the `Destination` property.  If `VerifyCertificate` is `true`, services shall compare the certificates in this collection with the certificate obtained during handshaking with the event destination in order to verify the identity of the event destination prior to sending an event.  If the server cannot be verified, the service shall not send the event.  If `VerifyCertificate` is `false`, the service shall not perform certificate verification with certificates in this collection.  Regardless of the contents of this collection, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource.",
106                    "readonly": true,
107                    "versionAdded": "v1_9_0"
108                },
109                "ClientCertificates": {
110                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
111                    "description": "The link to a collection of client identity certificates provided to the server referenced by the `Destination` property.",
112                    "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that represents the client identity certificates that are provided to the server referenced by the `Destination` property as part of TLS handshaking.",
113                    "readonly": true,
114                    "versionAdded": "v1_11_0"
115                },
116                "Context": {
117                    "description": "A client-supplied string that is stored with the event destination subscription.",
118                    "longDescription": "This property shall contain a client-supplied context that remains with the connection through the connection's lifetime.",
119                    "readonly": false,
120                    "type": [
121                        "string",
122                        "null"
123                    ]
124                },
125                "DeliveryRetryPolicy": {
126                    "anyOf": [
127                        {
128                            "$ref": "#/definitions/DeliveryRetryPolicy"
129                        },
130                        {
131                            "type": "null"
132                        }
133                    ],
134                    "description": "The subscription delivery retry policy for events, where the subscription type is `RedfishEvent`.",
135                    "longDescription": "This property shall indicate the subscription delivery retry policy for events where the subscription type is `RedfishEvent`.",
136                    "readonly": false,
137                    "versionAdded": "v1_6_0"
138                },
139                "Description": {
140                    "anyOf": [
141                        {
142                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
143                        },
144                        {
145                            "type": "null"
146                        }
147                    ],
148                    "readonly": true
149                },
150                "Destination": {
151                    "description": "The URI of the destination event receiver.",
152                    "format": "uri-reference",
153                    "longDescription": "This property shall contain a URI to the destination where the events are sent.  If `Protocol` is `SMTP`, the URI shall follow the RFC6068-described format.  SNMP URIs shall be consistent with RFC4088.  Specifically, for SNMPv3, if a username is specified in the SNMP URI, the SNMPv3 authentication and encryption configuration associated with that user shall be utilized in the SNMPv3 traps.  Syslog URIs shall be consistent with RFC3986 and contain the scheme `syslog://`.  Server-sent event destinations shall be in the form `redfish-sse://ip:port` where `ip` and `port` are the IP address and the port of the client with the open SSE connection.  For other URIs, such as HTTP or HTTPS, they shall be consistent with RFC3986.",
154                    "readonly": true,
155                    "type": "string"
156                },
157                "EventFormatType": {
158                    "anyOf": [
159                        {
160                            "$ref": "http://redfish.dmtf.org/schemas/v1/EventDestination.json#/definitions/EventFormatType"
161                        },
162                        {
163                            "type": "null"
164                        }
165                    ],
166                    "description": "The content types of the message that are sent to the `EventDestination`.",
167                    "longDescription": "This property shall indicate the content types of the message that this service sends to the `EventDestination`.  If this property is not present, the `EventFormatType` shall be assumed to be Event.",
168                    "readonly": true,
169                    "versionAdded": "v1_4_0"
170                },
171                "EventTypes": {
172                    "deprecated": "This property has been deprecated.  Starting with Redfish Specification v1.6 (Event v1.3), subscriptions are based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property.  Use `EventFormatType` to create subscriptions for metric reports.  If the subscription does not include this property, the service shall use a single element with a default of `Other`.",
173                    "description": "The types of events that are sent to the destination.",
174                    "items": {
175                        "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType"
176                    },
177                    "longDescription": "This property shall contain an array that contains the types of events that shall be sent to the destination.  To specify that a client is subscribing for metric reports, the `EventTypes` property should include 'MetricReport'.  If the subscription does not include this property, the service shall use a single element with a default of `Other`.",
178                    "readonly": true,
179                    "type": "array",
180                    "versionDeprecated": "v1_5_0"
181                },
182                "ExcludeMessageIds": {
183                    "description": "The list of `MessageId` values that are not sent to this event destination.",
184                    "items": {
185                        "type": [
186                            "string",
187                            "null"
188                        ]
189                    },
190                    "longDescription": "This property shall contain an array of excluded `MessageId` values that are not allowed values for the `MessageId` property within an event sent to the subscriber.  The `MessageId` shall be in the `MessageRegistryPrefix.MessageKey` format.  If included, the `MessageId` major and minor version details should be ignored.  Events with a `MessageId` that is contained in this array shall not be sent to the subscriber.  If this property is an empty array or is absent, no exclusive filtering based upon the `MessageId` of an event is performed.",
191                    "readonly": true,
192                    "type": "array",
193                    "versionAdded": "v1_12_0"
194                },
195                "ExcludeRegistryPrefixes": {
196                    "description": "The list of prefixes for the message registries that contain the `MessageId` values that are not sent to this event destination.",
197                    "items": {
198                        "type": [
199                            "string",
200                            "null"
201                        ]
202                    },
203                    "longDescription": "This property shall contain an array of prefixes of excluded message registries that contain the `MessageId` values that are not allowed values for the `MessageId` property within an event sent to the subscriber.  Events with a `MessageId` that is from a message registry contained in this array shall not be sent to the subscriber.  If this property is an empty array or is absent, no exclusive filtering based upon message registry of the `MessageId` of an event is performed.",
204                    "readonly": true,
205                    "type": "array",
206                    "versionAdded": "v1_12_0"
207                },
208                "HeartbeatIntervalMinutes": {
209                    "description": "Interval for sending heartbeat events to the destination in minutes.",
210                    "longDescription": "This property shall indicate the interval for sending periodic heartbeat events to the subscriber.  The value shall be the interval, in minutes, between each periodic event.  This property shall not be present if the `SendHeartbeat` property is not present.",
211                    "maximum": 65535,
212                    "minimum": 1,
213                    "readonly": true,
214                    "type": [
215                        "integer",
216                        "null"
217                    ],
218                    "versionAdded": "v1_11_0"
219                },
220                "HttpHeaders": {
221                    "description": "An array of settings for HTTP headers, such as authorization information.  This array is `null` or an empty array in responses.  An empty array is the preferred return value on read operations.",
222                    "items": {
223                        "$ref": "#/definitions/HttpHeaderProperty"
224                    },
225                    "longDescription": "This property shall contain an array of objects consisting of the names and values of the HTTP headers to include with every event `POST` to the event destination.  This object shall be `null` or an empty array in responses.  An empty array is the preferred return value in responses.",
226                    "type": "array"
227                },
228                "Id": {
229                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
230                    "readonly": true
231                },
232                "IncludeOriginOfCondition": {
233                    "description": "An indication of whether the events subscribed to will also include the entire resource or object referenced by the `OriginOfCondition` property in the event payload.",
234                    "longDescription": "This property shall indicate whether the event payload sent to the subscription destination will expand the `OriginOfCondition` property to include the resource or object referenced by the `OriginOfCondition` property.",
235                    "readonly": true,
236                    "type": [
237                        "boolean",
238                        "null"
239                    ],
240                    "versionAdded": "v1_8_0"
241                },
242                "MessageIds": {
243                    "description": "The list of `MessageId` values that are sent to this event destination.",
244                    "items": {
245                        "type": [
246                            "string",
247                            "null"
248                        ]
249                    },
250                    "longDescription": "This property shall contain an array of `MessageId` values that are the allowable values for the `MessageId` property within an event sent to the subscriber.  The `MessageId` should be in the `MessageRegistryPrefix.MessageKey` format.  If included, the `MessageId` major and minor version details should be ignored.  Events with a `MessageId` that is not contained in this array and is not from a message registry contained in RegistryPrefixes shall not be sent to the subscriber.  If this property is an empty array or is absent, no inclusive filtering based upon the `MessageId` of an event is performed.",
251                    "readonly": true,
252                    "type": "array",
253                    "versionAdded": "v1_1_0"
254                },
255                "MetricReportDefinitions": {
256                    "description": "A list of metric report definitions for which the service only sends related metric reports.  If this property is absent or the array is empty, metric reports that originate from any metric report definition are sent to the subscriber.",
257                    "items": {
258                        "$ref": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinition.json#/definitions/MetricReportDefinition"
259                    },
260                    "longDescription": "This property shall specify an array of metric report definitions that are the only allowable generators of metric reports for this subscription.  Metric reports originating from metric report definitions not contained in this array shall not be sent to the subscriber.  If this property is absent or the array is empty, the service shall send metric reports originating from any metric report definition to the subscriber.",
261                    "readonly": true,
262                    "type": "array",
263                    "versionAdded": "v1_6_0"
264                },
265                "MetricReportDefinitions@odata.count": {
266                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
267                },
268                "Name": {
269                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
270                    "readonly": true
271                },
272                "OEMProtocol": {
273                    "description": "The OEM-defined protocol type of the event connection.",
274                    "longDescription": "This property shall contain the protocol type that the event uses to send the event to the destination.  This property shall be present if `Protocol` is `OEM`.",
275                    "readonly": true,
276                    "type": "string",
277                    "versionAdded": "v1_9_0"
278                },
279                "OEMSubscriptionType": {
280                    "description": "The OEM-defined subscription type for events.",
281                    "longDescription": "This property shall indicate the OEM-defined type of subscription for events.  This property shall be present if `SubscriptionType` is `OEM`.",
282                    "readonly": true,
283                    "type": "string",
284                    "versionAdded": "v1_9_0"
285                },
286                "Oem": {
287                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
288                    "description": "The OEM extension property.",
289                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
290                },
291                "OriginResources": {
292                    "description": "The array of resources for which the service sends only related events.",
293                    "items": {
294                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
295                    },
296                    "longDescription": "This property shall specify an array of resources, resource collections, or referenceable members that are the only allowable values for the `OriginOfCondition` property within an event that the service sends to the subscriber.  Events with an `OriginOfCondition` that is not contained in this array, and is not subordinate to members of this array if `SubordinateResources` contains the value `true`, shall not be sent to the subscriber.  If this property is an empty array or is absent, no filtering based upon the URI of the `OriginOfCondition` of an event is performed.",
297                    "readonly": true,
298                    "type": "array",
299                    "versionAdded": "v1_1_0"
300                },
301                "OriginResources@odata.count": {
302                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
303                },
304                "Protocol": {
305                    "$ref": "#/definitions/EventDestinationProtocol",
306                    "description": "The protocol type of the event connection.",
307                    "longDescription": "This property shall contain the protocol type that the event uses to send the event to the destination.  A `Redfish` value shall indicate that the event type shall adhere to the type defined in the Redfish Specification.",
308                    "readonly": true
309                },
310                "RegistryPrefixes": {
311                    "description": "The list of prefixes for the message registries that contain the `MessageId` values that are sent to this event destination.",
312                    "items": {
313                        "type": [
314                            "string",
315                            "null"
316                        ]
317                    },
318                    "longDescription": "This property shall contain an array the prefixes of message registries that contain the `MessageId` values that are the allowable values for the `MessageId` property within an event sent to the subscriber.  Events with a `MessageId` that is not from a message registry contained in this array and is not contained by `MessageIds` shall not be sent to the subscriber.  If this property is an empty array or is absent, no inclusive filtering based upon message registry of the `MessageId` of an event is performed.",
319                    "readonly": true,
320                    "type": "array",
321                    "versionAdded": "v1_4_0"
322                },
323                "ResourceTypes": {
324                    "description": "The list of resource type values (schema names) that correspond to the `OriginOfCondition`.  The version and full namespace should not be specified.",
325                    "items": {
326                        "type": [
327                            "string",
328                            "null"
329                        ]
330                    },
331                    "longDescription": "This property shall specify an array of resource type values that contain the allowable resource types for the resource referenced by the `OriginOfCondition` property.  Events with the resource type of the resource referenced by the `OriginOfCondition` property that is not contained in this array shall not be sent to the subscriber.  If this property is an empty array or is absent, no filtering based upon the resource type of the `OriginOfCondition` of an event is performed.  This property shall contain only the general namespace for the type and not the versioned value.  For example, it shall not contain `Task.v1_2_0.Task` and instead shall contain `Task`.  To specify that a client is subscribing to metric reports, the `EventTypes` property should include `MetricReport`.",
332                    "readonly": true,
333                    "type": "array",
334                    "versionAdded": "v1_4_0"
335                },
336                "SNMP": {
337                    "$ref": "#/definitions/SNMPSettings",
338                    "description": "Settings for an SNMP event destination.",
339                    "longDescription": "This property shall contain the settings for an SNMP event destination.",
340                    "versionAdded": "v1_7_0"
341                },
342                "SendHeartbeat": {
343                    "description": "Send a heartbeat event periodically to the destination.",
344                    "longDescription": "This property shall indicate that the service shall periodically send the `RedfishServiceFunctional` message defined in the Heartbeat Event Message Registry to the subscriber.  If this property is not present, no periodic event shall be sent.  This property shall not apply to event destinations if the `SubscriptionType` property contains the value `SSE`.",
345                    "readonly": true,
346                    "type": [
347                        "boolean",
348                        "null"
349                    ],
350                    "versionAdded": "v1_11_0"
351                },
352                "Severities": {
353                    "description": "The list of severities that are sent to this event destination.",
354                    "items": {
355                        "anyOf": [
356                            {
357                                "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Health"
358                            },
359                            {
360                                "type": "null"
361                            }
362                        ]
363                    },
364                    "longDescription": "This property shall contain an array of severities that are the allowable values for the `MessageSeverity` property within an event sent to the subscriber.  If this property is an empty array or is absent, no filtering based upon the `MessageSeverity` of an event is performed.",
365                    "readonly": true,
366                    "type": "array",
367                    "versionAdded": "v1_13_0"
368                },
369                "Status": {
370                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
371                    "description": "The status and health of the resource and its subordinate or dependent resources.",
372                    "longDescription": "This property shall contain any status or health properties of the resource.",
373                    "versionAdded": "v1_6_0"
374                },
375                "SubordinateResources": {
376                    "description": "An indication of whether the subscription is for events in the `OriginResources` array and its subordinate resources.  If `true` and the `OriginResources` array is specified, the subscription is for events in the `OriginResources` array and its subordinate resources.  Note that resources associated through the Links section are not considered subordinate.  If `false` and the `OriginResources` array is specified, the subscription is for events in the `OriginResources` array only.  If the `OriginResources` array is not present, this property has no relevance.",
377                    "longDescription": "This property shall indicate whether the subscription is for events in the `OriginResources` array and its subordinate resources.  If `true` and the `OriginResources` array is specified, the subscription is for events in the `OriginResources` array and its subordinate resources.  Note that resources associated through the Links section are not considered subordinate.  If `false` and the `OriginResources` array is specified, the subscription shall be for events in the `OriginResources` array only.  If the `OriginResources` array is not present, this property shall have no relevance.",
378                    "readonly": true,
379                    "type": [
380                        "boolean",
381                        "null"
382                    ],
383                    "versionAdded": "v1_4_0"
384                },
385                "SubscriptionType": {
386                    "anyOf": [
387                        {
388                            "$ref": "#/definitions/SubscriptionType"
389                        },
390                        {
391                            "type": "null"
392                        }
393                    ],
394                    "description": "The subscription type for events.",
395                    "longDescription": "This property shall indicate the type of subscription for events.  If this property is not present, the `SubscriptionType` shall be assumed to be `RedfishEvent`.",
396                    "readonly": true,
397                    "versionAdded": "v1_3_0"
398                },
399                "SyslogFilters": {
400                    "description": "A list of filters applied to syslog messages before sending to a remote syslog server.  An empty list indicates all syslog messages are sent.",
401                    "items": {
402                        "anyOf": [
403                            {
404                                "$ref": "#/definitions/SyslogFilter"
405                            },
406                            {
407                                "type": "null"
408                            }
409                        ]
410                    },
411                    "longDescription": "This property shall describe all desired syslog messages to send to a remote syslog server.  If this property contains an empty array or is absent, all messages shall be sent.",
412                    "type": "array",
413                    "versionAdded": "v1_9_0"
414                },
415                "VerifyCertificate": {
416                    "description": "An indication of whether the service will verify the certificate of the server referenced by the `Destination` property prior to sending the event.",
417                    "longDescription": "This property shall indicate whether the service will verify the certificate of the server referenced by the `Destination` property prior to sending the event with the certificates found in the collection referenced by the `Certificates` property.  If this property is not supported by the service or specified by the client in the create request, it shall be assumed to be `false`.  Regardless of the value of this property, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource.",
418                    "readonly": false,
419                    "type": [
420                        "boolean",
421                        "null"
422                    ],
423                    "versionAdded": "v1_9_0"
424                }
425            },
426            "required": [
427                "Context",
428                "@odata.id",
429                "@odata.type",
430                "Id",
431                "Name",
432                "SubscriptionType"
433            ],
434            "requiredOnCreate": [
435                "Destination",
436                "Protocol"
437            ],
438            "type": "object"
439        },
440        "EventDestinationProtocol": {
441            "enum": [
442                "Redfish",
443                "Kafka",
444                "SNMPv1",
445                "SNMPv2c",
446                "SNMPv3",
447                "SMTP",
448                "SyslogTLS",
449                "SyslogTCP",
450                "SyslogUDP",
451                "SyslogRELP",
452                "OEM"
453            ],
454            "enumDescriptions": {
455                "Kafka": "The destination follows the Kafka protocol for event notifications.",
456                "OEM": "The destination follows an OEM protocol for event notifications.",
457                "Redfish": "The destination follows the Redfish Specification for event notifications.",
458                "SMTP": "The destination follows the SMTP specification for event notifications.",
459                "SNMPv1": "The destination follows the SNMPv1 protocol for event notifications.",
460                "SNMPv2c": "The destination follows the SNMPv2c protocol for event notifications.",
461                "SNMPv3": "The destination follows the SNMPv3 protocol for event notifications.",
462                "SyslogRELP": "The destination follows syslog RELP for event notifications.",
463                "SyslogTCP": "The destination follows syslog TCP-based transport for event notifications.",
464                "SyslogTLS": "The destination follows syslog TLS-based transport for event notifications.",
465                "SyslogUDP": "The destination follows syslog UDP-based transport for event notifications."
466            },
467            "enumLongDescriptions": {
468                "Kafka": "This value shall indicate the destination follows the Apache-defined Kafka protocol as defined by the Kafka Protocol Guide.  The `Context` property shall contain the Kafka topic of the destination broker.",
469                "OEM": "This value shall indicate an OEM-specific protocol.  The `OEMProtocol` property shall contain the specific OEM event destination protocol.",
470                "Redfish": "This value shall indicate the destination follows the Redfish Specification for event notifications.  Destinations requesting `EventFormatType` of `Event` shall receive a Redfish resource of type `Event`.  Destinations requesting `EventFormatType` of `MetricReport` shall receive a Redfish resource of type `MetricReport`.",
471                "SMTP": "This value shall indicate the destination follows the RFC5321-defined SMTP specification.",
472                "SNMPv1": "This value shall indicate the destination follows the RFC1157-defined SNMPv1 protocol.",
473                "SNMPv2c": "This value shall indicate the destination follows the SNMPv2c protocol as defined by RFC1441 and RFC1452.",
474                "SNMPv3": "This value shall indicate the destination follows the SNMPv3 protocol as defined by RFC3411 and RFC3418.",
475                "SyslogRELP": "This value shall indicate the destination follows the Reliable Event Logging Protocol (RELP) transport for syslog as defined by www.rsyslog.com.",
476                "SyslogTCP": "This value shall indicate the destination follows the TCP-based transport for syslog as defined in RFC6587.",
477                "SyslogTLS": "This value shall indicate the destination follows the TLS-based transport for syslog as defined in RFC5424.",
478                "SyslogUDP": "This value shall indicate the destination follows the UDP-based transport for syslog as defined in RFC5424."
479            },
480            "enumVersionAdded": {
481                "Kafka": "v1_13_0",
482                "OEM": "v1_9_0",
483                "SMTP": "v1_7_0",
484                "SNMPv1": "v1_7_0",
485                "SNMPv2c": "v1_7_0",
486                "SNMPv3": "v1_7_0",
487                "SyslogRELP": "v1_9_0",
488                "SyslogTCP": "v1_9_0",
489                "SyslogTLS": "v1_9_0",
490                "SyslogUDP": "v1_9_0"
491            },
492            "type": "string"
493        },
494        "HttpHeaderProperty": {
495            "additionalProperties": false,
496            "description": "The HTTP header value is the property value.  The header name is the property name.",
497            "longDescription": "This type shall contain the HTTP header name and value to include with every event `POST` to the event destination.",
498            "patternProperties": {
499                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
500                    "description": "This property shall specify a valid odata or Redfish property.",
501                    "type": [
502                        "array",
503                        "boolean",
504                        "integer",
505                        "number",
506                        "null",
507                        "object",
508                        "string"
509                    ]
510                },
511                "^[^:\\\\s]+$": {
512                    "type": "string"
513                }
514            },
515            "properties": {},
516            "type": "object"
517        },
518        "OemActions": {
519            "additionalProperties": true,
520            "description": "The available OEM-specific actions for this resource.",
521            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
522            "patternProperties": {
523                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
524                    "description": "This property shall specify a valid odata or Redfish property.",
525                    "type": [
526                        "array",
527                        "boolean",
528                        "integer",
529                        "number",
530                        "null",
531                        "object",
532                        "string"
533                    ]
534                }
535            },
536            "properties": {},
537            "type": "object"
538        },
539        "ResumeSubscription": {
540            "additionalProperties": false,
541            "description": "This action resumes a suspended event subscription.",
542            "longDescription": "This action shall resume a suspended event subscription, which affects the subscription status.  The service may deliver buffered events when the subscription is resumed.",
543            "parameters": {
544                "DeliverBufferedEventDuration": {
545                    "description": "The maximum age of buffered events that should be delivered when resuming the subscription.",
546                    "longDescription": "This parameter shall indicate the event age of any buffered or otherwise undelivered events that shall be delivered to this event destination when the subscription is resumed.  The service shall deliver any available, previously undelivered event that was created within the duration specified.  A value that equates to zero time, such as `PT0S`, shall indicate that no previously undelivered events shall be sent.  If undelivered events within the duration may have been discarded due to a lack of buffer space, the service should send the `EventBufferExceeded` message from the Base Message Registry.  If the client does not provide this parameter, the service shall apply an implementation-specific duration.",
547                    "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
548                    "type": "string",
549                    "versionAdded": "v1_12_0"
550                }
551            },
552            "patternProperties": {
553                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
554                    "description": "This property shall specify a valid odata or Redfish property.",
555                    "type": [
556                        "array",
557                        "boolean",
558                        "integer",
559                        "number",
560                        "null",
561                        "object",
562                        "string"
563                    ]
564                }
565            },
566            "properties": {
567                "target": {
568                    "description": "Link to invoke action",
569                    "format": "uri-reference",
570                    "type": "string"
571                },
572                "title": {
573                    "description": "Friendly action name",
574                    "type": "string"
575                }
576            },
577            "type": "object"
578        },
579        "SNMPAuthenticationProtocols": {
580            "enum": [
581                "None",
582                "CommunityString",
583                "HMAC_MD5",
584                "HMAC_SHA96",
585                "HMAC128_SHA224",
586                "HMAC192_SHA256",
587                "HMAC256_SHA384",
588                "HMAC384_SHA512"
589            ],
590            "enumDescriptions": {
591                "CommunityString": "Trap community string authentication.",
592                "HMAC128_SHA224": "HMAC-128-SHA-224 authentication.",
593                "HMAC192_SHA256": "HMAC-192-SHA-256 authentication.",
594                "HMAC256_SHA384": "HMAC-256-SHA-384 authentication.",
595                "HMAC384_SHA512": "HMAC-384-SHA-512 authentication.",
596                "HMAC_MD5": "HMAC-MD5-96 authentication.",
597                "HMAC_SHA96": "HMAC-SHA-96 authentication.",
598                "None": "No authentication."
599            },
600            "enumLongDescriptions": {
601                "CommunityString": "This value shall indicate authentication using SNMP community strings and the value of TrapCommunity.",
602                "HMAC128_SHA224": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol.",
603                "HMAC192_SHA256": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol.",
604                "HMAC256_SHA384": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol.",
605                "HMAC384_SHA512": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol.",
606                "HMAC_MD5": "This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol.",
607                "HMAC_SHA96": "This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol.",
608                "None": "This value shall indicate authentication is not required."
609            },
610            "enumVersionAdded": {
611                "HMAC128_SHA224": "v1_10_0",
612                "HMAC192_SHA256": "v1_10_0",
613                "HMAC256_SHA384": "v1_10_0",
614                "HMAC384_SHA512": "v1_10_0"
615            },
616            "type": "string"
617        },
618        "SNMPEncryptionProtocols": {
619            "enum": [
620                "None",
621                "CBC_DES",
622                "CFB128_AES128",
623                "CFB128_AES192",
624                "CFB128_AES256"
625            ],
626            "enumDescriptions": {
627                "CBC_DES": "CBC-DES encryption.",
628                "CFB128_AES128": "CFB128-AES-128 encryption.",
629                "CFB128_AES192": "CFB128-AES-192 encryption.",
630                "CFB128_AES256": "CFB128-AES-256 encryption.",
631                "None": "No encryption."
632            },
633            "enumLongDescriptions": {
634                "CBC_DES": "This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol.",
635                "CFB128_AES128": "This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-128 encryption protocol.",
636                "CFB128_AES192": "This value shall indicate encryption conforms to the CFB128-AES-192 encryption protocol, extended from RFC3826.",
637                "CFB128_AES256": "This value shall indicate encryption conforms to the CFB128-AES-256 encryption protocol, extended from RFC3826.",
638                "None": "This value shall indicate there is no encryption."
639            },
640            "enumVersionAdded": {
641                "CFB128_AES192": "v1_14_0",
642                "CFB128_AES256": "v1_14_0"
643            },
644            "type": "string"
645        },
646        "SNMPSettings": {
647            "additionalProperties": false,
648            "description": "Settings for an SNMP event destination.",
649            "longDescription": "This type shall contain the settings for an SNMP event destination.",
650            "patternProperties": {
651                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
652                    "description": "This property shall specify a valid odata or Redfish property.",
653                    "type": [
654                        "array",
655                        "boolean",
656                        "integer",
657                        "number",
658                        "null",
659                        "object",
660                        "string"
661                    ]
662                }
663            },
664            "properties": {
665                "AuthenticationKey": {
666                    "description": "The secret authentication key for SNMPv3.",
667                    "longDescription": "This property shall contain the key for SNMPv3 authentication.  The value shall be `null` in responses.  This property accepts a passphrase or a hex-encoded key.  If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414.  If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation.  If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414.  The passphrase can contain any printable characters except for the double quotation mark.",
668                    "pattern": "(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{24,96})|(^\\*+$)",
669                    "readonly": false,
670                    "type": [
671                        "string",
672                        "null"
673                    ],
674                    "versionAdded": "v1_7_0",
675                    "writeOnly": true
676                },
677                "AuthenticationKeySet": {
678                    "description": "Indicates if the `AuthenticationKey` property is set.",
679                    "longDescription": "This property shall contain `true` if a valid value was provided for the `AuthenticationKey` property.  Otherwise, the property shall contain `false`.",
680                    "readonly": true,
681                    "type": "boolean",
682                    "versionAdded": "v1_10_0"
683                },
684                "AuthenticationProtocol": {
685                    "anyOf": [
686                        {
687                            "$ref": "#/definitions/SNMPAuthenticationProtocols"
688                        },
689                        {
690                            "type": "null"
691                        }
692                    ],
693                    "description": "The authentication protocol for SNMPv3.",
694                    "longDescription": "This property shall contain the SNMPv3 authentication protocol.",
695                    "readonly": false,
696                    "versionAdded": "v1_7_0"
697                },
698                "EncryptionKey": {
699                    "description": "The secret authentication key for SNMPv3.",
700                    "longDescription": "This property shall contain the key for SNMPv3 encryption.  The value shall be `null` in responses.  This property accepts a passphrase or a hex-encoded key.  If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414.  If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation.  If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414.  The passphrase can contain any printable characters except for the double quotation mark.",
701                    "pattern": "(^[A-Za-z0-9]+$)|(^\\*+$)",
702                    "readonly": false,
703                    "type": [
704                        "string",
705                        "null"
706                    ],
707                    "versionAdded": "v1_7_0",
708                    "writeOnly": true
709                },
710                "EncryptionKeySet": {
711                    "description": "Indicates if the `EncryptionKey` property is set.",
712                    "longDescription": "This property shall contain `true` if a valid value was provided for the `EncryptionKey` property.  Otherwise, the property shall contain `false`.",
713                    "readonly": true,
714                    "type": "boolean",
715                    "versionAdded": "v1_10_0"
716                },
717                "EncryptionProtocol": {
718                    "anyOf": [
719                        {
720                            "$ref": "#/definitions/SNMPEncryptionProtocols"
721                        },
722                        {
723                            "type": "null"
724                        }
725                    ],
726                    "description": "The encryption protocol for SNMPv3.",
727                    "longDescription": "This property shall contain the SNMPv3 encryption protocol.",
728                    "readonly": false,
729                    "versionAdded": "v1_7_0"
730                },
731                "TrapCommunity": {
732                    "description": "The SNMP trap community string.",
733                    "longDescription": "This property shall contain the SNMP trap community string.  The value shall be `null` in responses.",
734                    "readonly": false,
735                    "type": [
736                        "string",
737                        "null"
738                    ],
739                    "versionAdded": "v1_7_0",
740                    "writeOnly": true
741                }
742            },
743            "type": "object"
744        },
745        "SubscriptionType": {
746            "enum": [
747                "RedfishEvent",
748                "SSE",
749                "SNMPTrap",
750                "SNMPInform",
751                "Syslog",
752                "OEM"
753            ],
754            "enumDescriptions": {
755                "OEM": "The subscription is an OEM subscription.",
756                "RedfishEvent": "The subscription follows the Redfish Specification for event notifications.  To send an event notification, a service sends an HTTP `POST` to the subscriber's destination URI.",
757                "SNMPInform": "The subscription follows versions 2 and 3 of SNMP Inform for event notifications.",
758                "SNMPTrap": "The subscription follows the various versions of SNMP Traps for event notifications.",
759                "SSE": "The subscription follows the HTML5 server-sent event definition for event notifications.",
760                "Syslog": "The subscription sends syslog messages for event notifications."
761            },
762            "enumLongDescriptions": {
763                "OEM": "This value shall indicate an OEM subscription type.  The `OEMSubscriptionType` property shall contain the specific OEM subscription type.",
764                "SNMPInform": "This value shall indicate the subscription follows versions 2 and 3 of SNMP Inform for event notifications.  `Protocol` shall specify the appropriate version of SNMP.",
765                "SNMPTrap": "This value shall indicate the subscription follows the various versions of SNMP Traps for event notifications.  `Protocol` shall specify the appropriate version of SNMP.",
766                "Syslog": "This value shall indicate the subscription forwards syslog messages to the event destination.  `Protocol` shall specify the appropriate syslog protocol."
767            },
768            "enumVersionAdded": {
769                "OEM": "v1_9_0",
770                "SNMPInform": "v1_7_0",
771                "SNMPTrap": "v1_7_0",
772                "Syslog": "v1_9_0"
773            },
774            "type": "string"
775        },
776        "SuspendSubscription": {
777            "additionalProperties": false,
778            "description": "This action suspends an event subscription.",
779            "longDescription": "This action shall suspend an event subscription.  No events shall be sent to the event destination until invocation of the `ResumeSubscription` action.  The value of the `State` property within `Status` shall contain `Disabled` for a suspended subscription.  The service may buffer events while the subscription is suspended.",
780            "parameters": {},
781            "patternProperties": {
782                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
783                    "description": "This property shall specify a valid odata or Redfish property.",
784                    "type": [
785                        "array",
786                        "boolean",
787                        "integer",
788                        "number",
789                        "null",
790                        "object",
791                        "string"
792                    ]
793                }
794            },
795            "properties": {
796                "target": {
797                    "description": "Link to invoke action",
798                    "format": "uri-reference",
799                    "type": "string"
800                },
801                "title": {
802                    "description": "Friendly action name",
803                    "type": "string"
804                }
805            },
806            "type": "object",
807            "versionAdded": "v1_12_0"
808        },
809        "SyslogFacility": {
810            "description": "The syslog facility code is an enumeration of program types.",
811            "enum": [
812                "Kern",
813                "User",
814                "Mail",
815                "Daemon",
816                "Auth",
817                "Syslog",
818                "LPR",
819                "News",
820                "UUCP",
821                "Cron",
822                "Authpriv",
823                "FTP",
824                "NTP",
825                "Security",
826                "Console",
827                "SolarisCron",
828                "Local0",
829                "Local1",
830                "Local2",
831                "Local3",
832                "Local4",
833                "Local5",
834                "Local6",
835                "Local7"
836            ],
837            "enumDescriptions": {
838                "Auth": "Security/authentication messages.",
839                "Authpriv": "Security/authentication messages.",
840                "Console": "Log alert.",
841                "Cron": "Clock daemon.",
842                "Daemon": "System daemons.",
843                "FTP": "FTP daemon.",
844                "Kern": "Kernel messages.",
845                "LPR": "Line printer subsystem.",
846                "Local0": "Locally used facility 0.",
847                "Local1": "Locally used facility 1.",
848                "Local2": "Locally used facility 2.",
849                "Local3": "Locally used facility 3.",
850                "Local4": "Locally used facility 4.",
851                "Local5": "Locally used facility 5.",
852                "Local6": "Locally used facility 6.",
853                "Local7": "Locally used facility 7.",
854                "Mail": "Mail system.",
855                "NTP": "NTP subsystem.",
856                "News": "Network news subsystem.",
857                "Security": "Log audit.",
858                "SolarisCron": "Scheduling daemon.",
859                "Syslog": "Messages generated internally by syslogd.",
860                "UUCP": "UUCP subsystem.",
861                "User": "User-level messages."
862            },
863            "longDescription": "This type shall specify the syslog facility codes as program types.  Facility values are described in the RFC5424.",
864            "type": "string"
865        },
866        "SyslogFilter": {
867            "additionalProperties": false,
868            "description": "A syslog filter.",
869            "longDescription": "This type shall contain the filter for a syslog message.  The filter shall describe the desired syslog message to forward to a remote syslog server.",
870            "patternProperties": {
871                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
872                    "description": "This property shall specify a valid odata or Redfish property.",
873                    "type": [
874                        "array",
875                        "boolean",
876                        "integer",
877                        "number",
878                        "null",
879                        "object",
880                        "string"
881                    ]
882                }
883            },
884            "properties": {
885                "LogFacilities": {
886                    "description": "The types of programs that can log messages.",
887                    "items": {
888                        "anyOf": [
889                            {
890                                "$ref": "#/definitions/SyslogFacility"
891                            },
892                            {
893                                "type": "null"
894                            }
895                        ]
896                    },
897                    "longDescription": "This property shall contain the types of programs that can log messages.  If this property contains an empty array or is absent, all facilities shall be indicated.",
898                    "readonly": false,
899                    "type": "array",
900                    "versionAdded": "v1_9_0"
901                },
902                "LowestSeverity": {
903                    "anyOf": [
904                        {
905                            "$ref": "#/definitions/SyslogSeverity"
906                        },
907                        {
908                            "type": "null"
909                        }
910                    ],
911                    "description": "The lowest severity level message that will be forwarded.",
912                    "longDescription": "This property shall contain the lowest syslog severity level that will be forwarded.  The service shall forward all messages equal to or greater than the value in this property.  The value `All` shall indicate all severities.",
913                    "readonly": false,
914                    "versionAdded": "v1_9_0"
915                }
916            },
917            "type": "object"
918        },
919        "SyslogSeverity": {
920            "description": "The syslog severity is an application-specific rating used to describe the urgency of the message.",
921            "enum": [
922                "Emergency",
923                "Alert",
924                "Critical",
925                "Error",
926                "Warning",
927                "Notice",
928                "Informational",
929                "Debug",
930                "All"
931            ],
932            "enumDescriptions": {
933                "Alert": "A condition that should be corrected immediately, such as a corrupted system database.",
934                "All": "A message of any severity.",
935                "Critical": "Hard device errors.",
936                "Debug": "Messages that contain information normally of use only when debugging a program.",
937                "Emergency": "A panic condition.",
938                "Error": "An Error.",
939                "Informational": "Informational only.",
940                "Notice": "Conditions that are not error conditions, but that might require special handling.",
941                "Warning": "A Warning."
942            },
943            "longDescription": "This type shall specify the syslog severity levels as an application-specific rating used to describe the urgency of the message.  `Emergency` should be reserved for messages indicating the system is unusable and `Debug` should only be used when debugging a program.  Severity values are described in RFC5424.",
944            "type": "string"
945        }
946    },
947    "language": "en",
948    "owningEntity": "DMTF",
949    "release": "2023.3",
950    "title": "#EventDestination.v1_14_1.EventDestination"
951}