blob: 135516805aefa0f0bdf0e7a93d16234bf9f7c14e [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05004<!--# Redfish Schema: LogEntry v1.13.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050020 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070023 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource"/>
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -060029 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070030 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml">
32 <edmx:Include Namespace="Event"/>
33 </edmx:Reference>
34
35 <edmx:DataServices>
36
37 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry">
38 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
39
40 <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050041 <Annotation Term="OData.Description" String="The LogEntry schema defines the record format for a log. It is designed for Redfish event logs, OEM-specific log formats, and the IPMI System Event Log (SEL). The EntryType field indicates the type of log and the resource includes several additional properties dependent on the EntryType."/>
42 <Annotation Term="OData.LongDescription" String="This resource shall represent the log format for log services in a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070043 <Annotation Term="Capabilities.InsertRestrictions">
44 <Record>
45 <PropertyValue Property="Insertable" Bool="false"/>
46 </Record>
47 </Annotation>
48 <Annotation Term="Capabilities.UpdateRestrictions">
49 <Record>
Gunnar Mills262d7d42021-01-20 16:28:41 -060050 <PropertyValue Property="Updatable" Bool="true"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070051 </Record>
52 </Annotation>
53 <Annotation Term="Capabilities.DeleteRestrictions">
54 <Record>
55 <PropertyValue Property="Deletable" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -050056 <Annotation Term="OData.Description" String="Some implementations might allow the deletion of individual log entries."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070057 </Record>
58 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080059 <Annotation Term="Redfish.Uris">
60 <Collection>
61 <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
62 <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
63 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060064 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
Gunnar Mills09b9d452020-02-11 13:27:39 -060065 <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
Ed Tanouscb103132019-10-08 11:34:22 -070066 <String>/redfish/v1/JobService/Log/Entries/{LogEntryId}</String>
67 <String>/redfish/v1/TelemetryService/LogService/Entries/{LogEntryId}</String>
Gunnar Mills9d424662021-09-22 21:56:16 -050068 <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/DeviceLog/Entries/{LogEntryId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080069 </Collection>
70 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070071 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070072 </Schema>
73
74 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0">
75 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060076 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070077
78 <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry">
79 <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity">
80 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070081 <Annotation Term="OData.Description" String="The severity of the log entry."/>
82 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the condition that created the log entry, as defined in the Status section of the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070083 </Property>
84 <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false">
85 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070086 <Annotation Term="OData.Description" String="The date and time when the log entry was created."/>
87 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was created."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070088 </Property>
89 <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false">
90 <Annotation Term="Redfish.RequiredOnCreate"/>
91 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070092 <Annotation Term="OData.Description" String="The type of log entry."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050093 <Annotation Term="OData.LongDescription" String="This property shall represent the type of log entry. If the resource represents an IPMI SEL entry, the value shall contain `SEL`. If the resource represents a Redfish event log entry, the value shall contain `Event`. If the resource represents an OEM log entry format, the value shall contain `Oem`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070094 <Annotation Term="Redfish.Required"/>
95 </Property>
96 <Property Name="OemRecordFormat" Type="Edm.String">
97 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070098 <Annotation Term="OData.Description" String="The OEM-specific format of the entry. If the entry type is `Oem`, this property contains more information about the record format from the OEM."/>
99 <Annotation Term="OData.LongDescription" String="This property shall represent the OEM-specific format of the entry. This property shall be required if the EntryType value is `Oem`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100 </Property>
101 <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode">
102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700103 <Annotation Term="OData.Description" String="The entry code for the log entry if the entry type is `SEL`."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600104 <Annotation Term="OData.LongDescription" String="This property shall contain the entry code for the log entry if the EntryType is `SEL`. Tables 42-1 and 42-2 of the IPMI Specification v2.0 revision 1.1 describe these enumerations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700105 </Property>
106 <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType">
107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700108 <Annotation Term="OData.Description" String="The sensor type to which the log entry pertains if the entry type is `SEL`."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600109 <Annotation Term="OData.LongDescription" String="This property shall contain the sensor type to which the log entry pertains if the entry type is `SEL`. Table 42-3, Sensor Type Codes, in the IPMI Specification v2.0 revision 1.1 describes these enumerations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700110 </Property>
111 <Property Name="SensorNumber" Type="Edm.Int64">
112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500113 <Annotation Term="OData.Description" String="The IPMI-defined sensor number."/>
114 <Annotation Term="OData.LongDescription" String="This property shall contain the IPMI sensor number if the value of the EntryType property is `SEL`. This property should not appear in the resource for other values of EntryType."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 </Property>
116 <Property Name="Message" Type="Edm.String">
117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700118 <Annotation Term="OData.Description" String="The message of the log entry. This property decodes from the entry type. If the entry type is `Event`, this property contains a message. If the entry type is `SEL`, this property contains an SEL-specific message. Otherwise, this property contains an OEM-specific log entry. In most cases, this property contains the actual log entry."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600119 <Annotation Term="OData.LongDescription" String="This property shall contain the message of the log entry. This property decodes from the entry type. If the entry type is `Event`, this property contains a message. If the entry type is `SEL`, this property contains an SEL-specific message, following the format specified in Table 32-1, SEL Event Records, in the IPMI Specification v2.0 revision 1.1. Otherwise, this property contains an OEM-specific log entry. In most cases, this property contains the actual log entry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700120 </Property>
121 <Property Name="MessageId" Type="Edm.String" Nullable="false">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <Annotation Term="OData.Description" String="The MessageId, event data, or OEM-specific information. This property decodes from the entry type. If the entry type is `Event`, this property contains a Redfish Specification-defined MessageId. If the entry type is `SEL`, this property contains the Event Data. Otherwise, this property contains OEM-specific information."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600124 <Annotation Term="OData.LongDescription" String="This property shall contain the MessageId, event data, or OEM-specific information. This property decodes from the entry type. If the entry type is `Event`, this property contains a Redfish Specification-defined MessageId property of the event. If the entry type is `SEL`, the format should follow the pattern '^0[xX](([a-fA-F]|[0-9]){2}){4}$', which results in a string in the form '0xNNaabbcc', where 'NN' is the EventDir/EventType byte, 'aa' is the Event Data 1 byte, 'bb' is Event Data 2 byte, 'cc' is Event Data 3 byte, corresponding with bytes 13-16 in the IPMI SEL Event Record. Otherwise, this property contains OEM-specific information."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 </Property>
126 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700128 <Annotation Term="OData.Description" String="The arguments for the message."/>
129 <Annotation Term="OData.LongDescription" String="This property shall contain message arguments to substitute into the included or looked-up message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700130 </Property>
131 <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500132 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
133 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700134 </Property>
135 </EntityType>
136
137 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500138 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
139 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700140 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500142 <Annotation Term="OData.Description" String="The link to the resource that caused the log entry."/>
Ed Tanoused761212022-09-23 15:03:29 -0700143 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource that caused the log entry. For log entries 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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700144 <Annotation Term="OData.AutoExpandReferences"/>
145 </NavigationProperty>
146 </ComplexType>
147
148 <EnumType Name="EventSeverity">
149 <Member Name="OK">
150 <Annotation Term="OData.Description" String="Informational or operating normally."/>
151 </Member>
152 <Member Name="Warning">
Ed Tanouscb103132019-10-08 11:34:22 -0700153 <Annotation Term="OData.Description" String="A condition that requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700154 </Member>
155 <Member Name="Critical">
Ed Tanouscb103132019-10-08 11:34:22 -0700156 <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700157 </Member>
158 </EnumType>
159
160 <EnumType Name="LogEntryType">
161 <Member Name="Event">
Ed Tanouscb103132019-10-08 11:34:22 -0700162 <Annotation Term="OData.Description" String="A Redfish-defined message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700163 </Member>
164 <Member Name="SEL">
Ed Tanouscb103132019-10-08 11:34:22 -0700165 <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700166 </Member>
167 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700168 <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700169 </Member>
170 </EnumType>
171
172 <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String">
173 <Annotation Term="Redfish.Enumeration">
174 <Collection>
175 <Record>
176 <PropertyValue Property="Member" String="Assert"/>
177 <Annotation Term="OData.Description" String="The condition has been asserted."/>
178 </Record>
179 <Record>
180 <PropertyValue Property="Member" String="Deassert"/>
181 <Annotation Term="OData.Description" String="The condition has been deasserted."/>
182 </Record>
183 <Record>
184 <PropertyValue Property="Member" String="Lower Non-critical - going low"/>
185 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/>
186 </Record>
187 <Record>
188 <PropertyValue Property="Member" String="Lower Non-critical - going high"/>
189 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/>
190 </Record>
191 <Record>
192 <PropertyValue Property="Member" String="Lower Critical - going low"/>
193 <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/>
194 </Record>
195 <Record>
196 <PropertyValue Property="Member" String="Lower Critical - going high"/>
197 <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/>
198 </Record>
199 <Record>
200 <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/>
201 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/>
202 </Record>
203 <Record>
204 <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/>
205 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/>
206 </Record>
207 <Record>
208 <PropertyValue Property="Member" String="Upper Non-critical - going low"/>
209 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/>
210 </Record>
211 <Record>
212 <PropertyValue Property="Member" String="Upper Non-critical - going high"/>
213 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/>
214 </Record>
215 <Record>
216 <PropertyValue Property="Member" String="Upper Critical - going low"/>
217 <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/>
218 </Record>
219 <Record>
220 <PropertyValue Property="Member" String="Upper Critical - going high"/>
221 <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/>
222 </Record>
223 <Record>
224 <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/>
225 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/>
226 </Record>
227 <Record>
228 <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/>
229 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/>
230 </Record>
231 <Record>
232 <PropertyValue Property="Member" String="Transition to Idle"/>
233 <Annotation Term="OData.Description" String="The state transitioned to idle."/>
234 </Record>
235 <Record>
236 <PropertyValue Property="Member" String="Transition to Active"/>
237 <Annotation Term="OData.Description" String="The state transitioned to active."/>
238 </Record>
239 <Record>
240 <PropertyValue Property="Member" String="Transition to Busy"/>
241 <Annotation Term="OData.Description" String="The state transitioned to busy."/>
242 </Record>
243 <Record>
244 <PropertyValue Property="Member" String="State Deasserted"/>
245 <Annotation Term="OData.Description" String="The state has been deasserted."/>
246 </Record>
247 <Record>
248 <PropertyValue Property="Member" String="State Asserted"/>
249 <Annotation Term="OData.Description" String="The state has been asserted."/>
250 </Record>
251 <Record>
252 <PropertyValue Property="Member" String="Predictive Failure deasserted"/>
253 <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/>
254 </Record>
255 <Record>
256 <PropertyValue Property="Member" String="Predictive Failure asserted"/>
257 <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/>
258 </Record>
259 <Record>
260 <PropertyValue Property="Member" String="Limit Not Exceeded"/>
261 <Annotation Term="OData.Description" String="A limit has not been exceeded."/>
262 </Record>
263 <Record>
264 <PropertyValue Property="Member" String="Limit Exceeded"/>
265 <Annotation Term="OData.Description" String="A limit has been exceeded."/>
266 </Record>
267 <Record>
268 <PropertyValue Property="Member" String="Performance Met"/>
269 <Annotation Term="OData.Description" String="Performance meets expectations."/>
270 </Record>
271 <Record>
272 <PropertyValue Property="Member" String="Performance Lags"/>
273 <Annotation Term="OData.Description" String="Performance does not meet expectations."/>
274 </Record>
275 <Record>
276 <PropertyValue Property="Member" String="Transition to OK"/>
277 <Annotation Term="OData.Description" String="A state has changed to OK."/>
278 </Record>
279 <Record>
280 <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/>
281 <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/>
282 </Record>
283 <Record>
284 <PropertyValue Property="Member" String="Transition to Critical from less severe"/>
285 <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/>
286 </Record>
287 <Record>
288 <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/>
289 <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/>
290 </Record>
291 <Record>
292 <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/>
293 <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/>
294 </Record>
295 <Record>
296 <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/>
297 <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/>
298 </Record>
299 <Record>
300 <PropertyValue Property="Member" String="Transition to Non-recoverable"/>
301 <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/>
302 </Record>
303 <Record>
304 <PropertyValue Property="Member" String="Monitor"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700305 <Annotation Term="OData.Description" String="A monitor event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700306 </Record>
307 <Record>
308 <PropertyValue Property="Member" String="Informational"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700309 <Annotation Term="OData.Description" String="An informational event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310 </Record>
311 <Record>
312 <PropertyValue Property="Member" String="Device Removed / Device Absent"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700313 <Annotation Term="OData.Description" String="A device has been removed or is absent."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700314 </Record>
315 <Record>
316 <PropertyValue Property="Member" String="Device Inserted / Device Present"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700317 <Annotation Term="OData.Description" String="A device has been inserted or is present."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700318 </Record>
319 <Record>
320 <PropertyValue Property="Member" String="Device Disabled"/>
321 <Annotation Term="OData.Description" String="A device has been disabled."/>
322 </Record>
323 <Record>
324 <PropertyValue Property="Member" String="Device Enabled"/>
325 <Annotation Term="OData.Description" String="A device has been enabled."/>
326 </Record>
327 <Record>
328 <PropertyValue Property="Member" String="Transition to Running"/>
329 <Annotation Term="OData.Description" String="A state has transitioned to Running."/>
330 </Record>
331 <Record>
332 <PropertyValue Property="Member" String="Transition to In Test"/>
333 <Annotation Term="OData.Description" String="A state has transitioned to In Test."/>
334 </Record>
335 <Record>
336 <PropertyValue Property="Member" String="Transition to Power Off"/>
337 <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/>
338 </Record>
339 <Record>
340 <PropertyValue Property="Member" String="Transition to On Line"/>
341 <Annotation Term="OData.Description" String="A state has transitioned to On Line."/>
342 </Record>
343 <Record>
344 <PropertyValue Property="Member" String="Transition to Off Line"/>
345 <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/>
346 </Record>
347 <Record>
348 <PropertyValue Property="Member" String="Transition to Off Duty"/>
349 <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/>
350 </Record>
351 <Record>
352 <PropertyValue Property="Member" String="Transition to Degraded"/>
353 <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/>
354 </Record>
355 <Record>
356 <PropertyValue Property="Member" String="Transition to Power Save"/>
357 <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/>
358 </Record>
359 <Record>
360 <PropertyValue Property="Member" String="Install Error"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700361 <Annotation Term="OData.Description" String="An install error has been detected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700362 </Record>
363 <Record>
364 <PropertyValue Property="Member" String="Fully Redundant"/>
365 <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/>
366 </Record>
367 <Record>
368 <PropertyValue Property="Member" String="Redundancy Lost"/>
369 <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/>
370 </Record>
371 <Record>
372 <PropertyValue Property="Member" String="Redundancy Degraded"/>
373 <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/>
374 </Record>
375 <Record>
376 <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/>
377 <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/>
378 </Record>
379 <Record>
380 <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700381 <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700382 </Record>
383 <Record>
384 <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700385 <Annotation Term="OData.Description" String="Unit is non-redundant and has insufficient resources to maintain normal operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700386 </Record>
387 <Record>
388 <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/>
389 <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/>
390 </Record>
391 <Record>
392 <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/>
393 <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/>
394 </Record>
395 <Record>
396 <PropertyValue Property="Member" String="D0 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700397 <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700398 </Record>
399 <Record>
400 <PropertyValue Property="Member" String="D1 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700402 </Record>
403 <Record>
404 <PropertyValue Property="Member" String="D2 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700405 <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700406 </Record>
407 <Record>
408 <PropertyValue Property="Member" String="D3 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700409 <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700410 </Record>
411 <Record>
412 <PropertyValue Property="Member" String="OEM"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700413 <Annotation Term="OData.Description" String="An OEM-defined event."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600414 <Annotation Term="Redfish.Revisions">
415 <Collection>
416 <Record>
417 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
418 <PropertyValue Property="Version" String="v1_3_0"/>
419 </Record>
420 </Collection>
421 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700422 </Record>
423 </Collection>
424 </Annotation>
425 </TypeDefinition>
426
427 <TypeDefinition Name="SensorType" UnderlyingType="Edm.String">
428 <Annotation Term="Redfish.Enumeration">
429 <Collection>
430 <Record>
431 <PropertyValue Property="Member" String="Platform Security Violation Attempt"/>
432 <Annotation Term="OData.Description" String="A platform security sensor."/>
433 </Record>
434 <Record>
435 <PropertyValue Property="Member" String="Temperature"/>
436 <Annotation Term="OData.Description" String="A temperature sensor."/>
437 </Record>
438 <Record>
439 <PropertyValue Property="Member" String="Voltage"/>
440 <Annotation Term="OData.Description" String="A voltage sensor."/>
441 </Record>
442 <Record>
443 <PropertyValue Property="Member" String="Current"/>
444 <Annotation Term="OData.Description" String="A current sensor."/>
445 </Record>
446 <Record>
447 <PropertyValue Property="Member" String="Fan"/>
448 <Annotation Term="OData.Description" String="A fan sensor."/>
449 </Record>
450 <Record>
451 <PropertyValue Property="Member" String="Physical Chassis Security"/>
452 <Annotation Term="OData.Description" String="A physical security sensor."/>
453 </Record>
454 <Record>
455 <PropertyValue Property="Member" String="Processor"/>
456 <Annotation Term="OData.Description" String="A sensor for a processor."/>
457 </Record>
458 <Record>
459 <PropertyValue Property="Member" String="Power Supply / Converter"/>
460 <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/>
461 </Record>
462 <Record>
463 <PropertyValue Property="Member" String="PowerUnit"/>
464 <Annotation Term="OData.Description" String="A sensor for a power unit."/>
465 </Record>
466 <Record>
467 <PropertyValue Property="Member" String="CoolingDevice"/>
468 <Annotation Term="OData.Description" String="A sensor for a cooling device."/>
469 </Record>
470 <Record>
471 <PropertyValue Property="Member" String="Other Units-based Sensor"/>
472 <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/>
473 </Record>
474 <Record>
475 <PropertyValue Property="Member" String="Memory"/>
476 <Annotation Term="OData.Description" String="A sensor for a memory device."/>
477 </Record>
478 <Record>
479 <PropertyValue Property="Member" String="Drive Slot/Bay"/>
480 <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/>
481 </Record>
482 <Record>
483 <PropertyValue Property="Member" String="POST Memory Resize"/>
484 <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/>
485 </Record>
486 <Record>
487 <PropertyValue Property="Member" String="System Firmware Progress"/>
488 <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/>
489 </Record>
490 <Record>
491 <PropertyValue Property="Member" String="Event Logging Disabled"/>
492 <Annotation Term="OData.Description" String="A sensor for the event log."/>
493 </Record>
494 <Record>
495 <PropertyValue Property="Member" String="System Event"/>
496 <Annotation Term="OData.Description" String="A sensor for a system event."/>
497 </Record>
498 <Record>
499 <PropertyValue Property="Member" String="Critical Interrupt"/>
500 <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/>
501 </Record>
502 <Record>
503 <PropertyValue Property="Member" String="Button/Switch"/>
504 <Annotation Term="OData.Description" String="A sensor for a button or switch."/>
505 </Record>
506 <Record>
507 <PropertyValue Property="Member" String="Module/Board"/>
508 <Annotation Term="OData.Description" String="A sensor for a module or board."/>
509 </Record>
510 <Record>
511 <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/>
512 <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/>
513 </Record>
514 <Record>
515 <PropertyValue Property="Member" String="Add-in Card"/>
516 <Annotation Term="OData.Description" String="A sensor for an add-in card."/>
517 </Record>
518 <Record>
519 <PropertyValue Property="Member" String="Chassis"/>
520 <Annotation Term="OData.Description" String="A sensor for a chassis."/>
521 </Record>
522 <Record>
523 <PropertyValue Property="Member" String="ChipSet"/>
524 <Annotation Term="OData.Description" String="A sensor for a chipset."/>
525 </Record>
526 <Record>
527 <PropertyValue Property="Member" String="Other FRU"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700528 <Annotation Term="OData.Description" String="A sensor for another type of FRU."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700529 </Record>
530 <Record>
531 <PropertyValue Property="Member" String="Cable/Interconnect"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700532 <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700533 </Record>
534 <Record>
535 <PropertyValue Property="Member" String="Terminator"/>
536 <Annotation Term="OData.Description" String="A sensor for a terminator."/>
537 </Record>
538 <Record>
539 <PropertyValue Property="Member" String="SystemBoot/Restart"/>
540 <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/>
541 </Record>
542 <Record>
543 <PropertyValue Property="Member" String="Boot Error"/>
544 <Annotation Term="OData.Description" String="A sensor for a boot error event."/>
545 </Record>
546 <Record>
547 <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/>
548 <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/>
549 </Record>
550 <Record>
551 <PropertyValue Property="Member" String="OS Stop/Shutdown"/>
552 <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event"/>
553 </Record>
554 <Record>
555 <PropertyValue Property="Member" String="Slot/Connector"/>
556 <Annotation Term="OData.Description" String="A sensor for a slot or connector."/>
557 </Record>
558 <Record>
559 <PropertyValue Property="Member" String="System ACPI PowerState"/>
560 <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/>
561 </Record>
562 <Record>
563 <PropertyValue Property="Member" String="Watchdog"/>
564 <Annotation Term="OData.Description" String="A sensor for a watchdog event."/>
565 </Record>
566 <Record>
567 <PropertyValue Property="Member" String="Platform Alert"/>
568 <Annotation Term="OData.Description" String="A sensor for a platform alert event."/>
569 </Record>
570 <Record>
571 <PropertyValue Property="Member" String="Entity Presence"/>
572 <Annotation Term="OData.Description" String="A sensor for an entity presence event."/>
573 </Record>
574 <Record>
575 <PropertyValue Property="Member" String="Monitor ASIC/IC"/>
576 <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/>
577 </Record>
578 <Record>
579 <PropertyValue Property="Member" String="LAN"/>
580 <Annotation Term="OData.Description" String="A sensor for a LAN device."/>
581 </Record>
582 <Record>
583 <PropertyValue Property="Member" String="Management Subsystem Health"/>
584 <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/>
585 </Record>
586 <Record>
587 <PropertyValue Property="Member" String="Battery"/>
588 <Annotation Term="OData.Description" String="A sensor for a battery."/>
589 </Record>
590 <Record>
591 <PropertyValue Property="Member" String="Session Audit"/>
592 <Annotation Term="OData.Description" String="A sensor for a session audit event."/>
593 </Record>
594 <Record>
595 <PropertyValue Property="Member" String="Version Change"/>
596 <Annotation Term="OData.Description" String="A sensor for a version change event."/>
597 </Record>
598 <Record>
599 <PropertyValue Property="Member" String="FRUState"/>
600 <Annotation Term="OData.Description" String="A sensor for a FRU state event."/>
601 </Record>
602 <Record>
603 <PropertyValue Property="Member" String="OEM"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700604 <Annotation Term="OData.Description" String="An OEM-defined sensor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600605 <Annotation Term="Redfish.Revisions">
606 <Collection>
607 <Record>
608 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
609 <PropertyValue Property="Version" String="v1_3_0"/>
610 </Record>
611 </Collection>
612 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700613 </Record>
614 </Collection>
615 </Annotation>
616 </TypeDefinition>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700617 </Schema>
618
619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2">
620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
621 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
622 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/>
623 </Schema>
624
625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3">
626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
627 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
628 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/>
629 </Schema>
630
631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4">
632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
633 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
634 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/>
635 </Schema>
636
637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5">
638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700639 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700640 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/>
641 </Schema>
642
Ed Tanous530520e2019-01-02 13:41:37 -0800643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6">
644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700645 <Annotation Term="OData.Description" String="This version was created to correct the description for EntryType. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to clarify the descriptions for many properties."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800646 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/>
647 </Schema>
648
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600649 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7">
650 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700651 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600652 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/>
653 </Schema>
654
Ed Tanouscb103132019-10-08 11:34:22 -0700655 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8">
656 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
657 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
658 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/>
659 </Schema>
660
661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9">
662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
663 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
664 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/>
665 </Schema>
666
Gunnar Mills6f44b752020-02-06 16:50:51 -0600667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_10">
668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
670 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_9.LogEntry"/>
671 </Schema>
672
Gunnar Mills09b9d452020-02-11 13:27:39 -0600673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_11">
674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
676 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_10.LogEntry"/>
677 </Schema>
678
Gunnar Mills844b4152020-06-22 12:44:09 -0500679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_12">
680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
681 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
682 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_11.LogEntry"/>
683 </Schema>
684
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500685 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_13">
686 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
687 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
688 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_12.LogEntry"/>
689 </Schema>
690
Gunnar Mills262d7d42021-01-20 16:28:41 -0600691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_14">
692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
694 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_13.LogEntry"/>
695 </Schema>
696
Ed Tanoused761212022-09-23 15:03:29 -0700697 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_15">
698 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
700 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_14.LogEntry"/>
701 </Schema>
702
Jason M. Billsea4aa752018-06-05 13:29:11 -0700703 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0">
704 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600705 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500706
Jason M. Billsea4aa752018-06-05 13:29:11 -0700707 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry">
708 <Property Name="EventType" Type="Event.EventType" Nullable="false">
709 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700710 <Annotation Term="OData.Description" String="The type of event recorded in this log."/>
711 <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an event and the value shall indicate the type of event."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600712 <Annotation Term="Redfish.Revisions">
713 <Collection>
714 <Record>
715 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
716 <PropertyValue Property="Version" String="v1_4_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700717 <PropertyValue Property="Description" String="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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600718 </Record>
719 </Collection>
720 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700721 </Property>
722 <Property Name="EventId" Type="Edm.String" Nullable="false">
723 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700724 <Annotation Term="OData.Description" String="The unique instance identifier for an event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700725 <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an Event and the value shall indicate a unique identifier for the event, the format of which is implementation dependent."/>
726 </Property>
727 <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
728 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700729 <Annotation Term="OData.Description" String="The date and time when the event occurred."/>
730 <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an event and the value shall contain the date and time when the event occurred."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700731 </Property>
732 </EntityType>
733 </Schema>
734
735 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1">
736 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
737 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
738 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/>
739 </Schema>
740
741 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2">
742 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
743 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
744 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/>
745 </Schema>
746
747 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3">
748 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600749 <Annotation Term="OData.Description" String="This version was created to change EventType to use the unversioned definition. It was also created to add descriptions to various enumeration values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700750 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/>
751 </Schema>
752
Ed Tanous530520e2019-01-02 13:41:37 -0800753 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4">
754 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700755 <Annotation Term="OData.Description" String="This version was created to correct the description for EntryType. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to clarify the descriptions for many properties."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800756 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/>
757 </Schema>
758
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600759 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5">
760 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700761 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600762 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/>
763 </Schema>
764
Ed Tanouscb103132019-10-08 11:34:22 -0700765 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6">
766 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
768 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/>
769 </Schema>
770
771 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7">
772 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
773 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
774 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/>
775 </Schema>
776
Gunnar Mills6f44b752020-02-06 16:50:51 -0600777 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_8">
778 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
779 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
780 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_7.LogEntry"/>
781 </Schema>
782
Gunnar Mills09b9d452020-02-11 13:27:39 -0600783 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_9">
784 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
785 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
786 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_8.LogEntry"/>
787 </Schema>
788
Gunnar Mills844b4152020-06-22 12:44:09 -0500789 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_10">
790 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
791 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
792 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_9.LogEntry"/>
793 </Schema>
794
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500795 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_11">
796 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
797 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
798 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_10.LogEntry"/>
799 </Schema>
800
Gunnar Mills262d7d42021-01-20 16:28:41 -0600801 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_12">
802 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
803 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
804 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_11.LogEntry"/>
805 </Schema>
806
Ed Tanoused761212022-09-23 15:03:29 -0700807 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_13">
808 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
809 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
810 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_12.LogEntry"/>
811 </Schema>
812
Jason M. Billsea4aa752018-06-05 13:29:11 -0700813 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0">
814 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600815 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500816
Jason M. Billsea4aa752018-06-05 13:29:11 -0700817 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry">
818 <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500819 <Annotation Term="OData.Description" String="The available actions for this resource."/>
820 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700821 </Property>
822 </EntityType>
823
824 <ComplexType Name="Actions">
825 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500826 <Annotation Term="OData.Description" String="The available actions for this resource."/>
827 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800828 <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500829 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
830 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800831 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700832 </ComplexType>
833
834 <ComplexType Name="OemActions">
835 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500836 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
837 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700838 </ComplexType>
839 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500840
Jason M. Billsea4aa752018-06-05 13:29:11 -0700841 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1">
842 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600843 <Annotation Term="OData.Description" String="This version was created to change EventType to use the unversioned definition. It was also created to add descriptions to various enumeration values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700844 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/>
845 </Schema>
846
Ed Tanous530520e2019-01-02 13:41:37 -0800847 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2">
848 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700849 <Annotation Term="OData.Description" String="This version was created to correct the description for EntryType. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to clarify the descriptions for many properties."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800850 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/>
851 </Schema>
852
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600853 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3">
854 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700855 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600856 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/>
857 </Schema>
858
Ed Tanouscb103132019-10-08 11:34:22 -0700859 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4">
860 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
861 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
862 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/>
863 </Schema>
864
865 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5">
866 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
867 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
868 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/>
869 </Schema>
870
Gunnar Mills6f44b752020-02-06 16:50:51 -0600871 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_6">
872 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
873 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
874 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_5.LogEntry"/>
875 </Schema>
876
Gunnar Mills09b9d452020-02-11 13:27:39 -0600877 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_7">
878 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
879 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
880 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_6.LogEntry"/>
881 </Schema>
882
Gunnar Mills844b4152020-06-22 12:44:09 -0500883 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_8">
884 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
885 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
886 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_7.LogEntry"/>
887 </Schema>
888
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500889 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_9">
890 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
891 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
892 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_8.LogEntry"/>
893 </Schema>
894
Gunnar Mills262d7d42021-01-20 16:28:41 -0600895 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_10">
896 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
897 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
898 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_9.LogEntry"/>
899 </Schema>
900
Ed Tanoused761212022-09-23 15:03:29 -0700901 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_11">
902 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
903 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
904 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_10.LogEntry"/>
905 </Schema>
906
Jason M. Billsea4aa752018-06-05 13:29:11 -0700907 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0">
908 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600909 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700910 <Annotation Term="OData.Description" String="This version was created to add OEM enumerations for legacy IPMI log implementations."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500911
Jason M. Billsea4aa752018-06-05 13:29:11 -0700912 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry">
913 <Property Name="OemLogEntryCode" Type="Edm.String">
914 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700915 <Annotation Term="OData.Description" String="The OEM-specific entry code, if the LogEntryCode type is `OEM`."/>
916 <Annotation Term="OData.LongDescription" String="This property shall represent the OEM-specific Log Entry Code type of the Entry. This property shall only be present if EntryType is `SEL` and LogEntryCode is `OEM`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700917 </Property>
918 <Property Name="OemSensorType" Type="Edm.String">
919 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700920 <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/>
921 <Annotation Term="OData.LongDescription" String="This property shall represent the OEM-specific sensor type of the entry. This property shall only be used if EntryType is `SEL` and SensorType is `OEM`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700922 </Property>
923 </EntityType>
924 </Schema>
925
Ed Tanous530520e2019-01-02 13:41:37 -0800926 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1">
927 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700928 <Annotation Term="OData.Description" String="This version was created to correct the description for EntryType. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to clarify the descriptions for many properties."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800929 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/>
930 </Schema>
931
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600932 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2">
933 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700934 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600935 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/>
936 </Schema>
937
Ed Tanouscb103132019-10-08 11:34:22 -0700938 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3">
939 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
940 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
941 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/>
942 </Schema>
943
944 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4">
945 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
946 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
947 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/>
948 </Schema>
949
Gunnar Mills6f44b752020-02-06 16:50:51 -0600950 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_5">
951 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
952 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
953 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_4.LogEntry"/>
954 </Schema>
955
Gunnar Mills09b9d452020-02-11 13:27:39 -0600956 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_6">
957 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
958 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
959 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_5.LogEntry"/>
960 </Schema>
961
Gunnar Mills844b4152020-06-22 12:44:09 -0500962 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_7">
963 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
964 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
965 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_6.LogEntry"/>
966 </Schema>
967
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500968 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_8">
969 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
970 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
971 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_7.LogEntry"/>
972 </Schema>
973
Gunnar Mills262d7d42021-01-20 16:28:41 -0600974 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_9">
975 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
976 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
977 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_8.LogEntry"/>
978 </Schema>
979
Ed Tanoused761212022-09-23 15:03:29 -0700980 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_10">
981 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
982 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
983 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_9.LogEntry"/>
984 </Schema>
985
Ed Tanous530520e2019-01-02 13:41:37 -0800986 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0">
987 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600988 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800989 <Annotation Term="OData.Description" String="This version was created to deprecate EventType and to add EventGroupId in the case the log is used for Events."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500990
Ed Tanous530520e2019-01-02 13:41:37 -0800991 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry">
992 <Property Name="EventGroupId" Type="Edm.Int64">
993 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700994 <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/>
995 <Annotation Term="OData.LongDescription" String="This property shall indicate that events are related and shall have the same value in the case where multiple event messages are produced by the same root cause. Implementations shall use separate values for events with separate root cause. There shall not be ordering of events implied by this property's value."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800996 </Property>
997 </EntityType>
998 </Schema>
999
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001000 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1">
1001 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001002 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001003 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/>
1004 </Schema>
1005
Ed Tanouscb103132019-10-08 11:34:22 -07001006 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2">
1007 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1008 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1009 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/>
1010 </Schema>
1011
1012 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3">
1013 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1014 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1015 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/>
1016 </Schema>
1017
Gunnar Mills6f44b752020-02-06 16:50:51 -06001018 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_4">
1019 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1020 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
1021 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_3.LogEntry"/>
1022 </Schema>
1023
Gunnar Mills09b9d452020-02-11 13:27:39 -06001024 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_5">
1025 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1026 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
1027 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"/>
1028 </Schema>
1029
Gunnar Mills844b4152020-06-22 12:44:09 -05001030 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_6">
1031 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1032 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1033 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_5.LogEntry"/>
1034 </Schema>
1035
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001036 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_7">
1037 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1038 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
1039 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_6.LogEntry"/>
1040 </Schema>
1041
Gunnar Mills262d7d42021-01-20 16:28:41 -06001042 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_8">
1043 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1044 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1045 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_7.LogEntry"/>
1046 </Schema>
1047
Ed Tanoused761212022-09-23 15:03:29 -07001048 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_9">
1049 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1050 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
1051 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_8.LogEntry"/>
1052 </Schema>
1053
Gunnar Mills6f44b752020-02-06 16:50:51 -06001054 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_0">
1055 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1056 <Annotation Term="Redfish.Release" String="2019.3"/>
1057 <Annotation Term="OData.Description" String="This version was created to add the GeneratorId property."/>
1058
1059 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry">
1060 <Property Name="GeneratorId" Type="Edm.String">
1061 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1062 <Annotation Term="OData.Description" String="An identifier of the device that has generated the IPMI SEL Event Record."/>
1063 <Annotation Term="OData.LongDescription" String="If EntryType is `SEL`, this property shall contain the 'Generator ID' field of the IPMI SEL Event Record. If EntryType is not `SEL`, this property should not be present."/>
1064 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1065 </Property>
1066 </EntityType>
1067 </Schema>
1068
Gunnar Mills09b9d452020-02-11 13:27:39 -06001069 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_1">
1070 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1071 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
1072 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_0.LogEntry"/>
1073 </Schema>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001074
Gunnar Mills844b4152020-06-22 12:44:09 -05001075 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_2">
1076 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1077 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1078 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"/>
1079 </Schema>
1080
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001081 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_3">
1082 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1083 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
1084 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_2.LogEntry"/>
1085 </Schema>
1086
Gunnar Mills262d7d42021-01-20 16:28:41 -06001087 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_4">
1088 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1089 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1090 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_3.LogEntry"/>
1091 </Schema>
1092
Ed Tanoused761212022-09-23 15:03:29 -07001093 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_5">
1094 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1095 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
1096 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_4.LogEntry"/>
1097 </Schema>
1098
Gunnar Millsa778c022020-05-12 12:20:36 -05001099 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_0">
1100 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1101 <Annotation Term="Redfish.Release" String="2020.1"/>
1102 <Annotation Term="OData.Description" String="This version was created to add the Modified property."/>
1103
1104 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry">
1105 <Property Name="Modified" Type="Edm.DateTimeOffset" Nullable="false">
1106 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1107 <Annotation Term="OData.Description" String="The date and time when the log entry was last modified."/>
1108 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was last modified. This property shall not appear if the log entry has not been modified since it was created."/>
1109 </Property>
1110 </EntityType>
1111 </Schema>
1112
Gunnar Mills844b4152020-06-22 12:44:09 -05001113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_1">
1114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1115 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1116 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_0.LogEntry"/>
1117 </Schema>
1118
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_2">
1120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1121 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
1122 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_1.LogEntry"/>
1123 </Schema>
1124
Gunnar Mills262d7d42021-01-20 16:28:41 -06001125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_3">
1126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1127 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1128 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry"/>
1129 </Schema>
1130
Ed Tanoused761212022-09-23 15:03:29 -07001131 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_4">
1132 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1133 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
1134 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_3.LogEntry"/>
1135 </Schema>
1136
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_0">
1138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1139 <Annotation Term="Redfish.Release" String="2020.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001140 <Annotation Term="OData.Description" String="This version was created to add AdditionalDataSizeBytes, AdditionalDataURI, and DiagnosticDataType properties."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001141
1142 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry">
1143 <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64">
1144 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1145 <Annotation Term="OData.Description" String="The size of the additional data for the log entry."/>
1146 <Annotation Term="OData.LongDescription" String="This property shall contain the size of the additional data referenced by the AdditionalDataURI property for the log entry."/>
1147 <Annotation Term="Measures.Unit" String="By"/>
1148 </Property>
1149 <Property Name="AdditionalDataURI" Type="Edm.String">
1150 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1151 <Annotation Term="OData.Description" String="The URI at which to access the additional data for the log entry, such as diagnostic data, image captures, or other files."/>
1152 <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access the additional data for the log entry, using the Redfish protocol and authentication methods."/>
1153 <Annotation Term="OData.IsURL"/>
1154 </Property>
1155 <Property Name="DiagnosticDataType" Type="LogEntry.v1_7_0.LogDiagnosticDataTypes">
1156 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanoused761212022-09-23 15:03:29 -07001157 <Annotation Term="OData.Description" String="The type of diagnostic data available at the AdditionalDataURI location."/>
1158 <Annotation Term="OData.LongDescription" String="This property shall contain the type of diagnostic data contained at the URI referenced by AdditionalDataURI."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001159 </Property>
1160 <Property Name="OEMDiagnosticDataType" Type="Edm.String">
1161 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanoused761212022-09-23 15:03:29 -07001162 <Annotation Term="OData.Description" String="The OEM-defined type of diagnostic data at the AdditionalDataURI location."/>
1163 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-defined type of diagnostic data contained at the URI referenced by AdditionalDataURI. This property shall be present if DiagnosticDataType is `OEM`."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001164 </Property>
1165 </EntityType>
1166
1167 <EnumType Name="LogDiagnosticDataTypes">
1168 <Member Name="Manager">
1169 <Annotation Term="OData.Description" String="Manager diagnostic data."/>
1170 </Member>
1171 <Member Name="PreOS">
1172 <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/>
1173 </Member>
1174 <Member Name="OS">
1175 <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/>
1176 </Member>
1177 <Member Name="OEM">
1178 <Annotation Term="OData.Description" String="OEM diagnostic data."/>
1179 </Member>
Gunnar Mills60c922d2021-12-01 09:28:53 -06001180 <Member Name="CPER">
1181 <Annotation Term="OData.Description" String="UEFI Common Platform Error Record."/>
1182 <Annotation Term="OData.LongDescription" String="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."/>
1183 <Annotation Term="Redfish.Revisions">
1184 <Collection>
1185 <Record>
1186 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1187 <PropertyValue Property="Version" String="v1_10_0"/>
1188 </Record>
1189 </Collection>
1190 </Annotation>
1191 </Member>
1192 <Member Name="CPERSection">
1193 <Annotation Term="OData.Description" String="A Section of a UEFI Common Platform Error Record."/>
1194 <Annotation Term="OData.LongDescription" String="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."/>
1195 <Annotation Term="Redfish.Revisions">
1196 <Collection>
1197 <Record>
1198 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1199 <PropertyValue Property="Version" String="v1_10_0"/>
1200 </Record>
1201 </Collection>
1202 </Annotation>
1203 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001204 </EnumType>
1205 </Schema>
1206
Gunnar Mills262d7d42021-01-20 16:28:41 -06001207 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_1">
1208 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1209 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1210 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_0.LogEntry"/>
1211 </Schema>
1212
Ed Tanoused761212022-09-23 15:03:29 -07001213 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_2">
1214 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1215 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events. It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1216 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry"/>
1217 </Schema>
1218
Gunnar Mills262d7d42021-01-20 16:28:41 -06001219 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_0">
1220 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1221 <Annotation Term="Redfish.Release" String="2020.4"/>
1222 <Annotation Term="OData.Description" String="This version was created to add the Resolved property."/>
1223
1224 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry">
1225 <Property Name="Resolved" Type="Edm.Boolean">
1226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1227 <Annotation Term="OData.Description" String="Indicates if the cause of the log entry has been resolved or repaired."/>
1228 <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the cause of the log entry has been resolved or repaired. The value `true` shall indicate if the cause of the log entry has been resolved or repaired. This property shall contain the value `false` if the log entry is still active. The value `false` shall be the initial state."/>
1229 </Property>
1230 </EntityType>
1231 </Schema>
1232
Ed Tanoused761212022-09-23 15:03:29 -07001233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_1">
1234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1235 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events. It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1236 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry"/>
1237 </Schema>
1238
Gunnar Mills10f270b2021-05-19 15:34:06 -05001239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_0">
1240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1241 <Annotation Term="Redfish.Release" String="2021.1"/>
1242 <Annotation Term="OData.Description" String="This version was created to add the ServiceProviderNotified and Resolution properties."/>
1243
1244 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry">
1245 <Property Name="ServiceProviderNotified" Type="Edm.Boolean">
1246 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1247 <Annotation Term="OData.Description" String="Indicates if the log entry has been sent to the service provider."/>
1248 <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the log entry has been sent to the service provider."/>
1249 </Property>
1250 <Property Name="Resolution" Type="Edm.String" Nullable="false">
1251 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1252 <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the log entry."/>
Sui Chen141d9432022-02-03 22:01:27 -08001253 <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the log entry. Services should replace the resolution defined in the message registry with a more specific resolution in a log entry."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001254 </Property>
1255 </EntityType>
1256 </Schema>
1257
Sui Chen141d9432022-02-03 22:01:27 -08001258 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_1">
1259 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1260 <Annotation Term="OData.Description" String="This version was created to update description for Resolution to recommend that an appropriate resolution is used."/>
1261 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/>
1262 </Schema>
1263
Ed Tanoused761212022-09-23 15:03:29 -07001264 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_2">
1265 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1266 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events. It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1267 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_1.LogEntry"/>
1268 </Schema>
1269
Gunnar Mills60c922d2021-12-01 09:28:53 -06001270 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_0">
1271 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272 <Annotation Term="Redfish.Release" String="2021.3"/>
1273 <Annotation Term="OData.Description" String="This version was created add `CPER` and `CPERSection` to LogDiagnosticDataTypes."/>
1274
1275 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/>
1276 </Schema>
1277
Sui Chen141d9432022-02-03 22:01:27 -08001278 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_1">
1279 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1280 <Annotation Term="OData.Description" String="This version was created to update description for Resolution to recommend that an appropriate resolution is used."/>
1281 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_0.LogEntry"/>
1282 </Schema>
1283
Ed Tanoused761212022-09-23 15:03:29 -07001284 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_2">
1285 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1286 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events. It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1287 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry"/>
1288 </Schema>
1289
Sui Chen141d9432022-02-03 22:01:27 -08001290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_0">
1291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1292 <Annotation Term="Redfish.Release" String="2021.4"/>
1293
1294 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry">
1295 <Property Name="Originator" Type="Edm.String" Nullable="false">
1296 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1297 <Annotation Term="OData.Description" String="The source of the log entry."/>
1298 <Annotation Term="OData.LongDescription" String="This property shall contain the source of the log entry."/>
1299 </Property>
1300 <Property Name="OriginatorType" Type="LogEntry.v1_11_0.OriginatorTypes" Nullable="false">
1301 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1302 <Annotation Term="OData.Description" String="The type of originator data."/>
1303 <Annotation Term="OData.LongDescription" String="This property shall contain the type of originator data."/>
1304 </Property>
1305 </EntityType>
1306
1307 <EnumType Name="OriginatorTypes">
1308 <Member Name="Client">
1309 <Annotation Term="OData.Description" String="A client of the service created this log entry."/>
1310 </Member>
1311 <Member Name="Internal">
1312 <Annotation Term="OData.Description" String="A process running on the service created this log entry."/>
1313 </Member>
1314 <Member Name="SupportingService">
1315 <Annotation Term="OData.Description" String="A process not running on the service but running on a supporting service, such as RDE implementations, UEFI, or host processes, created this log entry."/>
1316 </Member>
1317 </EnumType>
1318 </Schema>
1319
Ed Tanoused761212022-09-23 15:03:29 -07001320 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_1">
1321 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1322 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events. It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1323 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_0.LogEntry"/>
1324 </Schema>
1325
1326 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_0">
1327 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1328 <Annotation Term="Redfish.Release" String="2022.1"/>
1329
1330 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/>
1331
1332 <ComplexType Name="Links" BaseType="LogEntry.v1_0_0.Links">
1333 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
1334 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1335 <Annotation Term="OData.Description" String="An array of links to resources associated with this log entry."/>
1336 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources that are related to this log entry. It shall not contain links to LogEntry resources. RelatedLogEntries is used to reference related log entries. This property shall not contain the value of the OriginOfCondition property."/>
1337 <Annotation Term="OData.AutoExpandReferences"/>
1338 </NavigationProperty>
1339 <NavigationProperty Name="RelatedLogEntries" Type="Collection(LogEntry.LogEntry)">
1340 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1341 <Annotation Term="OData.Description" String="An array of links to other log entries that are related to this log entry."/>
1342 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type LogEntry in this or other log services that are related to this log entry."/>
1343 <Annotation Term="OData.AutoExpandReferences"/>
1344 </NavigationProperty>
1345 </ComplexType>
1346 </Schema>
1347
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05001348 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_0">
1349 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1350 <Annotation Term="Redfish.Release" String="2022.2"/>
1351
1352 <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry">
1353 <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false">
1354 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1355 <Annotation Term="OData.Description" String="Indicates this log entry is equivalent to a more specific log entry within the same EventGroupId."/>
1356 <Annotation Term="OData.LongDescription" String="This property shall indicate that this log entry is equivalent to another log entry, 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`."/>
1357 </Property>
1358 </EntityType>
1359 </Schema>
1360
Jason M. Billsea4aa752018-06-05 13:29:11 -07001361 </edmx:DataServices>
1362</edmx:Edmx>