xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/Event.v1_11_1.json (revision d125652e8a30dfeaad88bbfa5b1e04a80610469c)
1*d125652eSGunnar Mills{
2*d125652eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/Event.v1_11_1.json",
3*d125652eSGunnar Mills    "$ref": "#/definitions/Event",
4*d125652eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*d125652eSGunnar Mills    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*d125652eSGunnar Mills    "definitions": {
7*d125652eSGunnar Mills        "Actions": {
8*d125652eSGunnar Mills            "additionalProperties": false,
9*d125652eSGunnar Mills            "description": "The available actions for this resource.",
10*d125652eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*d125652eSGunnar Mills            "patternProperties": {
12*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*d125652eSGunnar Mills                    "type": [
15*d125652eSGunnar Mills                        "array",
16*d125652eSGunnar Mills                        "boolean",
17*d125652eSGunnar Mills                        "integer",
18*d125652eSGunnar Mills                        "number",
19*d125652eSGunnar Mills                        "null",
20*d125652eSGunnar Mills                        "object",
21*d125652eSGunnar Mills                        "string"
22*d125652eSGunnar Mills                    ]
23*d125652eSGunnar Mills                }
24*d125652eSGunnar Mills            },
25*d125652eSGunnar Mills            "properties": {
26*d125652eSGunnar Mills                "Oem": {
27*d125652eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28*d125652eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29*d125652eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
30*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
31*d125652eSGunnar Mills                }
32*d125652eSGunnar Mills            },
33*d125652eSGunnar Mills            "type": "object"
34*d125652eSGunnar Mills        },
35*d125652eSGunnar Mills        "CPER": {
36*d125652eSGunnar Mills            "additionalProperties": false,
37*d125652eSGunnar Mills            "description": "Details for a CPER section or record associated with an event.",
38*d125652eSGunnar Mills            "longDescription": "This object shall contain the details for a CPER section or record that is the source of an event.",
39*d125652eSGunnar Mills            "patternProperties": {
40*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
41*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
42*d125652eSGunnar Mills                    "type": [
43*d125652eSGunnar Mills                        "array",
44*d125652eSGunnar Mills                        "boolean",
45*d125652eSGunnar Mills                        "integer",
46*d125652eSGunnar Mills                        "number",
47*d125652eSGunnar Mills                        "null",
48*d125652eSGunnar Mills                        "object",
49*d125652eSGunnar Mills                        "string"
50*d125652eSGunnar Mills                    ]
51*d125652eSGunnar Mills                }
52*d125652eSGunnar Mills            },
53*d125652eSGunnar Mills            "properties": {
54*d125652eSGunnar Mills                "NotificationType": {
55*d125652eSGunnar Mills                    "description": "The CPER Notification Type for a CPER record.",
56*d125652eSGunnar Mills                    "longDescription": "This property shall contain the CPER Notification Type for a CPER record that corresponds to the contents of the `DiagnosticData` property or data retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall only be present if `DiagnosticDataType` contains `CPER`.",
57*d125652eSGunnar Mills                    "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
58*d125652eSGunnar Mills                    "readonly": true,
59*d125652eSGunnar Mills                    "type": [
60*d125652eSGunnar Mills                        "string",
61*d125652eSGunnar Mills                        "null"
62*d125652eSGunnar Mills                    ],
63*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
64*d125652eSGunnar Mills                },
65*d125652eSGunnar Mills                "Oem": {
66*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
67*d125652eSGunnar Mills                    "description": "The OEM extension property.",
68*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements.",
69*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
70*d125652eSGunnar Mills                },
71*d125652eSGunnar Mills                "SectionType": {
72*d125652eSGunnar Mills                    "description": "The CPER Section Type.",
73*d125652eSGunnar Mills                    "longDescription": "This property shall contain the CPER Section Type for a CPER section that corresponds to the contents of the `DiagnosticData` property or data retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall only be present if `DiagnosticDataType` contains `CPERSection`.",
74*d125652eSGunnar Mills                    "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
75*d125652eSGunnar Mills                    "readonly": true,
76*d125652eSGunnar Mills                    "type": [
77*d125652eSGunnar Mills                        "string",
78*d125652eSGunnar Mills                        "null"
79*d125652eSGunnar Mills                    ],
80*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
81*d125652eSGunnar Mills                }
82*d125652eSGunnar Mills            },
83*d125652eSGunnar Mills            "type": "object"
84*d125652eSGunnar Mills        },
85*d125652eSGunnar Mills        "DiagnosticDataTypes": {
86*d125652eSGunnar Mills            "enum": [
87*d125652eSGunnar Mills                "Manager",
88*d125652eSGunnar Mills                "PreOS",
89*d125652eSGunnar Mills                "OS",
90*d125652eSGunnar Mills                "OEM",
91*d125652eSGunnar Mills                "CPER",
92*d125652eSGunnar Mills                "CPERSection"
93*d125652eSGunnar Mills            ],
94*d125652eSGunnar Mills            "enumDescriptions": {
95*d125652eSGunnar Mills                "CPER": "UEFI Common Platform Error Record.",
96*d125652eSGunnar Mills                "CPERSection": "A Section of a UEFI Common Platform Error Record.",
97*d125652eSGunnar Mills                "Manager": "Manager diagnostic data.",
98*d125652eSGunnar Mills                "OEM": "OEM diagnostic data.",
99*d125652eSGunnar Mills                "OS": "Operating system (OS) diagnostic data.",
100*d125652eSGunnar Mills                "PreOS": "Pre-OS diagnostic data."
101*d125652eSGunnar Mills            },
102*d125652eSGunnar Mills            "enumLongDescriptions": {
103*d125652eSGunnar Mills                "CPER": "This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property is a complete UEFI Specification-defined Common Platform Error Record.  The CPER data shall contain a Record Header and at least one Section as defined by the UEFI Specification.",
104*d125652eSGunnar Mills                "CPERSection": "This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property is a single Section of a UEFI Specification-defined Common Platform Error Record.  The CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header."
105*d125652eSGunnar Mills            },
106*d125652eSGunnar Mills            "type": "string"
107*d125652eSGunnar Mills        },
108*d125652eSGunnar Mills        "Event": {
109*d125652eSGunnar Mills            "additionalProperties": false,
110*d125652eSGunnar Mills            "description": "The `Event` schema describes the JSON payload received by an event destination, which has subscribed to event notification, when events occur.  This resource contains data about events, including descriptions, severity, and a message identifier to a message registry that can be accessed for further information.",
111*d125652eSGunnar Mills            "longDescription": "This resource contains an event for a Redfish implementation.",
112*d125652eSGunnar Mills            "patternProperties": {
113*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
114*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
115*d125652eSGunnar Mills                    "type": [
116*d125652eSGunnar Mills                        "array",
117*d125652eSGunnar Mills                        "boolean",
118*d125652eSGunnar Mills                        "integer",
119*d125652eSGunnar Mills                        "number",
120*d125652eSGunnar Mills                        "null",
121*d125652eSGunnar Mills                        "object",
122*d125652eSGunnar Mills                        "string"
123*d125652eSGunnar Mills                    ]
124*d125652eSGunnar Mills                }
125*d125652eSGunnar Mills            },
126*d125652eSGunnar Mills            "properties": {
127*d125652eSGunnar Mills                "@odata.context": {
128*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
129*d125652eSGunnar Mills                },
130*d125652eSGunnar Mills                "@odata.type": {
131*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
132*d125652eSGunnar Mills                },
133*d125652eSGunnar Mills                "Actions": {
134*d125652eSGunnar Mills                    "$ref": "#/definitions/Actions",
135*d125652eSGunnar Mills                    "description": "The available actions for this resource.",
136*d125652eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
137*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
138*d125652eSGunnar Mills                },
139*d125652eSGunnar Mills                "Context": {
140*d125652eSGunnar Mills                    "description": "A context can be supplied at subscription time.  This property is the context value supplied by the subscriber.",
141*d125652eSGunnar Mills                    "longDescription": "This property shall contain a client supplied context for the event destination to which this event is being sent.",
142*d125652eSGunnar Mills                    "readonly": true,
143*d125652eSGunnar Mills                    "type": "string",
144*d125652eSGunnar Mills                    "versionAdded": "v1_1_0"
145*d125652eSGunnar Mills                },
146*d125652eSGunnar Mills                "Description": {
147*d125652eSGunnar Mills                    "anyOf": [
148*d125652eSGunnar Mills                        {
149*d125652eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
150*d125652eSGunnar Mills                        },
151*d125652eSGunnar Mills                        {
152*d125652eSGunnar Mills                            "type": "null"
153*d125652eSGunnar Mills                        }
154*d125652eSGunnar Mills                    ],
155*d125652eSGunnar Mills                    "readonly": true
156*d125652eSGunnar Mills                },
157*d125652eSGunnar Mills                "Events": {
158*d125652eSGunnar Mills                    "autoExpand": true,
159*d125652eSGunnar Mills                    "description": "Each event in this array has a set of properties that describe the event.  Because this is an array, more than one event can be sent simultaneously.",
160*d125652eSGunnar Mills                    "items": {
161*d125652eSGunnar Mills                        "$ref": "#/definitions/EventRecord"
162*d125652eSGunnar Mills                    },
163*d125652eSGunnar Mills                    "longDescription": "This property shall contain an array of objects that represent the occurrence of one or more events.",
164*d125652eSGunnar Mills                    "type": "array"
165*d125652eSGunnar Mills                },
166*d125652eSGunnar Mills                "Events@odata.count": {
167*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
168*d125652eSGunnar Mills                },
169*d125652eSGunnar Mills                "Id": {
170*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
171*d125652eSGunnar Mills                    "readonly": true
172*d125652eSGunnar Mills                },
173*d125652eSGunnar Mills                "Name": {
174*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
175*d125652eSGunnar Mills                    "readonly": true
176*d125652eSGunnar Mills                },
177*d125652eSGunnar Mills                "Oem": {
178*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
179*d125652eSGunnar Mills                    "description": "The OEM extension property.",
180*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
181*d125652eSGunnar Mills                }
182*d125652eSGunnar Mills            },
183*d125652eSGunnar Mills            "required": [
184*d125652eSGunnar Mills                "Events",
185*d125652eSGunnar Mills                "@odata.type",
186*d125652eSGunnar Mills                "Id",
187*d125652eSGunnar Mills                "Name"
188*d125652eSGunnar Mills            ],
189*d125652eSGunnar Mills            "type": "object"
190*d125652eSGunnar Mills        },
191*d125652eSGunnar Mills        "EventRecord": {
192*d125652eSGunnar Mills            "additionalProperties": false,
193*d125652eSGunnar Mills            "patternProperties": {
194*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
195*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
196*d125652eSGunnar Mills                    "type": [
197*d125652eSGunnar Mills                        "array",
198*d125652eSGunnar Mills                        "boolean",
199*d125652eSGunnar Mills                        "integer",
200*d125652eSGunnar Mills                        "number",
201*d125652eSGunnar Mills                        "null",
202*d125652eSGunnar Mills                        "object",
203*d125652eSGunnar Mills                        "string"
204*d125652eSGunnar Mills                    ]
205*d125652eSGunnar Mills                }
206*d125652eSGunnar Mills            },
207*d125652eSGunnar Mills            "properties": {
208*d125652eSGunnar Mills                "Actions": {
209*d125652eSGunnar Mills                    "$ref": "#/definitions/EventRecordActions",
210*d125652eSGunnar Mills                    "description": "The available actions for this resource.",
211*d125652eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
212*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
213*d125652eSGunnar Mills                },
214*d125652eSGunnar Mills                "AdditionalDataSizeBytes": {
215*d125652eSGunnar Mills                    "description": "The size of the additional data for this event.",
216*d125652eSGunnar Mills                    "longDescription": "This property shall contain the size of the additional data retrieved from the URI specified by the `AdditionalDataURI` property for this event.",
217*d125652eSGunnar Mills                    "readonly": true,
218*d125652eSGunnar Mills                    "type": [
219*d125652eSGunnar Mills                        "integer",
220*d125652eSGunnar Mills                        "null"
221*d125652eSGunnar Mills                    ],
222*d125652eSGunnar Mills                    "units": "By",
223*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
224*d125652eSGunnar Mills                },
225*d125652eSGunnar Mills                "AdditionalDataURI": {
226*d125652eSGunnar Mills                    "description": "The URI at which to access the additional data for the event, such as diagnostic data, image captures, or other files.",
227*d125652eSGunnar Mills                    "format": "uri-reference",
228*d125652eSGunnar Mills                    "longDescription": "This property shall contain the URI at which to access the additional data for the event, using the Redfish protocol and authentication methods.  If both `DiagnosticData` and `AdditionalDataURI` are present, `DiagnosticData` shall contain a Base64-encoded string, with padding characters, of the data retrieved from the URI specified by the `AdditionalDataURI` property.",
229*d125652eSGunnar Mills                    "readonly": true,
230*d125652eSGunnar Mills                    "type": [
231*d125652eSGunnar Mills                        "string",
232*d125652eSGunnar Mills                        "null"
233*d125652eSGunnar Mills                    ],
234*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
235*d125652eSGunnar Mills                },
236*d125652eSGunnar Mills                "CPER": {
237*d125652eSGunnar Mills                    "$ref": "#/definitions/CPER",
238*d125652eSGunnar Mills                    "description": "Details for a CPER section or record associated with this event.",
239*d125652eSGunnar Mills                    "longDescription": "This property shall contain the details for a CPER section or record that is the source of this event.",
240*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
241*d125652eSGunnar Mills                },
242*d125652eSGunnar Mills                "Context": {
243*d125652eSGunnar Mills                    "deprecated": "Events are triggered independently from subscriptions to those events.  This property has been deprecated in favor of the `Context` property found at the root level of the object.",
244*d125652eSGunnar Mills                    "description": "A context can be supplied at subscription time.  This property is the context value supplied by the subscriber.",
245*d125652eSGunnar Mills                    "longDescription": "This property shall contain a client supplied context for the event destination to which this event is being sent.",
246*d125652eSGunnar Mills                    "readonly": true,
247*d125652eSGunnar Mills                    "type": "string",
248*d125652eSGunnar Mills                    "versionDeprecated": "v1_1_0"
249*d125652eSGunnar Mills                },
250*d125652eSGunnar Mills                "DiagnosticData": {
251*d125652eSGunnar Mills                    "description": "A Base64-encoded set of diagnostic data associated with this event.",
252*d125652eSGunnar Mills                    "longDescription": "This property shall contain a Base64-encoded string, with padding characters, that represents the diagnostic data associated with this event.  The contents shall depend on the value of the `DiagnosticDataType` property.  The length of the value should not exceed 4 KB.  Larger diagnostic data payloads should omit this property and use the `AdditionalDataURI` property to reference the data.  If both `DiagnosticData` and `AdditionalDataURI` are present, `DiagnosticData` shall contain the Base64-encoding of the data retrieved from the URI specified by the `AdditionalDataURI` property.",
253*d125652eSGunnar Mills                    "readonly": true,
254*d125652eSGunnar Mills                    "type": [
255*d125652eSGunnar Mills                        "string",
256*d125652eSGunnar Mills                        "null"
257*d125652eSGunnar Mills                    ],
258*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
259*d125652eSGunnar Mills                },
260*d125652eSGunnar Mills                "DiagnosticDataType": {
261*d125652eSGunnar Mills                    "anyOf": [
262*d125652eSGunnar Mills                        {
263*d125652eSGunnar Mills                            "$ref": "#/definitions/DiagnosticDataTypes"
264*d125652eSGunnar Mills                        },
265*d125652eSGunnar Mills                        {
266*d125652eSGunnar Mills                            "type": "null"
267*d125652eSGunnar Mills                        }
268*d125652eSGunnar Mills                    ],
269*d125652eSGunnar Mills                    "description": "The type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.",
270*d125652eSGunnar Mills                    "longDescription": "This property shall contain the type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.",
271*d125652eSGunnar Mills                    "readonly": true,
272*d125652eSGunnar Mills                    "versionAdded": "v1_8_0"
273*d125652eSGunnar Mills                },
274*d125652eSGunnar Mills                "EventGroupId": {
275*d125652eSGunnar Mills                    "description": "The identifier that correlates events with the same root cause.  If `0`, no other event is related to this event.",
276*d125652eSGunnar Mills                    "longDescription": "This property shall indicate that events are related and shall have the same value when multiple event messages are produced by the same root cause.  Implementations shall use separate values for events with a separate root cause.  This property value shall not imply an ordering of events.  The `0` value shall indicate that this event is not grouped with any other event.",
277*d125652eSGunnar Mills                    "readonly": true,
278*d125652eSGunnar Mills                    "type": "integer",
279*d125652eSGunnar Mills                    "versionAdded": "v1_3_0"
280*d125652eSGunnar Mills                },
281*d125652eSGunnar Mills                "EventId": {
282*d125652eSGunnar Mills                    "description": "The unique instance identifier of an event.",
283*d125652eSGunnar Mills                    "longDescription": "This property shall contain a service-defined unique identifier for the event.",
284*d125652eSGunnar Mills                    "readonly": true,
285*d125652eSGunnar Mills                    "type": "string"
286*d125652eSGunnar Mills                },
287*d125652eSGunnar Mills                "EventTimestamp": {
288*d125652eSGunnar Mills                    "description": "The time the event occurred.",
289*d125652eSGunnar Mills                    "format": "date-time",
290*d125652eSGunnar Mills                    "longDescription": "This property shall indicate the time the event occurred where the value shall be consistent with the Redfish service time that is also used for the values of the `Modified` property.",
291*d125652eSGunnar Mills                    "readonly": true,
292*d125652eSGunnar Mills                    "type": "string"
293*d125652eSGunnar Mills                },
294*d125652eSGunnar Mills                "EventType": {
295*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType",
296*d125652eSGunnar Mills                    "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.",
297*d125652eSGunnar Mills                    "description": "The type of event.",
298*d125652eSGunnar Mills                    "longDescription": "This property shall indicate the type of event.",
299*d125652eSGunnar Mills                    "readonly": true,
300*d125652eSGunnar Mills                    "versionDeprecated": "v1_3_0"
301*d125652eSGunnar Mills                },
302*d125652eSGunnar Mills                "LogEntry": {
303*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogEntry.json#/definitions/LogEntry",
304*d125652eSGunnar Mills                    "description": "The link to a log entry if an entry was created for this event.",
305*d125652eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `LogEntry` that represents the log entry created for this event.",
306*d125652eSGunnar Mills                    "readonly": true,
307*d125652eSGunnar Mills                    "versionAdded": "v1_7_0"
308*d125652eSGunnar Mills                },
309*d125652eSGunnar Mills                "MemberId": {
310*d125652eSGunnar Mills                    "description": "The unique identifier for the member within an array.",
311*d125652eSGunnar Mills                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
312*d125652eSGunnar Mills                    "readonly": true,
313*d125652eSGunnar Mills                    "type": "string"
314*d125652eSGunnar Mills                },
315*d125652eSGunnar Mills                "Message": {
316*d125652eSGunnar Mills                    "description": "The human-readable event message.",
317*d125652eSGunnar Mills                    "longDescription": "This property shall contain a human-readable event message.",
318*d125652eSGunnar Mills                    "readonly": true,
319*d125652eSGunnar Mills                    "type": "string"
320*d125652eSGunnar Mills                },
321*d125652eSGunnar Mills                "MessageArgs": {
322*d125652eSGunnar Mills                    "description": "An array of message arguments that are substituted for the arguments in the message when looked up in the message registry.",
323*d125652eSGunnar Mills                    "items": {
324*d125652eSGunnar Mills                        "type": "string"
325*d125652eSGunnar Mills                    },
326*d125652eSGunnar Mills                    "longDescription": "This property shall contain an array of message arguments that are substituted for the arguments in the message when looked up in the message registry.  It has the same semantics as the `MessageArgs` property in the Redfish `MessageRegistry` schema.  If the corresponding `ParamType` value contains `number`, the service shall convert the number to a string representation of the number.",
327*d125652eSGunnar Mills                    "readonly": true,
328*d125652eSGunnar Mills                    "type": "array"
329*d125652eSGunnar Mills                },
330*d125652eSGunnar Mills                "MessageId": {
331*d125652eSGunnar Mills                    "description": "The identifier for the message.",
332*d125652eSGunnar Mills                    "longDescription": "This property shall contain a `MessageId`, as defined in the 'MessageId format' clause of the Redfish Specification.",
333*d125652eSGunnar Mills                    "pattern": "^[A-Za-z0-9]+\\.\\d+\\.\\d+\\.[A-Za-z0-9.]+$",
334*d125652eSGunnar Mills                    "readonly": true,
335*d125652eSGunnar Mills                    "type": "string"
336*d125652eSGunnar Mills                },
337*d125652eSGunnar Mills                "MessageSeverity": {
338*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Health",
339*d125652eSGunnar Mills                    "description": "The severity of the message in this event.",
340*d125652eSGunnar Mills                    "longDescription": "This property shall contain the severity of the message in this event.  Services can replace the value defined in the message registry with a value more applicable to the implementation.",
341*d125652eSGunnar Mills                    "readonly": true,
342*d125652eSGunnar Mills                    "versionAdded": "v1_5_0"
343*d125652eSGunnar Mills                },
344*d125652eSGunnar Mills                "OEMDiagnosticDataType": {
345*d125652eSGunnar Mills                    "description": "The OEM-defined type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.",
346*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM-defined type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall be present if `DiagnosticDataType` is `OEM`.",
347*d125652eSGunnar Mills                    "readonly": true,
348*d125652eSGunnar Mills                    "type": [
349*d125652eSGunnar Mills                        "string",
350*d125652eSGunnar Mills                        "null"
351*d125652eSGunnar Mills                    ],
352*d125652eSGunnar Mills                    "versionAdded": "v1_9_0"
353*d125652eSGunnar Mills                },
354*d125652eSGunnar Mills                "Oem": {
355*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
356*d125652eSGunnar Mills                    "description": "The OEM extension property.",
357*d125652eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
358*d125652eSGunnar Mills                },
359*d125652eSGunnar Mills                "OriginOfCondition": {
360*d125652eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef",
361*d125652eSGunnar Mills                    "description": "A link to the resource or object that originated the condition that caused the event to be generated.",
362*d125652eSGunnar Mills                    "longDescription": "This property shall contain a link to the resource or object that originated the condition that caused the event to be generated.  If the event subscription has the `IncludeOriginOfCondition` property set to `true`, it shall include the entire resource or object referenced by the link.  For events that represent the creation or deletion of a resource, this property should reference the created or deleted resource and not the collection that contains the resource.",
363*d125652eSGunnar Mills                    "readonly": true
364*d125652eSGunnar Mills                },
365*d125652eSGunnar Mills                "Resolution": {
366*d125652eSGunnar Mills                    "description": "Used to provide suggestions on how to resolve the situation that caused the event.",
367*d125652eSGunnar Mills                    "longDescription": "This property shall contain the resolution of the event.  Services should replace the resolution defined in the message registry with a more specific resolution in the event.",
368*d125652eSGunnar Mills                    "readonly": true,
369*d125652eSGunnar Mills                    "type": "string",
370*d125652eSGunnar Mills                    "versionAdded": "v1_9_0"
371*d125652eSGunnar Mills                },
372*d125652eSGunnar Mills                "ResolutionSteps": {
373*d125652eSGunnar Mills                    "description": "The list of recommended steps to resolve the cause of the event.",
374*d125652eSGunnar Mills                    "items": {
375*d125652eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/ResolutionStep.json#/definitions/ResolutionStep"
376*d125652eSGunnar Mills                    },
377*d125652eSGunnar Mills                    "longDescription": "This property shall contain an array of recommended steps to resolve the cause of the event.  This property shall not be present if the `MessageSeverity` or `Severity` properties contain `OK`.  A client can stop executing the resolution steps once the `Resolved` property in the associated `LogEntry` resource contains `true` or the `Health` property in the associated resource referenced by the `OriginOfCondition` property contains `OK`.",
378*d125652eSGunnar Mills                    "type": "array",
379*d125652eSGunnar Mills                    "versionAdded": "v1_10_0"
380*d125652eSGunnar Mills                },
381*d125652eSGunnar Mills                "Severity": {
382*d125652eSGunnar Mills                    "deprecated": "This property has been deprecated in favor of `MessageSeverity`, which ties the values to the enumerations defined for the `Health` property within `Status`.",
383*d125652eSGunnar Mills                    "description": "The severity of the event.",
384*d125652eSGunnar Mills                    "longDescription": "This property shall contain the severity of the event, as defined in the 'Status' clause of the Redfish Specification.  Services can replace the value defined in the message registry with a value more applicable to the implementation.",
385*d125652eSGunnar Mills                    "readonly": true,
386*d125652eSGunnar Mills                    "type": "string",
387*d125652eSGunnar Mills                    "versionDeprecated": "v1_5_0"
388*d125652eSGunnar Mills                },
389*d125652eSGunnar Mills                "SpecificEventExistsInGroup": {
390*d125652eSGunnar Mills                    "description": "Indicates this event is equivalent to a more specific event in this event group.",
391*d125652eSGunnar Mills                    "longDescription": "This property shall indicate that the event is equivalent to another event, with a more specific definition, within the same `EventGroupId`.  For example, the `DriveFailed` message from the Storage Device Message Registry is more specific than the `ResourceStatusChangedCritical` message from the Resource Event Message Registry, when both occur with the same `EventGroupId`.  This property shall contain `true` if a more specific event is available, and shall contain `false` if no equivalent event exists in the same `EventGroupId`.  If this property is absent, the value shall be assumed to be `false`.",
392*d125652eSGunnar Mills                    "readonly": true,
393*d125652eSGunnar Mills                    "type": "boolean",
394*d125652eSGunnar Mills                    "versionAdded": "v1_6_0"
395*d125652eSGunnar Mills                },
396*d125652eSGunnar Mills                "UserAuthenticationSource": {
397*d125652eSGunnar Mills                    "description": "The source of authentication for the username property associated with the event record.",
398*d125652eSGunnar Mills                    "longDescription": "This property shall contain the URL to the authentication service that is associated with the username property.  This should be used for events that result from a user action.",
399*d125652eSGunnar Mills                    "readonly": true,
400*d125652eSGunnar Mills                    "type": [
401*d125652eSGunnar Mills                        "string",
402*d125652eSGunnar Mills                        "null"
403*d125652eSGunnar Mills                    ],
404*d125652eSGunnar Mills                    "versionAdded": "v1_11_0"
405*d125652eSGunnar Mills                },
406*d125652eSGunnar Mills                "Username": {
407*d125652eSGunnar Mills                    "description": "The username of the account associated with the event record.",
408*d125652eSGunnar Mills                    "longDescription": "This property shall contain the username of the account associated with the event record.  This should be used for events that result from a user action.",
409*d125652eSGunnar Mills                    "readonly": true,
410*d125652eSGunnar Mills                    "type": [
411*d125652eSGunnar Mills                        "string",
412*d125652eSGunnar Mills                        "null"
413*d125652eSGunnar Mills                    ],
414*d125652eSGunnar Mills                    "versionAdded": "v1_11_0"
415*d125652eSGunnar Mills                }
416*d125652eSGunnar Mills            },
417*d125652eSGunnar Mills            "required": [
418*d125652eSGunnar Mills                "EventType",
419*d125652eSGunnar Mills                "MessageId",
420*d125652eSGunnar Mills                "MemberId"
421*d125652eSGunnar Mills            ],
422*d125652eSGunnar Mills            "type": "object"
423*d125652eSGunnar Mills        },
424*d125652eSGunnar Mills        "EventRecordActions": {
425*d125652eSGunnar Mills            "additionalProperties": false,
426*d125652eSGunnar Mills            "description": "The available actions for this resource.",
427*d125652eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
428*d125652eSGunnar Mills            "patternProperties": {
429*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
430*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
431*d125652eSGunnar Mills                    "type": [
432*d125652eSGunnar Mills                        "array",
433*d125652eSGunnar Mills                        "boolean",
434*d125652eSGunnar Mills                        "integer",
435*d125652eSGunnar Mills                        "number",
436*d125652eSGunnar Mills                        "null",
437*d125652eSGunnar Mills                        "object",
438*d125652eSGunnar Mills                        "string"
439*d125652eSGunnar Mills                    ]
440*d125652eSGunnar Mills                }
441*d125652eSGunnar Mills            },
442*d125652eSGunnar Mills            "properties": {
443*d125652eSGunnar Mills                "Oem": {
444*d125652eSGunnar Mills                    "$ref": "#/definitions/EventRecordOemActions",
445*d125652eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
446*d125652eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
447*d125652eSGunnar Mills                    "versionAdded": "v1_2_0"
448*d125652eSGunnar Mills                }
449*d125652eSGunnar Mills            },
450*d125652eSGunnar Mills            "type": "object"
451*d125652eSGunnar Mills        },
452*d125652eSGunnar Mills        "EventRecordOemActions": {
453*d125652eSGunnar Mills            "additionalProperties": true,
454*d125652eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
455*d125652eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
456*d125652eSGunnar Mills            "patternProperties": {
457*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
458*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
459*d125652eSGunnar Mills                    "type": [
460*d125652eSGunnar Mills                        "array",
461*d125652eSGunnar Mills                        "boolean",
462*d125652eSGunnar Mills                        "integer",
463*d125652eSGunnar Mills                        "number",
464*d125652eSGunnar Mills                        "null",
465*d125652eSGunnar Mills                        "object",
466*d125652eSGunnar Mills                        "string"
467*d125652eSGunnar Mills                    ]
468*d125652eSGunnar Mills                }
469*d125652eSGunnar Mills            },
470*d125652eSGunnar Mills            "properties": {},
471*d125652eSGunnar Mills            "type": "object"
472*d125652eSGunnar Mills        },
473*d125652eSGunnar Mills        "OemActions": {
474*d125652eSGunnar Mills            "additionalProperties": true,
475*d125652eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
476*d125652eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
477*d125652eSGunnar Mills            "patternProperties": {
478*d125652eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
479*d125652eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
480*d125652eSGunnar Mills                    "type": [
481*d125652eSGunnar Mills                        "array",
482*d125652eSGunnar Mills                        "boolean",
483*d125652eSGunnar Mills                        "integer",
484*d125652eSGunnar Mills                        "number",
485*d125652eSGunnar Mills                        "null",
486*d125652eSGunnar Mills                        "object",
487*d125652eSGunnar Mills                        "string"
488*d125652eSGunnar Mills                    ]
489*d125652eSGunnar Mills                }
490*d125652eSGunnar Mills            },
491*d125652eSGunnar Mills            "properties": {},
492*d125652eSGunnar Mills            "type": "object"
493*d125652eSGunnar Mills        }
494*d125652eSGunnar Mills    },
495*d125652eSGunnar Mills    "language": "en",
496*d125652eSGunnar Mills    "owningEntity": "DMTF",
497*d125652eSGunnar Mills    "release": "2024.3",
498*d125652eSGunnar Mills    "title": "#Event.v1_11_1.Event"
499*d125652eSGunnar Mills}