blob: 8860930d0279809fd09feeb642d50d6748b62621 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: LogEntry v1.9.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 -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 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>
Ed Tanous530520e2019-01-02 13:41:37 -080068 </Collection>
69 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070070 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070071 </Schema>
72
73 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0">
74 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060075 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070076
77 <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry">
78 <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity">
79 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070080 <Annotation Term="OData.Description" String="The severity of the log entry."/>
81 <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 -070082 </Property>
83 <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false">
84 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070085 <Annotation Term="OData.Description" String="The date and time when the log entry was created."/>
86 <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 -070087 </Property>
88 <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false">
89 <Annotation Term="Redfish.RequiredOnCreate"/>
90 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070091 <Annotation Term="OData.Description" String="The type of log entry."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050092 <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 -070093 <Annotation Term="Redfish.Required"/>
94 </Property>
95 <Property Name="OemRecordFormat" Type="Edm.String">
96 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070097 <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."/>
98 <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 -070099 </Property>
100 <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode">
101 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700102 <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 -0600103 <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 -0700104 </Property>
105 <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType">
106 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700107 <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 -0600108 <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 -0700109 </Property>
110 <Property Name="SensorNumber" Type="Edm.Int64">
111 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500112 <Annotation Term="OData.Description" String="The IPMI-defined sensor number."/>
113 <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 -0700114 </Property>
115 <Property Name="Message" Type="Edm.String">
116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700117 <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 -0600118 <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 -0700119 </Property>
120 <Property Name="MessageId" Type="Edm.String" Nullable="false">
121 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700122 <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 -0600123 <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 -0700124 </Property>
125 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
126 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700127 <Annotation Term="OData.Description" String="The arguments for the message."/>
128 <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 -0700129 </Property>
130 <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500131 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
132 <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 -0700133 </Property>
134 </EntityType>
135
136 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500137 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
138 <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 -0700139 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500141 <Annotation Term="OData.Description" String="The link to the resource that caused the log entry."/>
142 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource that caused the log entry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700143 <Annotation Term="OData.AutoExpandReferences"/>
144 </NavigationProperty>
145 </ComplexType>
146
147 <EnumType Name="EventSeverity">
148 <Member Name="OK">
149 <Annotation Term="OData.Description" String="Informational or operating normally."/>
150 </Member>
151 <Member Name="Warning">
Ed Tanouscb103132019-10-08 11:34:22 -0700152 <Annotation Term="OData.Description" String="A condition that requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 </Member>
154 <Member Name="Critical">
Ed Tanouscb103132019-10-08 11:34:22 -0700155 <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700156 </Member>
157 </EnumType>
158
159 <EnumType Name="LogEntryType">
160 <Member Name="Event">
Ed Tanouscb103132019-10-08 11:34:22 -0700161 <Annotation Term="OData.Description" String="A Redfish-defined message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700162 </Member>
163 <Member Name="SEL">
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700165 </Member>
166 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700167 <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700168 </Member>
169 </EnumType>
170
171 <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String">
172 <Annotation Term="Redfish.Enumeration">
173 <Collection>
174 <Record>
175 <PropertyValue Property="Member" String="Assert"/>
176 <Annotation Term="OData.Description" String="The condition has been asserted."/>
177 </Record>
178 <Record>
179 <PropertyValue Property="Member" String="Deassert"/>
180 <Annotation Term="OData.Description" String="The condition has been deasserted."/>
181 </Record>
182 <Record>
183 <PropertyValue Property="Member" String="Lower Non-critical - going low"/>
184 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/>
185 </Record>
186 <Record>
187 <PropertyValue Property="Member" String="Lower Non-critical - going high"/>
188 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/>
189 </Record>
190 <Record>
191 <PropertyValue Property="Member" String="Lower Critical - going low"/>
192 <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/>
193 </Record>
194 <Record>
195 <PropertyValue Property="Member" String="Lower Critical - going high"/>
196 <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/>
197 </Record>
198 <Record>
199 <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/>
200 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/>
201 </Record>
202 <Record>
203 <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/>
204 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/>
205 </Record>
206 <Record>
207 <PropertyValue Property="Member" String="Upper Non-critical - going low"/>
208 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/>
209 </Record>
210 <Record>
211 <PropertyValue Property="Member" String="Upper Non-critical - going high"/>
212 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/>
213 </Record>
214 <Record>
215 <PropertyValue Property="Member" String="Upper Critical - going low"/>
216 <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/>
217 </Record>
218 <Record>
219 <PropertyValue Property="Member" String="Upper Critical - going high"/>
220 <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/>
221 </Record>
222 <Record>
223 <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/>
224 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/>
225 </Record>
226 <Record>
227 <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/>
228 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/>
229 </Record>
230 <Record>
231 <PropertyValue Property="Member" String="Transition to Idle"/>
232 <Annotation Term="OData.Description" String="The state transitioned to idle."/>
233 </Record>
234 <Record>
235 <PropertyValue Property="Member" String="Transition to Active"/>
236 <Annotation Term="OData.Description" String="The state transitioned to active."/>
237 </Record>
238 <Record>
239 <PropertyValue Property="Member" String="Transition to Busy"/>
240 <Annotation Term="OData.Description" String="The state transitioned to busy."/>
241 </Record>
242 <Record>
243 <PropertyValue Property="Member" String="State Deasserted"/>
244 <Annotation Term="OData.Description" String="The state has been deasserted."/>
245 </Record>
246 <Record>
247 <PropertyValue Property="Member" String="State Asserted"/>
248 <Annotation Term="OData.Description" String="The state has been asserted."/>
249 </Record>
250 <Record>
251 <PropertyValue Property="Member" String="Predictive Failure deasserted"/>
252 <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/>
253 </Record>
254 <Record>
255 <PropertyValue Property="Member" String="Predictive Failure asserted"/>
256 <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/>
257 </Record>
258 <Record>
259 <PropertyValue Property="Member" String="Limit Not Exceeded"/>
260 <Annotation Term="OData.Description" String="A limit has not been exceeded."/>
261 </Record>
262 <Record>
263 <PropertyValue Property="Member" String="Limit Exceeded"/>
264 <Annotation Term="OData.Description" String="A limit has been exceeded."/>
265 </Record>
266 <Record>
267 <PropertyValue Property="Member" String="Performance Met"/>
268 <Annotation Term="OData.Description" String="Performance meets expectations."/>
269 </Record>
270 <Record>
271 <PropertyValue Property="Member" String="Performance Lags"/>
272 <Annotation Term="OData.Description" String="Performance does not meet expectations."/>
273 </Record>
274 <Record>
275 <PropertyValue Property="Member" String="Transition to OK"/>
276 <Annotation Term="OData.Description" String="A state has changed to OK."/>
277 </Record>
278 <Record>
279 <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/>
280 <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/>
281 </Record>
282 <Record>
283 <PropertyValue Property="Member" String="Transition to Critical from less severe"/>
284 <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/>
285 </Record>
286 <Record>
287 <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/>
288 <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/>
289 </Record>
290 <Record>
291 <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/>
292 <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/>
293 </Record>
294 <Record>
295 <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/>
296 <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/>
297 </Record>
298 <Record>
299 <PropertyValue Property="Member" String="Transition to Non-recoverable"/>
300 <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/>
301 </Record>
302 <Record>
303 <PropertyValue Property="Member" String="Monitor"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700304 <Annotation Term="OData.Description" String="A monitor event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700305 </Record>
306 <Record>
307 <PropertyValue Property="Member" String="Informational"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700308 <Annotation Term="OData.Description" String="An informational event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700309 </Record>
310 <Record>
311 <PropertyValue Property="Member" String="Device Removed / Device Absent"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700312 <Annotation Term="OData.Description" String="A device has been removed or is absent."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700313 </Record>
314 <Record>
315 <PropertyValue Property="Member" String="Device Inserted / Device Present"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700316 <Annotation Term="OData.Description" String="A device has been inserted or is present."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700317 </Record>
318 <Record>
319 <PropertyValue Property="Member" String="Device Disabled"/>
320 <Annotation Term="OData.Description" String="A device has been disabled."/>
321 </Record>
322 <Record>
323 <PropertyValue Property="Member" String="Device Enabled"/>
324 <Annotation Term="OData.Description" String="A device has been enabled."/>
325 </Record>
326 <Record>
327 <PropertyValue Property="Member" String="Transition to Running"/>
328 <Annotation Term="OData.Description" String="A state has transitioned to Running."/>
329 </Record>
330 <Record>
331 <PropertyValue Property="Member" String="Transition to In Test"/>
332 <Annotation Term="OData.Description" String="A state has transitioned to In Test."/>
333 </Record>
334 <Record>
335 <PropertyValue Property="Member" String="Transition to Power Off"/>
336 <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/>
337 </Record>
338 <Record>
339 <PropertyValue Property="Member" String="Transition to On Line"/>
340 <Annotation Term="OData.Description" String="A state has transitioned to On Line."/>
341 </Record>
342 <Record>
343 <PropertyValue Property="Member" String="Transition to Off Line"/>
344 <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/>
345 </Record>
346 <Record>
347 <PropertyValue Property="Member" String="Transition to Off Duty"/>
348 <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/>
349 </Record>
350 <Record>
351 <PropertyValue Property="Member" String="Transition to Degraded"/>
352 <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/>
353 </Record>
354 <Record>
355 <PropertyValue Property="Member" String="Transition to Power Save"/>
356 <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/>
357 </Record>
358 <Record>
359 <PropertyValue Property="Member" String="Install Error"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700360 <Annotation Term="OData.Description" String="An install error has been detected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700361 </Record>
362 <Record>
363 <PropertyValue Property="Member" String="Fully Redundant"/>
364 <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/>
365 </Record>
366 <Record>
367 <PropertyValue Property="Member" String="Redundancy Lost"/>
368 <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/>
369 </Record>
370 <Record>
371 <PropertyValue Property="Member" String="Redundancy Degraded"/>
372 <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/>
373 </Record>
374 <Record>
375 <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/>
376 <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/>
377 </Record>
378 <Record>
379 <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700380 <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700381 </Record>
382 <Record>
383 <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700384 <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 -0700385 </Record>
386 <Record>
387 <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/>
388 <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/>
389 </Record>
390 <Record>
391 <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/>
392 <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/>
393 </Record>
394 <Record>
395 <PropertyValue Property="Member" String="D0 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700396 <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700397 </Record>
398 <Record>
399 <PropertyValue Property="Member" String="D1 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700400 <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700401 </Record>
402 <Record>
403 <PropertyValue Property="Member" String="D2 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700404 <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700405 </Record>
406 <Record>
407 <PropertyValue Property="Member" String="D3 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700408 <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700409 </Record>
410 <Record>
411 <PropertyValue Property="Member" String="OEM"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <Annotation Term="OData.Description" String="An OEM-defined event."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600413 <Annotation Term="Redfish.Revisions">
414 <Collection>
415 <Record>
416 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
417 <PropertyValue Property="Version" String="v1_3_0"/>
418 </Record>
419 </Collection>
420 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700421 </Record>
422 </Collection>
423 </Annotation>
424 </TypeDefinition>
425
426 <TypeDefinition Name="SensorType" UnderlyingType="Edm.String">
427 <Annotation Term="Redfish.Enumeration">
428 <Collection>
429 <Record>
430 <PropertyValue Property="Member" String="Platform Security Violation Attempt"/>
431 <Annotation Term="OData.Description" String="A platform security sensor."/>
432 </Record>
433 <Record>
434 <PropertyValue Property="Member" String="Temperature"/>
435 <Annotation Term="OData.Description" String="A temperature sensor."/>
436 </Record>
437 <Record>
438 <PropertyValue Property="Member" String="Voltage"/>
439 <Annotation Term="OData.Description" String="A voltage sensor."/>
440 </Record>
441 <Record>
442 <PropertyValue Property="Member" String="Current"/>
443 <Annotation Term="OData.Description" String="A current sensor."/>
444 </Record>
445 <Record>
446 <PropertyValue Property="Member" String="Fan"/>
447 <Annotation Term="OData.Description" String="A fan sensor."/>
448 </Record>
449 <Record>
450 <PropertyValue Property="Member" String="Physical Chassis Security"/>
451 <Annotation Term="OData.Description" String="A physical security sensor."/>
452 </Record>
453 <Record>
454 <PropertyValue Property="Member" String="Processor"/>
455 <Annotation Term="OData.Description" String="A sensor for a processor."/>
456 </Record>
457 <Record>
458 <PropertyValue Property="Member" String="Power Supply / Converter"/>
459 <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/>
460 </Record>
461 <Record>
462 <PropertyValue Property="Member" String="PowerUnit"/>
463 <Annotation Term="OData.Description" String="A sensor for a power unit."/>
464 </Record>
465 <Record>
466 <PropertyValue Property="Member" String="CoolingDevice"/>
467 <Annotation Term="OData.Description" String="A sensor for a cooling device."/>
468 </Record>
469 <Record>
470 <PropertyValue Property="Member" String="Other Units-based Sensor"/>
471 <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/>
472 </Record>
473 <Record>
474 <PropertyValue Property="Member" String="Memory"/>
475 <Annotation Term="OData.Description" String="A sensor for a memory device."/>
476 </Record>
477 <Record>
478 <PropertyValue Property="Member" String="Drive Slot/Bay"/>
479 <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/>
480 </Record>
481 <Record>
482 <PropertyValue Property="Member" String="POST Memory Resize"/>
483 <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/>
484 </Record>
485 <Record>
486 <PropertyValue Property="Member" String="System Firmware Progress"/>
487 <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/>
488 </Record>
489 <Record>
490 <PropertyValue Property="Member" String="Event Logging Disabled"/>
491 <Annotation Term="OData.Description" String="A sensor for the event log."/>
492 </Record>
493 <Record>
494 <PropertyValue Property="Member" String="System Event"/>
495 <Annotation Term="OData.Description" String="A sensor for a system event."/>
496 </Record>
497 <Record>
498 <PropertyValue Property="Member" String="Critical Interrupt"/>
499 <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/>
500 </Record>
501 <Record>
502 <PropertyValue Property="Member" String="Button/Switch"/>
503 <Annotation Term="OData.Description" String="A sensor for a button or switch."/>
504 </Record>
505 <Record>
506 <PropertyValue Property="Member" String="Module/Board"/>
507 <Annotation Term="OData.Description" String="A sensor for a module or board."/>
508 </Record>
509 <Record>
510 <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/>
511 <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/>
512 </Record>
513 <Record>
514 <PropertyValue Property="Member" String="Add-in Card"/>
515 <Annotation Term="OData.Description" String="A sensor for an add-in card."/>
516 </Record>
517 <Record>
518 <PropertyValue Property="Member" String="Chassis"/>
519 <Annotation Term="OData.Description" String="A sensor for a chassis."/>
520 </Record>
521 <Record>
522 <PropertyValue Property="Member" String="ChipSet"/>
523 <Annotation Term="OData.Description" String="A sensor for a chipset."/>
524 </Record>
525 <Record>
526 <PropertyValue Property="Member" String="Other FRU"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700527 <Annotation Term="OData.Description" String="A sensor for another type of FRU."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700528 </Record>
529 <Record>
530 <PropertyValue Property="Member" String="Cable/Interconnect"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700531 <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700532 </Record>
533 <Record>
534 <PropertyValue Property="Member" String="Terminator"/>
535 <Annotation Term="OData.Description" String="A sensor for a terminator."/>
536 </Record>
537 <Record>
538 <PropertyValue Property="Member" String="SystemBoot/Restart"/>
539 <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/>
540 </Record>
541 <Record>
542 <PropertyValue Property="Member" String="Boot Error"/>
543 <Annotation Term="OData.Description" String="A sensor for a boot error event."/>
544 </Record>
545 <Record>
546 <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/>
547 <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/>
548 </Record>
549 <Record>
550 <PropertyValue Property="Member" String="OS Stop/Shutdown"/>
551 <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event"/>
552 </Record>
553 <Record>
554 <PropertyValue Property="Member" String="Slot/Connector"/>
555 <Annotation Term="OData.Description" String="A sensor for a slot or connector."/>
556 </Record>
557 <Record>
558 <PropertyValue Property="Member" String="System ACPI PowerState"/>
559 <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/>
560 </Record>
561 <Record>
562 <PropertyValue Property="Member" String="Watchdog"/>
563 <Annotation Term="OData.Description" String="A sensor for a watchdog event."/>
564 </Record>
565 <Record>
566 <PropertyValue Property="Member" String="Platform Alert"/>
567 <Annotation Term="OData.Description" String="A sensor for a platform alert event."/>
568 </Record>
569 <Record>
570 <PropertyValue Property="Member" String="Entity Presence"/>
571 <Annotation Term="OData.Description" String="A sensor for an entity presence event."/>
572 </Record>
573 <Record>
574 <PropertyValue Property="Member" String="Monitor ASIC/IC"/>
575 <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/>
576 </Record>
577 <Record>
578 <PropertyValue Property="Member" String="LAN"/>
579 <Annotation Term="OData.Description" String="A sensor for a LAN device."/>
580 </Record>
581 <Record>
582 <PropertyValue Property="Member" String="Management Subsystem Health"/>
583 <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/>
584 </Record>
585 <Record>
586 <PropertyValue Property="Member" String="Battery"/>
587 <Annotation Term="OData.Description" String="A sensor for a battery."/>
588 </Record>
589 <Record>
590 <PropertyValue Property="Member" String="Session Audit"/>
591 <Annotation Term="OData.Description" String="A sensor for a session audit event."/>
592 </Record>
593 <Record>
594 <PropertyValue Property="Member" String="Version Change"/>
595 <Annotation Term="OData.Description" String="A sensor for a version change event."/>
596 </Record>
597 <Record>
598 <PropertyValue Property="Member" String="FRUState"/>
599 <Annotation Term="OData.Description" String="A sensor for a FRU state event."/>
600 </Record>
601 <Record>
602 <PropertyValue Property="Member" String="OEM"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700603 <Annotation Term="OData.Description" String="An OEM-defined sensor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600604 <Annotation Term="Redfish.Revisions">
605 <Collection>
606 <Record>
607 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
608 <PropertyValue Property="Version" String="v1_3_0"/>
609 </Record>
610 </Collection>
611 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700612 </Record>
613 </Collection>
614 </Annotation>
615 </TypeDefinition>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700616 </Schema>
617
618 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2">
619 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
620 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
621 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/>
622 </Schema>
623
624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3">
625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
626 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
627 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/>
628 </Schema>
629
630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4">
631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
632 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
633 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/>
634 </Schema>
635
636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5">
637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700638 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700639 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/>
640 </Schema>
641
Ed Tanous530520e2019-01-02 13:41:37 -0800642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6">
643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700644 <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 -0800645 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/>
646 </Schema>
647
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7">
649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700650 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600651 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/>
652 </Schema>
653
Ed Tanouscb103132019-10-08 11:34:22 -0700654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8">
655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656 <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."/>
657 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/>
658 </Schema>
659
660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9">
661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
663 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/>
664 </Schema>
665
Gunnar Mills6f44b752020-02-06 16:50:51 -0600666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_10">
667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
669 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_9.LogEntry"/>
670 </Schema>
671
Gunnar Mills09b9d452020-02-11 13:27:39 -0600672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_11">
673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
674 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
675 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_10.LogEntry"/>
676 </Schema>
677
Gunnar Mills844b4152020-06-22 12:44:09 -0500678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_12">
679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
681 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_11.LogEntry"/>
682 </Schema>
683
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_13">
685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
686 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
687 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_12.LogEntry"/>
688 </Schema>
689
Gunnar Mills262d7d42021-01-20 16:28:41 -0600690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_14">
691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
693 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_13.LogEntry"/>
694 </Schema>
695
Jason M. Billsea4aa752018-06-05 13:29:11 -0700696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0">
697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600698 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500699
Jason M. Billsea4aa752018-06-05 13:29:11 -0700700 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry">
701 <Property Name="EventType" Type="Event.EventType" Nullable="false">
702 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700703 <Annotation Term="OData.Description" String="The type of event recorded in this log."/>
704 <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 -0600705 <Annotation Term="Redfish.Revisions">
706 <Collection>
707 <Record>
708 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
709 <PropertyValue Property="Version" String="v1_4_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700710 <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 -0600711 </Record>
712 </Collection>
713 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700714 </Property>
715 <Property Name="EventId" Type="Edm.String" Nullable="false">
716 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700717 <Annotation Term="OData.Description" String="The unique instance identifier for an event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700718 <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."/>
719 </Property>
720 <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
721 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700722 <Annotation Term="OData.Description" String="The date and time when the event occurred."/>
723 <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 -0700724 </Property>
725 </EntityType>
726 </Schema>
727
728 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1">
729 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
730 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
731 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/>
732 </Schema>
733
734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2">
735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
736 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
737 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/>
738 </Schema>
739
740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3">
741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600742 <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 -0700743 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/>
744 </Schema>
745
Ed Tanous530520e2019-01-02 13:41:37 -0800746 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4">
747 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700748 <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 -0800749 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/>
750 </Schema>
751
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5">
753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700754 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600755 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/>
756 </Schema>
757
Ed Tanouscb103132019-10-08 11:34:22 -0700758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6">
759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
760 <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."/>
761 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/>
762 </Schema>
763
764 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7">
765 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
766 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
767 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/>
768 </Schema>
769
Gunnar Mills6f44b752020-02-06 16:50:51 -0600770 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_8">
771 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
772 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
773 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_7.LogEntry"/>
774 </Schema>
775
Gunnar Mills09b9d452020-02-11 13:27:39 -0600776 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_9">
777 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
779 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_8.LogEntry"/>
780 </Schema>
781
Gunnar Mills844b4152020-06-22 12:44:09 -0500782 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_10">
783 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
784 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
785 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_9.LogEntry"/>
786 </Schema>
787
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_11">
789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
791 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_10.LogEntry"/>
792 </Schema>
793
Gunnar Mills262d7d42021-01-20 16:28:41 -0600794 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_12">
795 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
797 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_11.LogEntry"/>
798 </Schema>
799
Jason M. Billsea4aa752018-06-05 13:29:11 -0700800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0">
801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600802 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500803
Jason M. Billsea4aa752018-06-05 13:29:11 -0700804 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry">
805 <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500806 <Annotation Term="OData.Description" String="The available actions for this resource."/>
807 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700808 </Property>
809 </EntityType>
810
811 <ComplexType Name="Actions">
812 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500813 <Annotation Term="OData.Description" String="The available actions for this resource."/>
814 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800815 <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500816 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
817 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800818 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700819 </ComplexType>
820
821 <ComplexType Name="OemActions">
822 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500823 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
824 <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 -0700825 </ComplexType>
826 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500827
Jason M. Billsea4aa752018-06-05 13:29:11 -0700828 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1">
829 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600830 <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 -0700831 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/>
832 </Schema>
833
Ed Tanous530520e2019-01-02 13:41:37 -0800834 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2">
835 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700836 <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 -0800837 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/>
838 </Schema>
839
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3">
841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700842 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600843 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/>
844 </Schema>
845
Ed Tanouscb103132019-10-08 11:34:22 -0700846 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4">
847 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
848 <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."/>
849 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/>
850 </Schema>
851
852 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5">
853 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
854 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
855 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/>
856 </Schema>
857
Gunnar Mills6f44b752020-02-06 16:50:51 -0600858 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_6">
859 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
860 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
861 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_5.LogEntry"/>
862 </Schema>
863
Gunnar Mills09b9d452020-02-11 13:27:39 -0600864 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_7">
865 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
866 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
867 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_6.LogEntry"/>
868 </Schema>
869
Gunnar Mills844b4152020-06-22 12:44:09 -0500870 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_8">
871 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
872 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
873 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_7.LogEntry"/>
874 </Schema>
875
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500876 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_9">
877 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
878 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
879 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_8.LogEntry"/>
880 </Schema>
881
Gunnar Mills262d7d42021-01-20 16:28:41 -0600882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_10">
883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
884 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
885 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_9.LogEntry"/>
886 </Schema>
887
Jason M. Billsea4aa752018-06-05 13:29:11 -0700888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0">
889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600890 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700891 <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 -0500892
Jason M. Billsea4aa752018-06-05 13:29:11 -0700893 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry">
894 <Property Name="OemLogEntryCode" Type="Edm.String">
895 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700896 <Annotation Term="OData.Description" String="The OEM-specific entry code, if the LogEntryCode type is `OEM`."/>
897 <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 -0700898 </Property>
899 <Property Name="OemSensorType" Type="Edm.String">
900 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700901 <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/>
902 <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 -0700903 </Property>
904 </EntityType>
905 </Schema>
906
Ed Tanous530520e2019-01-02 13:41:37 -0800907 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1">
908 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700909 <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 -0800910 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/>
911 </Schema>
912
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600913 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2">
914 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700915 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600916 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/>
917 </Schema>
918
Ed Tanouscb103132019-10-08 11:34:22 -0700919 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3">
920 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
921 <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."/>
922 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/>
923 </Schema>
924
925 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4">
926 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
927 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
928 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/>
929 </Schema>
930
Gunnar Mills6f44b752020-02-06 16:50:51 -0600931 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_5">
932 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
933 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
934 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_4.LogEntry"/>
935 </Schema>
936
Gunnar Mills09b9d452020-02-11 13:27:39 -0600937 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_6">
938 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
939 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
940 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_5.LogEntry"/>
941 </Schema>
942
Gunnar Mills844b4152020-06-22 12:44:09 -0500943 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_7">
944 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
945 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
946 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_6.LogEntry"/>
947 </Schema>
948
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500949 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_8">
950 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
951 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
952 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_7.LogEntry"/>
953 </Schema>
954
Gunnar Mills262d7d42021-01-20 16:28:41 -0600955 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_9">
956 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
957 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
958 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_8.LogEntry"/>
959 </Schema>
960
Ed Tanous530520e2019-01-02 13:41:37 -0800961 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0">
962 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600963 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800964 <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 -0500965
Ed Tanous530520e2019-01-02 13:41:37 -0800966 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry">
967 <Property Name="EventGroupId" Type="Edm.Int64">
968 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700969 <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/>
970 <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 -0800971 </Property>
972 </EntityType>
973 </Schema>
974
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600975 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1">
976 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700977 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600978 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/>
979 </Schema>
980
Ed Tanouscb103132019-10-08 11:34:22 -0700981 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2">
982 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
983 <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."/>
984 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/>
985 </Schema>
986
987 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3">
988 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
989 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
990 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/>
991 </Schema>
992
Gunnar Mills6f44b752020-02-06 16:50:51 -0600993 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_4">
994 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
995 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
996 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_3.LogEntry"/>
997 </Schema>
998
Gunnar Mills09b9d452020-02-11 13:27:39 -0600999 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_5">
1000 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1001 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
1002 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"/>
1003 </Schema>
1004
Gunnar Mills844b4152020-06-22 12:44:09 -05001005 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_6">
1006 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1007 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1008 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_5.LogEntry"/>
1009 </Schema>
1010
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001011 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_7">
1012 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1013 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
1014 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_6.LogEntry"/>
1015 </Schema>
1016
Gunnar Mills262d7d42021-01-20 16:28:41 -06001017 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_8">
1018 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1019 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1020 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_7.LogEntry"/>
1021 </Schema>
1022
Gunnar Mills6f44b752020-02-06 16:50:51 -06001023 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_0">
1024 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1025 <Annotation Term="Redfish.Release" String="2019.3"/>
1026 <Annotation Term="OData.Description" String="This version was created to add the GeneratorId property."/>
1027
1028 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry">
1029 <Property Name="GeneratorId" Type="Edm.String">
1030 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1031 <Annotation Term="OData.Description" String="An identifier of the device that has generated the IPMI SEL Event Record."/>
1032 <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."/>
1033 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1034 </Property>
1035 </EntityType>
1036 </Schema>
1037
Gunnar Mills09b9d452020-02-11 13:27:39 -06001038 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_1">
1039 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1040 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
1041 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_0.LogEntry"/>
1042 </Schema>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001043
Gunnar Mills844b4152020-06-22 12:44:09 -05001044 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_2">
1045 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1046 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1047 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"/>
1048 </Schema>
1049
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001050 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_3">
1051 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1052 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
1053 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_2.LogEntry"/>
1054 </Schema>
1055
Gunnar Mills262d7d42021-01-20 16:28:41 -06001056 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_4">
1057 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1058 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1059 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_3.LogEntry"/>
1060 </Schema>
1061
Gunnar Millsa778c022020-05-12 12:20:36 -05001062 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_0">
1063 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1064 <Annotation Term="Redfish.Release" String="2020.1"/>
1065 <Annotation Term="OData.Description" String="This version was created to add the Modified property."/>
1066
1067 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry">
1068 <Property Name="Modified" Type="Edm.DateTimeOffset" Nullable="false">
1069 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1070 <Annotation Term="OData.Description" String="The date and time when the log entry was last modified."/>
1071 <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."/>
1072 </Property>
1073 </EntityType>
1074 </Schema>
1075
Gunnar Mills844b4152020-06-22 12:44:09 -05001076 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_1">
1077 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1078 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1079 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_0.LogEntry"/>
1080 </Schema>
1081
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001082 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_2">
1083 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1084 <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/>
1085 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_1.LogEntry"/>
1086 </Schema>
1087
Gunnar Mills262d7d42021-01-20 16:28:41 -06001088 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_3">
1089 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1090 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1091 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry"/>
1092 </Schema>
1093
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001094 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_0">
1095 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1096 <Annotation Term="Redfish.Release" String="2020.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001097 <Annotation Term="OData.Description" String="This version was created to add AdditionalDataSizeBytes, AdditionalDataURI, and DiagnosticDataType properties."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001098
1099 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry">
1100 <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64">
1101 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1102 <Annotation Term="OData.Description" String="The size of the additional data for the log entry."/>
1103 <Annotation Term="OData.LongDescription" String="This property shall contain the size of the additional data referenced by the AdditionalDataURI property for the log entry."/>
1104 <Annotation Term="Measures.Unit" String="By"/>
1105 </Property>
1106 <Property Name="AdditionalDataURI" Type="Edm.String">
1107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1108 <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."/>
1109 <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."/>
1110 <Annotation Term="OData.IsURL"/>
1111 </Property>
1112 <Property Name="DiagnosticDataType" Type="LogEntry.v1_7_0.LogDiagnosticDataTypes">
1113 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1114 <Annotation Term="OData.Description" String="The type of diagnostic data."/>
1115 <Annotation Term="OData.LongDescription" String="This property shall contain the type of diagnostic data."/>
1116 </Property>
1117 <Property Name="OEMDiagnosticDataType" Type="Edm.String">
1118 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1119 <Annotation Term="OData.Description" String="The OEM-defined type of diagnostic data."/>
1120 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-defined type of diagnostic data. This property shall be present if DiagnosticDataType is `OEM`."/>
1121 </Property>
1122 </EntityType>
1123
1124 <EnumType Name="LogDiagnosticDataTypes">
1125 <Member Name="Manager">
1126 <Annotation Term="OData.Description" String="Manager diagnostic data."/>
1127 </Member>
1128 <Member Name="PreOS">
1129 <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/>
1130 </Member>
1131 <Member Name="OS">
1132 <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/>
1133 </Member>
1134 <Member Name="OEM">
1135 <Annotation Term="OData.Description" String="OEM diagnostic data."/>
1136 </Member>
1137 </EnumType>
1138 </Schema>
1139
Gunnar Mills262d7d42021-01-20 16:28:41 -06001140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_1">
1141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1142 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1143 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_0.LogEntry"/>
1144 </Schema>
1145
1146 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_0">
1147 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1148 <Annotation Term="Redfish.Release" String="2020.4"/>
1149 <Annotation Term="OData.Description" String="This version was created to add the Resolved property."/>
1150
1151 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry">
1152 <Property Name="Resolved" Type="Edm.Boolean">
1153 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1154 <Annotation Term="OData.Description" String="Indicates if the cause of the log entry has been resolved or repaired."/>
1155 <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."/>
1156 </Property>
1157 </EntityType>
1158 </Schema>
1159
Gunnar Mills10f270b2021-05-19 15:34:06 -05001160 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_0">
1161 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1162 <Annotation Term="Redfish.Release" String="2021.1"/>
1163 <Annotation Term="OData.Description" String="This version was created to add the ServiceProviderNotified and Resolution properties."/>
1164
1165 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry">
1166 <Property Name="ServiceProviderNotified" Type="Edm.Boolean">
1167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1168 <Annotation Term="OData.Description" String="Indicates if the log entry has been sent to the service provider."/>
1169 <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the log entry has been sent to the service provider."/>
1170 </Property>
1171 <Property Name="Resolution" Type="Edm.String" Nullable="false">
1172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1173 <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the log entry."/>
1174 <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the log entry. Services can replace the resolution defined in the message registry with a more specific resolution in a log entry."/>
1175 </Property>
1176 </EntityType>
1177 </Schema>
1178
Jason M. Billsea4aa752018-06-05 13:29:11 -07001179 </edmx:DataServices>
1180</edmx:Edmx>