1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/EventService.v1_10_2.json",
3    "$ref": "#/definitions/EventService",
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                "#EventService.SubmitTestEvent": {
27                    "$ref": "#/definitions/SubmitTestEvent"
28                },
29                "#EventService.TestEventSubscription": {
30                    "$ref": "#/definitions/TestEventSubscription"
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                }
37            },
38            "type": "object"
39        },
40        "EventService": {
41            "additionalProperties": false,
42            "description": "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.",
43            "longDescription": "This resource shall represent an event service for a Redfish implementation.",
44            "patternProperties": {
45                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
46                    "description": "This property shall specify a valid odata or Redfish property.",
47                    "type": [
48                        "array",
49                        "boolean",
50                        "integer",
51                        "number",
52                        "null",
53                        "object",
54                        "string"
55                    ]
56                }
57            },
58            "properties": {
59                "@odata.context": {
60                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
61                },
62                "@odata.etag": {
63                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
64                },
65                "@odata.id": {
66                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
67                },
68                "@odata.type": {
69                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
70                },
71                "Actions": {
72                    "$ref": "#/definitions/Actions",
73                    "description": "The available actions for this resource.",
74                    "longDescription": "This property shall contain the available actions for this resource."
75                },
76                "DeliveryRetryAttempts": {
77                    "description": "The number of times that the `POST` of an event is retried before the subscription terminates.  This retry occurs at the service level, which means that the HTTP `POST` to the event destination fails with an HTTP `4XX` or `5XX` status code or an HTTP timeout occurs this many times before the event destination subscription terminates.",
78                    "longDescription": "This property shall contain the number of times that the `POST` of an event is retried before the subscription terminates.  This retry occurs at the service level, which means that the HTTP `POST` to the event destination fails with an HTTP `4XX` or `5XX` status code or an HTTP timeout occurs this many times before the event destination subscription terminates.",
79                    "readonly": false,
80                    "type": "integer"
81                },
82                "DeliveryRetryIntervalSeconds": {
83                    "description": "The interval, in seconds, between retry attempts for sending any event.",
84                    "longDescription": "This property shall contain the interval, in seconds, between the retry attempts for any event sent to the subscription destination.",
85                    "readonly": false,
86                    "type": "integer",
87                    "units": "s"
88                },
89                "Description": {
90                    "anyOf": [
91                        {
92                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
93                        },
94                        {
95                            "type": "null"
96                        }
97                    ],
98                    "readonly": true
99                },
100                "EventFormatTypes": {
101                    "description": "The content types of the message that this service can send to the event destination.",
102                    "items": {
103                        "anyOf": [
104                            {
105                                "$ref": "http://redfish.dmtf.org/schemas/v1/EventDestination.json#/definitions/EventFormatType"
106                            },
107                            {
108                                "type": "null"
109                            }
110                        ]
111                    },
112                    "longDescription": "This property shall contain the content types of the message that this service can send to the event destination.  If this property is not present, the `EventFormatType` shall be assumed to be `Event`.",
113                    "readonly": true,
114                    "type": "array",
115                    "versionAdded": "v1_2_0"
116                },
117                "EventTypesForSubscription": {
118                    "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.",
119                    "description": "The types of events to which a client can subscribe.",
120                    "items": {
121                        "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType"
122                    },
123                    "longDescription": "This property shall contain the types of events to which a client can subscribe.  The semantics associated with the enumeration values are defined in the Redfish Specification.",
124                    "readonly": true,
125                    "type": "array",
126                    "versionDeprecated": "v1_3_0"
127                },
128                "ExcludeMessageId": {
129                    "description": "An indication of whether the service supports filtering by the `ExcludeMessageIds` property.",
130                    "longDescription": "This property shall indicate whether this service supports filtering by the `ExcludeMessageIds` property.",
131                    "readonly": true,
132                    "type": "boolean",
133                    "versionAdded": "v1_8_0"
134                },
135                "ExcludeRegistryPrefix": {
136                    "description": "An indication of whether the service supports filtering by the `ExcludeRegistryPrefixes` property.",
137                    "longDescription": "This property shall indicate whether this service supports filtering by the `ExcludeRegistryPrefixes` property.",
138                    "readonly": true,
139                    "type": "boolean",
140                    "versionAdded": "v1_8_0"
141                },
142                "Id": {
143                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
144                    "readonly": true
145                },
146                "IncludeOriginOfConditionSupported": {
147                    "description": "An indication of whether the service supports including the resource payload of the origin of condition in the event payload.",
148                    "longDescription": "This property shall indicate whether the service supports including the resource payload of the origin of condition in the event payload.  If `true`, event subscriptions are allowed to specify the `IncludeOriginOfCondition` property.",
149                    "readonly": true,
150                    "type": [
151                        "boolean",
152                        "null"
153                    ],
154                    "versionAdded": "v1_6_0"
155                },
156                "Name": {
157                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
158                    "readonly": true
159                },
160                "Oem": {
161                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
162                    "description": "The OEM extension property.",
163                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
164                },
165                "RegistryPrefixes": {
166                    "description": "The list of the prefixes of the message registries that can be used for the `RegistryPrefixes` or `ExcludeRegistryPrefixes` properties on a subscription.  If this property is absent or contains an empty array, the service does not support registry prefix-based subscriptions.",
167                    "items": {
168                        "type": [
169                            "string",
170                            "null"
171                        ]
172                    },
173                    "longDescription": "This property shall contain the array of the prefixes of the message registries that shall be allowed or excluded for an event subscription.",
174                    "readonly": true,
175                    "type": "array",
176                    "versionAdded": "v1_2_0"
177                },
178                "ResourceTypes": {
179                    "description": "The list of `@odata.type` values, or schema names, that can be specified in the `ResourceTypes` array in a subscription.  If this property is absent or contains an empty array, the service does not support resource type-based subscriptions.",
180                    "items": {
181                        "type": [
182                            "string",
183                            "null"
184                        ]
185                    },
186                    "longDescription": "This property shall specify an array of the valid `@odata.type` values that can be used for an event subscription.",
187                    "readonly": true,
188                    "type": "array",
189                    "versionAdded": "v1_2_0"
190                },
191                "SMTP": {
192                    "$ref": "#/definitions/SMTP",
193                    "description": "Settings for SMTP event delivery.",
194                    "longDescription": "This property shall contain settings for SMTP event delivery.",
195                    "versionAdded": "v1_5_0"
196                },
197                "SSEFilterPropertiesSupported": {
198                    "$ref": "#/definitions/SSEFilterPropertiesSupported",
199                    "description": "The set of properties that are supported in the `$filter` query parameter for the `ServerSentEventUri`.",
200                    "longDescription": "This property shall contain the properties that are supported in the `$filter` query parameter for the URI indicated by the `ServerSentEventUri` property, as described by the Redfish Specification.",
201                    "versionAdded": "v1_2_0"
202                },
203                "ServerSentEventUri": {
204                    "description": "The link to a URI for receiving Server-Sent Event representations for the events that this service generates.",
205                    "format": "uri-reference",
206                    "longDescription": "This property shall contain a URI that specifies an HTML5 Server-Sent Event-conformant endpoint.",
207                    "readonly": true,
208                    "type": "string",
209                    "versionAdded": "v1_1_0"
210                },
211                "ServiceEnabled": {
212                    "description": "An indication of whether this service is enabled.  If `false`, events are no longer published, new SSE connections cannot be established, and existing SSE connections are terminated.",
213                    "longDescription": "This property shall indicate whether this service is enabled.  If `false`, events are no longer published, new SSE connections cannot be established, and existing SSE connections are terminated.",
214                    "readonly": false,
215                    "type": [
216                        "boolean",
217                        "null"
218                    ]
219                },
220                "Severities": {
221                    "description": "The list of severities that can be specified in the `Severities` array in a subscription.",
222                    "items": {
223                        "anyOf": [
224                            {
225                                "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Health"
226                            },
227                            {
228                                "type": "null"
229                            }
230                        ]
231                    },
232                    "longDescription": "This property shall specify an array of the allowable severities that can be used for an event subscription.  If this property is absent or contains an empty array, the service does not support severity-based subscriptions.",
233                    "readonly": true,
234                    "type": "array",
235                    "versionAdded": "v1_9_0"
236                },
237                "Status": {
238                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
239                    "description": "The status and health of the resource and its subordinate or dependent resources.",
240                    "longDescription": "This property shall contain any status or health properties of the resource."
241                },
242                "SubordinateResourcesSupported": {
243                    "description": "An indication of whether the service supports the `SubordinateResources` property on both event subscriptions and generated events.",
244                    "longDescription": "This property shall indicate whether the service supports the `SubordinateResources` property on both event subscriptions and generated events.",
245                    "readonly": true,
246                    "type": [
247                        "boolean",
248                        "null"
249                    ],
250                    "versionAdded": "v1_2_0"
251                },
252                "Subscriptions": {
253                    "$ref": "http://redfish.dmtf.org/schemas/v1/EventDestinationCollection.json#/definitions/EventDestinationCollection",
254                    "description": "The link to a collection of event destinations.",
255                    "longDescription": "This property shall contain the link to a resource collection of type `EventDestinationCollection`.",
256                    "readonly": true
257                }
258            },
259            "required": [
260                "@odata.id",
261                "@odata.type",
262                "Id",
263                "Name"
264            ],
265            "type": "object"
266        },
267        "OemActions": {
268            "additionalProperties": true,
269            "description": "The available OEM-specific actions for this resource.",
270            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
271            "patternProperties": {
272                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
273                    "description": "This property shall specify a valid odata or Redfish property.",
274                    "type": [
275                        "array",
276                        "boolean",
277                        "integer",
278                        "number",
279                        "null",
280                        "object",
281                        "string"
282                    ]
283                }
284            },
285            "properties": {},
286            "type": "object"
287        },
288        "SMTP": {
289            "additionalProperties": false,
290            "description": "Settings for SMTP event delivery.",
291            "longDescription": "This type shall contain settings for SMTP event delivery.",
292            "patternProperties": {
293                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
294                    "description": "This property shall specify a valid odata or Redfish property.",
295                    "type": [
296                        "array",
297                        "boolean",
298                        "integer",
299                        "number",
300                        "null",
301                        "object",
302                        "string"
303                    ]
304                }
305            },
306            "properties": {
307                "Authentication": {
308                    "anyOf": [
309                        {
310                            "$ref": "#/definitions/SMTPAuthenticationMethods"
311                        },
312                        {
313                            "type": "null"
314                        }
315                    ],
316                    "description": "The authentication method for the SMTP server.",
317                    "longDescription": "This property shall contain the authentication method for the SMTP server.",
318                    "readonly": false,
319                    "versionAdded": "v1_5_0"
320                },
321                "ConnectionProtocol": {
322                    "anyOf": [
323                        {
324                            "$ref": "#/definitions/SMTPConnectionProtocol"
325                        },
326                        {
327                            "type": "null"
328                        }
329                    ],
330                    "description": "The connection type to the outgoing SMTP server.",
331                    "longDescription": "This property shall contain the connection type to the outgoing SMTP server.",
332                    "readonly": false,
333                    "versionAdded": "v1_5_0"
334                },
335                "FromAddress": {
336                    "description": "The 'from' email address of the outgoing email.",
337                    "longDescription": "This property shall contain the email address to use for the 'from' field in an outgoing email.",
338                    "readonly": false,
339                    "type": [
340                        "string",
341                        "null"
342                    ],
343                    "versionAdded": "v1_5_0"
344                },
345                "Password": {
346                    "description": "The password for authentication with the SMTP server.  The value is `null` in responses.",
347                    "longDescription": "This property shall contain the password for authentication with the SMTP server.  The value shall be `null` in responses.",
348                    "readonly": false,
349                    "type": [
350                        "string",
351                        "null"
352                    ],
353                    "versionAdded": "v1_5_0",
354                    "writeOnly": true
355                },
356                "PasswordSet": {
357                    "description": "Indicates if the `Password` property is set.",
358                    "longDescription": "This property shall contain `true` if a valid value was provided for the `Password` property.  Otherwise, the property shall contain `false`.",
359                    "readonly": true,
360                    "type": "boolean",
361                    "versionAdded": "v1_9_0"
362                },
363                "Port": {
364                    "description": "The destination SMTP port.",
365                    "longDescription": "This property shall contain the destination port for the SMTP server.",
366                    "maximum": 65535,
367                    "minimum": 0,
368                    "readonly": false,
369                    "type": [
370                        "integer",
371                        "null"
372                    ],
373                    "versionAdded": "v1_5_0"
374                },
375                "ServerAddress": {
376                    "description": "The address of the SMTP server.",
377                    "longDescription": "This property shall contain the address of the SMTP server for outgoing email.",
378                    "readonly": false,
379                    "type": [
380                        "string",
381                        "null"
382                    ],
383                    "versionAdded": "v1_5_0"
384                },
385                "ServiceEnabled": {
386                    "description": "An indication if SMTP for event delivery is enabled.",
387                    "longDescription": "This property shall indicate if SMTP for event delivery is enabled.",
388                    "readonly": false,
389                    "type": [
390                        "boolean",
391                        "null"
392                    ],
393                    "versionAdded": "v1_5_0"
394                },
395                "Username": {
396                    "description": "The username for authentication with the SMTP server.",
397                    "longDescription": "This property shall contain the username for authentication with the SMTP server.",
398                    "readonly": false,
399                    "type": [
400                        "string",
401                        "null"
402                    ],
403                    "versionAdded": "v1_5_0"
404                }
405            },
406            "type": "object"
407        },
408        "SMTPAuthenticationMethods": {
409            "enum": [
410                "None",
411                "AutoDetect",
412                "Plain",
413                "Login",
414                "CRAM_MD5"
415            ],
416            "enumDeprecated": {
417                "Login": "This value has been deprecated in favor of `Plain`, which supersedes the LOGIN authentication method for SASL."
418            },
419            "enumDescriptions": {
420                "AutoDetect": "Auto-detect.",
421                "CRAM_MD5": "CRAM-MD5 authentication.",
422                "Login": "LOGIN authentication.",
423                "None": "No authentication.",
424                "Plain": "PLAIN authentication."
425            },
426            "enumLongDescriptions": {
427                "AutoDetect": "This value shall indicate authentication is auto-detected.",
428                "CRAM_MD5": "This value shall indicate authentication conforms to the RFC4954-defined AUTH CRAM-MD5 mechanism.",
429                "Login": "This value shall indicate authentication conforms to the RFC4954-defined AUTH LOGIN mechanism.",
430                "None": "This value shall indicate authentication is not required.",
431                "Plain": "This value shall indicate authentication conforms to the RFC4954-defined AUTH PLAIN mechanism."
432            },
433            "enumVersionDeprecated": {
434                "Login": "v1_7_0"
435            },
436            "type": "string"
437        },
438        "SMTPConnectionProtocol": {
439            "enum": [
440                "None",
441                "AutoDetect",
442                "StartTLS",
443                "TLS_SSL"
444            ],
445            "enumDescriptions": {
446                "AutoDetect": "Auto-detect.",
447                "None": "Clear text.",
448                "StartTLS": "StartTLS.",
449                "TLS_SSL": "TLS/SSL."
450            },
451            "enumLongDescriptions": {
452                "AutoDetect": "This value shall indicate the connection is auto-detected.",
453                "None": "This value shall indicate the connection is in clear text.",
454                "StartTLS": "This value shall indicate the connection conforms to the RFC3207-defined StartTLS extension.",
455                "TLS_SSL": "This value shall indicate the connection is TLS/SSL."
456            },
457            "type": "string"
458        },
459        "SSEFilterPropertiesSupported": {
460            "additionalProperties": false,
461            "description": "The set of properties that are supported in the `$filter` query parameter for the `ServerSentEventUri`.",
462            "longDescription": "The type shall contain a set of properties that are supported in the `$filter` query parameter for the URI indicated by the `ServerSentEventUri` property, as described by the Redfish Specification.",
463            "patternProperties": {
464                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
465                    "description": "This property shall specify a valid odata or Redfish property.",
466                    "type": [
467                        "array",
468                        "boolean",
469                        "integer",
470                        "number",
471                        "null",
472                        "object",
473                        "string"
474                    ]
475                }
476            },
477            "properties": {
478                "EventFormatType": {
479                    "description": "An indication of whether the service supports filtering by the `EventFormatType` property.",
480                    "longDescription": "This property shall indicate whether this service supports filtering by the `EventFormatType` property.",
481                    "readonly": true,
482                    "type": "boolean",
483                    "versionAdded": "v1_2_0"
484                },
485                "EventType": {
486                    "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.",
487                    "description": "An indication of whether the service supports filtering by the `EventTypes` property.",
488                    "longDescription": "This property shall indicate whether this service supports filtering by the `EventTypes` property.",
489                    "readonly": true,
490                    "type": "boolean",
491                    "versionAdded": "v1_2_0",
492                    "versionDeprecated": "v1_3_0"
493                },
494                "MessageId": {
495                    "description": "An indication of whether the service supports filtering by the `MessageIds` property.",
496                    "longDescription": "This property shall indicate whether this service supports filtering by the `MessageIds` property.",
497                    "readonly": true,
498                    "type": "boolean",
499                    "versionAdded": "v1_2_0"
500                },
501                "MetricReportDefinition": {
502                    "description": "An indication of whether the service supports filtering by the `MetricReportDefinitions` property.",
503                    "longDescription": "This property shall indicate whether this service supports filtering by the `MetricReportDefinitions` property.",
504                    "readonly": true,
505                    "type": "boolean",
506                    "versionAdded": "v1_2_0"
507                },
508                "OriginResource": {
509                    "description": "An indication of whether the service supports filtering by the `OriginResources` property.",
510                    "longDescription": "This property shall indicate whether this service supports filtering by the `OriginResources` property.",
511                    "readonly": true,
512                    "type": "boolean",
513                    "versionAdded": "v1_2_0"
514                },
515                "RegistryPrefix": {
516                    "description": "An indication of whether the service supports filtering by the `RegistryPrefixes` property.",
517                    "longDescription": "This property shall indicate whether this service supports filtering by the `RegistryPrefixes` property.",
518                    "readonly": true,
519                    "type": "boolean",
520                    "versionAdded": "v1_2_0"
521                },
522                "ResourceType": {
523                    "description": "An indication of whether the service supports filtering by the `ResourceTypes` property.",
524                    "longDescription": "This property shall indicate whether this service supports filtering by the `ResourceTypes` property.",
525                    "readonly": true,
526                    "type": "boolean",
527                    "versionAdded": "v1_2_0"
528                },
529                "SubordinateResources": {
530                    "description": "An indication of whether the service supports filtering by the `SubordinateResources` property.",
531                    "longDescription": "This property shall indicate whether this service supports filtering by the `SubordinateResources` property.",
532                    "readonly": true,
533                    "type": "boolean",
534                    "versionAdded": "v1_4_0"
535                }
536            },
537            "type": "object"
538        },
539        "SubmitTestEvent": {
540            "additionalProperties": false,
541            "description": "This action generates a test event.",
542            "longDescription": "This action shall add a test event to the event service with the event data specified in the action parameters.  Then, this message should be sent to any appropriate event destinations.",
543            "parameters": {
544                "EventGroupId": {
545                    "description": "The group identifier for the event.",
546                    "longDescription": "The parameter shall contain the group identifier for the event.  It has the same semantics as the `EventGroupId` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `EventGroupId` property.",
547                    "type": "integer",
548                    "versionAdded": "v1_3_0"
549                },
550                "EventId": {
551                    "description": "The ID for the event to add.",
552                    "longDescription": "This parameter shall have the same semantics as the `EventId` property in the `Event` schema for Redfish.  A service can ignore this value and replace it with its own.  If not provided by the client, the resulting event may contain a service-defined `EventId` property.",
553                    "type": "string"
554                },
555                "EventTimestamp": {
556                    "description": "The date and time for the event to add.",
557                    "format": "date-time",
558                    "longDescription": "This parameter shall contain the date and time for the event to add and have the same semantics as the `EventTimestamp` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `EventTimestamp` property.",
559                    "type": "string"
560                },
561                "EventType": {
562                    "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType",
563                    "deprecated": "This parameter 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.",
564                    "description": "The type for the event to add.",
565                    "longDescription": "This parameter shall contain the property name for which the following allowable values apply.  If not provided by the client, the resulting event should not contain the `EventType` property.",
566                    "versionDeprecated": "v1_3_0"
567                },
568                "Message": {
569                    "description": "The human-readable message for the event to add.",
570                    "longDescription": "This parameter shall have the same semantics as the `Message` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `Message` property.",
571                    "type": "string"
572                },
573                "MessageArgs": {
574                    "description": "An array of message arguments for the event to add.",
575                    "items": {
576                        "type": "string"
577                    },
578                    "longDescription": "This parameter shall have the same semantics as the `MessageArgs` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `MessageArgs` property.",
579                    "type": "array"
580                },
581                "MessageId": {
582                    "description": "The `MessageId` for the event to add.",
583                    "longDescription": "This parameter shall contain the `MessageId` for the event to add and have the same semantics as the `MessageId` property in the `Event` schema for Redfish.  Services should accept arbitrary values for this parameter that match that match the defined pattern.",
584                    "pattern": "^\\w+\\.\\d+\\.\\d+\\.\\w+$",
585                    "requiredParameter": true,
586                    "type": "string"
587                },
588                "MessageSeverity": {
589                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Health",
590                    "description": "The severity for the event to add.",
591                    "longDescription": "This property shall contain the severity for the event to add and have the same semantics as the `MessageSeverity` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `MessageSeverity` property.",
592                    "versionAdded": "v1_10_0"
593                },
594                "OriginOfCondition": {
595                    "description": "The URL in the `OriginOfCondition` property of the event to add.  It is not a reference object.",
596                    "format": "uri-reference",
597                    "longDescription": "This parameter shall be a string that represents the URL contained by the `OriginOfCondition` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `OriginOfCondition` property.",
598                    "type": "string"
599                },
600                "Severity": {
601                    "description": "The severity for the event to add.",
602                    "longDescription": "This parameter shall contain the severity for the event to add and have the same semantics as the `Severity` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `Severity` property.",
603                    "type": "string"
604                }
605            },
606            "patternProperties": {
607                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
608                    "description": "This property shall specify a valid odata or Redfish property.",
609                    "type": [
610                        "array",
611                        "boolean",
612                        "integer",
613                        "number",
614                        "null",
615                        "object",
616                        "string"
617                    ]
618                }
619            },
620            "properties": {
621                "target": {
622                    "description": "Link to invoke action",
623                    "format": "uri-reference",
624                    "type": "string"
625                },
626                "title": {
627                    "description": "Friendly action name",
628                    "type": "string"
629                }
630            },
631            "type": "object"
632        },
633        "TestEventSubscription": {
634            "additionalProperties": false,
635            "description": "This action generates a test event using the pre-defined test message.",
636            "longDescription": "This action shall send an event containing the `TestMessage` message from the Resource Event Message Registry to all appropriate event destinations.",
637            "parameters": {},
638            "patternProperties": {
639                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
640                    "description": "This property shall specify a valid odata or Redfish property.",
641                    "type": [
642                        "array",
643                        "boolean",
644                        "integer",
645                        "number",
646                        "null",
647                        "object",
648                        "string"
649                    ]
650                }
651            },
652            "properties": {
653                "target": {
654                    "description": "Link to invoke action",
655                    "format": "uri-reference",
656                    "type": "string"
657                },
658                "title": {
659                    "description": "Friendly action name",
660                    "type": "string"
661                }
662            },
663            "type": "object",
664            "versionAdded": "v1_10_0"
665        }
666    },
667    "language": "en",
668    "owningEntity": "DMTF",
669    "release": "2023.1",
670    "title": "#EventService.v1_10_2.EventService"
671}