blob: 7a63d87da7e20340c89a467c33f33678d6e8686c [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills844b4152020-06-22 12:44:09 -05004<!--# Redfish Schema: LogEntry v1.6.1 -->
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 Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 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>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -060026 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070027 </edmx:Reference>
28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml">
29 <edmx:Include Namespace="Event"/>
30 </edmx:Reference>
31
32 <edmx:DataServices>
33
34 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry">
35 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
36
37 <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050038 <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."/>
39 <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 -070040 <Annotation Term="Capabilities.InsertRestrictions">
41 <Record>
42 <PropertyValue Property="Insertable" Bool="false"/>
43 </Record>
44 </Annotation>
45 <Annotation Term="Capabilities.UpdateRestrictions">
46 <Record>
47 <PropertyValue Property="Updatable" Bool="false"/>
48 </Record>
49 </Annotation>
50 <Annotation Term="Capabilities.DeleteRestrictions">
51 <Record>
52 <PropertyValue Property="Deletable" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -050053 <Annotation Term="OData.Description" String="Some implementations might allow the deletion of individual log entries."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070054 </Record>
55 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080056 <Annotation Term="Redfish.Uris">
57 <Collection>
58 <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
59 <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
60 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060061 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
Gunnar Mills09b9d452020-02-11 13:27:39 -060062 <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
Ed Tanouscb103132019-10-08 11:34:22 -070063 <String>/redfish/v1/JobService/Log/Entries/{LogEntryId}</String>
64 <String>/redfish/v1/TelemetryService/LogService/Entries/{LogEntryId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080065 </Collection>
66 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070067 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070068 </Schema>
69
70 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0">
71 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060072 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070073
74 <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry">
75 <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity">
76 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070077 <Annotation Term="OData.Description" String="The severity of the log entry."/>
78 <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 -070079 </Property>
80 <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false">
81 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070082 <Annotation Term="OData.Description" String="The date and time when the log entry was created."/>
83 <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 -070084 </Property>
85 <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false">
86 <Annotation Term="Redfish.RequiredOnCreate"/>
87 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070088 <Annotation Term="OData.Description" String="The type of log entry."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050089 <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 -070090 <Annotation Term="Redfish.Required"/>
91 </Property>
92 <Property Name="OemRecordFormat" Type="Edm.String">
93 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070094 <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."/>
95 <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 -070096 </Property>
97 <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode">
98 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070099 <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 -0600100 <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 -0700101 </Property>
102 <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType">
103 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700104 <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 -0600105 <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 -0700106 </Property>
107 <Property Name="SensorNumber" Type="Edm.Int64">
108 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="The sensor number, the count of events, or OEM-specific information. This property value is decoded from the entry type. If the entry type is `SEL`, this property contains the sensor number. If the entry type is `Event`, this property contains the count of events. Otherwise, this property contains OEM-specific information."/>
110 <Annotation Term="OData.LongDescription" String="This property shall contain the sensor number, the count of events, or OEM-specific information. This property value is decoded from the entry type. If the entry type is `SEL`, this property contains the sensor number. If the entry type is `Event`, this property contains the count of events. Otherwise, this property contains OEM-specific information."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700111 </Property>
112 <Property Name="Message" Type="Edm.String">
113 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700114 <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 -0600115 <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 -0700116 </Property>
117 <Property Name="MessageId" Type="Edm.String" Nullable="false">
118 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700119 <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 -0600120 <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 -0700121 </Property>
122 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
123 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700124 <Annotation Term="OData.Description" String="The arguments for the message."/>
125 <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 -0700126 </Property>
127 <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500128 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
129 <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 -0700130 </Property>
131 </EntityType>
132
133 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500134 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
135 <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 -0700136 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500138 <Annotation Term="OData.Description" String="The link to the resource that caused the log entry."/>
139 <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 -0700140 <Annotation Term="OData.AutoExpandReferences"/>
141 </NavigationProperty>
142 </ComplexType>
143
144 <EnumType Name="EventSeverity">
145 <Member Name="OK">
146 <Annotation Term="OData.Description" String="Informational or operating normally."/>
147 </Member>
148 <Member Name="Warning">
Ed Tanouscb103132019-10-08 11:34:22 -0700149 <Annotation Term="OData.Description" String="A condition that requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150 </Member>
151 <Member Name="Critical">
Ed Tanouscb103132019-10-08 11:34:22 -0700152 <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 </Member>
154 </EnumType>
155
156 <EnumType Name="LogEntryType">
157 <Member Name="Event">
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <Annotation Term="OData.Description" String="A Redfish-defined message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700159 </Member>
160 <Member Name="SEL">
Ed Tanouscb103132019-10-08 11:34:22 -0700161 <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700162 </Member>
163 <Member Name="Oem">
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700165 </Member>
166 </EnumType>
167
168 <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String">
169 <Annotation Term="Redfish.Enumeration">
170 <Collection>
171 <Record>
172 <PropertyValue Property="Member" String="Assert"/>
173 <Annotation Term="OData.Description" String="The condition has been asserted."/>
174 </Record>
175 <Record>
176 <PropertyValue Property="Member" String="Deassert"/>
177 <Annotation Term="OData.Description" String="The condition has been deasserted."/>
178 </Record>
179 <Record>
180 <PropertyValue Property="Member" String="Lower Non-critical - going low"/>
181 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/>
182 </Record>
183 <Record>
184 <PropertyValue Property="Member" String="Lower Non-critical - going high"/>
185 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/>
186 </Record>
187 <Record>
188 <PropertyValue Property="Member" String="Lower Critical - going low"/>
189 <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/>
190 </Record>
191 <Record>
192 <PropertyValue Property="Member" String="Lower Critical - going high"/>
193 <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/>
194 </Record>
195 <Record>
196 <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/>
197 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/>
198 </Record>
199 <Record>
200 <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/>
201 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/>
202 </Record>
203 <Record>
204 <PropertyValue Property="Member" String="Upper Non-critical - going low"/>
205 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/>
206 </Record>
207 <Record>
208 <PropertyValue Property="Member" String="Upper Non-critical - going high"/>
209 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/>
210 </Record>
211 <Record>
212 <PropertyValue Property="Member" String="Upper Critical - going low"/>
213 <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/>
214 </Record>
215 <Record>
216 <PropertyValue Property="Member" String="Upper Critical - going high"/>
217 <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/>
218 </Record>
219 <Record>
220 <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/>
221 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/>
222 </Record>
223 <Record>
224 <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/>
225 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/>
226 </Record>
227 <Record>
228 <PropertyValue Property="Member" String="Transition to Idle"/>
229 <Annotation Term="OData.Description" String="The state transitioned to idle."/>
230 </Record>
231 <Record>
232 <PropertyValue Property="Member" String="Transition to Active"/>
233 <Annotation Term="OData.Description" String="The state transitioned to active."/>
234 </Record>
235 <Record>
236 <PropertyValue Property="Member" String="Transition to Busy"/>
237 <Annotation Term="OData.Description" String="The state transitioned to busy."/>
238 </Record>
239 <Record>
240 <PropertyValue Property="Member" String="State Deasserted"/>
241 <Annotation Term="OData.Description" String="The state has been deasserted."/>
242 </Record>
243 <Record>
244 <PropertyValue Property="Member" String="State Asserted"/>
245 <Annotation Term="OData.Description" String="The state has been asserted."/>
246 </Record>
247 <Record>
248 <PropertyValue Property="Member" String="Predictive Failure deasserted"/>
249 <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/>
250 </Record>
251 <Record>
252 <PropertyValue Property="Member" String="Predictive Failure asserted"/>
253 <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/>
254 </Record>
255 <Record>
256 <PropertyValue Property="Member" String="Limit Not Exceeded"/>
257 <Annotation Term="OData.Description" String="A limit has not been exceeded."/>
258 </Record>
259 <Record>
260 <PropertyValue Property="Member" String="Limit Exceeded"/>
261 <Annotation Term="OData.Description" String="A limit has been exceeded."/>
262 </Record>
263 <Record>
264 <PropertyValue Property="Member" String="Performance Met"/>
265 <Annotation Term="OData.Description" String="Performance meets expectations."/>
266 </Record>
267 <Record>
268 <PropertyValue Property="Member" String="Performance Lags"/>
269 <Annotation Term="OData.Description" String="Performance does not meet expectations."/>
270 </Record>
271 <Record>
272 <PropertyValue Property="Member" String="Transition to OK"/>
273 <Annotation Term="OData.Description" String="A state has changed to OK."/>
274 </Record>
275 <Record>
276 <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/>
277 <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/>
278 </Record>
279 <Record>
280 <PropertyValue Property="Member" String="Transition to Critical from less severe"/>
281 <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/>
282 </Record>
283 <Record>
284 <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/>
285 <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/>
286 </Record>
287 <Record>
288 <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/>
289 <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/>
290 </Record>
291 <Record>
292 <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/>
293 <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/>
294 </Record>
295 <Record>
296 <PropertyValue Property="Member" String="Transition to Non-recoverable"/>
297 <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/>
298 </Record>
299 <Record>
300 <PropertyValue Property="Member" String="Monitor"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700301 <Annotation Term="OData.Description" String="A monitor event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700302 </Record>
303 <Record>
304 <PropertyValue Property="Member" String="Informational"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700305 <Annotation Term="OData.Description" String="An informational event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700306 </Record>
307 <Record>
308 <PropertyValue Property="Member" String="Device Removed / Device Absent"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700309 <Annotation Term="OData.Description" String="A device has been removed or is absent."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310 </Record>
311 <Record>
312 <PropertyValue Property="Member" String="Device Inserted / Device Present"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700313 <Annotation Term="OData.Description" String="A device has been inserted or is present."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700314 </Record>
315 <Record>
316 <PropertyValue Property="Member" String="Device Disabled"/>
317 <Annotation Term="OData.Description" String="A device has been disabled."/>
318 </Record>
319 <Record>
320 <PropertyValue Property="Member" String="Device Enabled"/>
321 <Annotation Term="OData.Description" String="A device has been enabled."/>
322 </Record>
323 <Record>
324 <PropertyValue Property="Member" String="Transition to Running"/>
325 <Annotation Term="OData.Description" String="A state has transitioned to Running."/>
326 </Record>
327 <Record>
328 <PropertyValue Property="Member" String="Transition to In Test"/>
329 <Annotation Term="OData.Description" String="A state has transitioned to In Test."/>
330 </Record>
331 <Record>
332 <PropertyValue Property="Member" String="Transition to Power Off"/>
333 <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/>
334 </Record>
335 <Record>
336 <PropertyValue Property="Member" String="Transition to On Line"/>
337 <Annotation Term="OData.Description" String="A state has transitioned to On Line."/>
338 </Record>
339 <Record>
340 <PropertyValue Property="Member" String="Transition to Off Line"/>
341 <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/>
342 </Record>
343 <Record>
344 <PropertyValue Property="Member" String="Transition to Off Duty"/>
345 <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/>
346 </Record>
347 <Record>
348 <PropertyValue Property="Member" String="Transition to Degraded"/>
349 <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/>
350 </Record>
351 <Record>
352 <PropertyValue Property="Member" String="Transition to Power Save"/>
353 <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/>
354 </Record>
355 <Record>
356 <PropertyValue Property="Member" String="Install Error"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700357 <Annotation Term="OData.Description" String="An install error has been detected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700358 </Record>
359 <Record>
360 <PropertyValue Property="Member" String="Fully Redundant"/>
361 <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/>
362 </Record>
363 <Record>
364 <PropertyValue Property="Member" String="Redundancy Lost"/>
365 <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/>
366 </Record>
367 <Record>
368 <PropertyValue Property="Member" String="Redundancy Degraded"/>
369 <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/>
370 </Record>
371 <Record>
372 <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/>
373 <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/>
374 </Record>
375 <Record>
376 <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700377 <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700378 </Record>
379 <Record>
380 <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700381 <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 -0700382 </Record>
383 <Record>
384 <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/>
385 <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/>
386 </Record>
387 <Record>
388 <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/>
389 <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/>
390 </Record>
391 <Record>
392 <PropertyValue Property="Member" String="D0 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700393 <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700394 </Record>
395 <Record>
396 <PropertyValue Property="Member" String="D1 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700397 <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700398 </Record>
399 <Record>
400 <PropertyValue Property="Member" String="D2 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700402 </Record>
403 <Record>
404 <PropertyValue Property="Member" String="D3 Power State"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700405 <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700406 </Record>
407 <Record>
408 <PropertyValue Property="Member" String="OEM"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700409 <Annotation Term="OData.Description" String="An OEM-defined event."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600410 <Annotation Term="Redfish.Revisions">
411 <Collection>
412 <Record>
413 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
414 <PropertyValue Property="Version" String="v1_3_0"/>
415 </Record>
416 </Collection>
417 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700418 </Record>
419 </Collection>
420 </Annotation>
421 </TypeDefinition>
422
423 <TypeDefinition Name="SensorType" UnderlyingType="Edm.String">
424 <Annotation Term="Redfish.Enumeration">
425 <Collection>
426 <Record>
427 <PropertyValue Property="Member" String="Platform Security Violation Attempt"/>
428 <Annotation Term="OData.Description" String="A platform security sensor."/>
429 </Record>
430 <Record>
431 <PropertyValue Property="Member" String="Temperature"/>
432 <Annotation Term="OData.Description" String="A temperature sensor."/>
433 </Record>
434 <Record>
435 <PropertyValue Property="Member" String="Voltage"/>
436 <Annotation Term="OData.Description" String="A voltage sensor."/>
437 </Record>
438 <Record>
439 <PropertyValue Property="Member" String="Current"/>
440 <Annotation Term="OData.Description" String="A current sensor."/>
441 </Record>
442 <Record>
443 <PropertyValue Property="Member" String="Fan"/>
444 <Annotation Term="OData.Description" String="A fan sensor."/>
445 </Record>
446 <Record>
447 <PropertyValue Property="Member" String="Physical Chassis Security"/>
448 <Annotation Term="OData.Description" String="A physical security sensor."/>
449 </Record>
450 <Record>
451 <PropertyValue Property="Member" String="Processor"/>
452 <Annotation Term="OData.Description" String="A sensor for a processor."/>
453 </Record>
454 <Record>
455 <PropertyValue Property="Member" String="Power Supply / Converter"/>
456 <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/>
457 </Record>
458 <Record>
459 <PropertyValue Property="Member" String="PowerUnit"/>
460 <Annotation Term="OData.Description" String="A sensor for a power unit."/>
461 </Record>
462 <Record>
463 <PropertyValue Property="Member" String="CoolingDevice"/>
464 <Annotation Term="OData.Description" String="A sensor for a cooling device."/>
465 </Record>
466 <Record>
467 <PropertyValue Property="Member" String="Other Units-based Sensor"/>
468 <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/>
469 </Record>
470 <Record>
471 <PropertyValue Property="Member" String="Memory"/>
472 <Annotation Term="OData.Description" String="A sensor for a memory device."/>
473 </Record>
474 <Record>
475 <PropertyValue Property="Member" String="Drive Slot/Bay"/>
476 <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/>
477 </Record>
478 <Record>
479 <PropertyValue Property="Member" String="POST Memory Resize"/>
480 <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/>
481 </Record>
482 <Record>
483 <PropertyValue Property="Member" String="System Firmware Progress"/>
484 <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/>
485 </Record>
486 <Record>
487 <PropertyValue Property="Member" String="Event Logging Disabled"/>
488 <Annotation Term="OData.Description" String="A sensor for the event log."/>
489 </Record>
490 <Record>
491 <PropertyValue Property="Member" String="System Event"/>
492 <Annotation Term="OData.Description" String="A sensor for a system event."/>
493 </Record>
494 <Record>
495 <PropertyValue Property="Member" String="Critical Interrupt"/>
496 <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/>
497 </Record>
498 <Record>
499 <PropertyValue Property="Member" String="Button/Switch"/>
500 <Annotation Term="OData.Description" String="A sensor for a button or switch."/>
501 </Record>
502 <Record>
503 <PropertyValue Property="Member" String="Module/Board"/>
504 <Annotation Term="OData.Description" String="A sensor for a module or board."/>
505 </Record>
506 <Record>
507 <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/>
508 <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/>
509 </Record>
510 <Record>
511 <PropertyValue Property="Member" String="Add-in Card"/>
512 <Annotation Term="OData.Description" String="A sensor for an add-in card."/>
513 </Record>
514 <Record>
515 <PropertyValue Property="Member" String="Chassis"/>
516 <Annotation Term="OData.Description" String="A sensor for a chassis."/>
517 </Record>
518 <Record>
519 <PropertyValue Property="Member" String="ChipSet"/>
520 <Annotation Term="OData.Description" String="A sensor for a chipset."/>
521 </Record>
522 <Record>
523 <PropertyValue Property="Member" String="Other FRU"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700524 <Annotation Term="OData.Description" String="A sensor for another type of FRU."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700525 </Record>
526 <Record>
527 <PropertyValue Property="Member" String="Cable/Interconnect"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700528 <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700529 </Record>
530 <Record>
531 <PropertyValue Property="Member" String="Terminator"/>
532 <Annotation Term="OData.Description" String="A sensor for a terminator."/>
533 </Record>
534 <Record>
535 <PropertyValue Property="Member" String="SystemBoot/Restart"/>
536 <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/>
537 </Record>
538 <Record>
539 <PropertyValue Property="Member" String="Boot Error"/>
540 <Annotation Term="OData.Description" String="A sensor for a boot error event."/>
541 </Record>
542 <Record>
543 <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/>
544 <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/>
545 </Record>
546 <Record>
547 <PropertyValue Property="Member" String="OS Stop/Shutdown"/>
548 <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event"/>
549 </Record>
550 <Record>
551 <PropertyValue Property="Member" String="Slot/Connector"/>
552 <Annotation Term="OData.Description" String="A sensor for a slot or connector."/>
553 </Record>
554 <Record>
555 <PropertyValue Property="Member" String="System ACPI PowerState"/>
556 <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/>
557 </Record>
558 <Record>
559 <PropertyValue Property="Member" String="Watchdog"/>
560 <Annotation Term="OData.Description" String="A sensor for a watchdog event."/>
561 </Record>
562 <Record>
563 <PropertyValue Property="Member" String="Platform Alert"/>
564 <Annotation Term="OData.Description" String="A sensor for a platform alert event."/>
565 </Record>
566 <Record>
567 <PropertyValue Property="Member" String="Entity Presence"/>
568 <Annotation Term="OData.Description" String="A sensor for an entity presence event."/>
569 </Record>
570 <Record>
571 <PropertyValue Property="Member" String="Monitor ASIC/IC"/>
572 <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/>
573 </Record>
574 <Record>
575 <PropertyValue Property="Member" String="LAN"/>
576 <Annotation Term="OData.Description" String="A sensor for a LAN device."/>
577 </Record>
578 <Record>
579 <PropertyValue Property="Member" String="Management Subsystem Health"/>
580 <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/>
581 </Record>
582 <Record>
583 <PropertyValue Property="Member" String="Battery"/>
584 <Annotation Term="OData.Description" String="A sensor for a battery."/>
585 </Record>
586 <Record>
587 <PropertyValue Property="Member" String="Session Audit"/>
588 <Annotation Term="OData.Description" String="A sensor for a session audit event."/>
589 </Record>
590 <Record>
591 <PropertyValue Property="Member" String="Version Change"/>
592 <Annotation Term="OData.Description" String="A sensor for a version change event."/>
593 </Record>
594 <Record>
595 <PropertyValue Property="Member" String="FRUState"/>
596 <Annotation Term="OData.Description" String="A sensor for a FRU state event."/>
597 </Record>
598 <Record>
599 <PropertyValue Property="Member" String="OEM"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700600 <Annotation Term="OData.Description" String="An OEM-defined sensor."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600601 <Annotation Term="Redfish.Revisions">
602 <Collection>
603 <Record>
604 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
605 <PropertyValue Property="Version" String="v1_3_0"/>
606 </Record>
607 </Collection>
608 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700609 </Record>
610 </Collection>
611 </Annotation>
612 </TypeDefinition>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700613 </Schema>
614
615 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2">
616 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
617 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
618 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/>
619 </Schema>
620
621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3">
622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
623 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
624 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/>
625 </Schema>
626
627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4">
628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
630 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/>
631 </Schema>
632
633 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5">
634 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700635 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700636 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/>
637 </Schema>
638
Ed Tanous530520e2019-01-02 13:41:37 -0800639 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6">
640 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700641 <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 -0800642 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/>
643 </Schema>
644
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600645 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7">
646 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700647 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600648 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/>
649 </Schema>
650
Ed Tanouscb103132019-10-08 11:34:22 -0700651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8">
652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
653 <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."/>
654 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/>
655 </Schema>
656
657 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9">
658 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
659 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
660 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/>
661 </Schema>
662
Gunnar Mills6f44b752020-02-06 16:50:51 -0600663 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_10">
664 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
665 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
666 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_9.LogEntry"/>
667 </Schema>
668
Gunnar Mills09b9d452020-02-11 13:27:39 -0600669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_11">
670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
672 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_10.LogEntry"/>
673 </Schema>
674
Gunnar Mills844b4152020-06-22 12:44:09 -0500675 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_12">
676 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
677 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
678 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_11.LogEntry"/>
679 </Schema>
680
Jason M. Billsea4aa752018-06-05 13:29:11 -0700681 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0">
682 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600683 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500684
Jason M. Billsea4aa752018-06-05 13:29:11 -0700685 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry">
686 <Property Name="EventType" Type="Event.EventType" Nullable="false">
687 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700688 <Annotation Term="OData.Description" String="The type of event recorded in this log."/>
689 <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 -0600690 <Annotation Term="Redfish.Revisions">
691 <Collection>
692 <Record>
693 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
694 <PropertyValue Property="Version" String="v1_4_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700695 <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 -0600696 </Record>
697 </Collection>
698 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700699 </Property>
700 <Property Name="EventId" Type="Edm.String" Nullable="false">
701 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700702 <Annotation Term="OData.Description" String="The unique instance identifier for an event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700703 <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."/>
704 </Property>
705 <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
706 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700707 <Annotation Term="OData.Description" String="The date and time when the event occurred."/>
708 <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 -0700709 </Property>
710 </EntityType>
711 </Schema>
712
713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1">
714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
716 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/>
717 </Schema>
718
719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2">
720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
721 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
722 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/>
723 </Schema>
724
725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3">
726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700727 <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 enum values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700728 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/>
729 </Schema>
730
Ed Tanous530520e2019-01-02 13:41:37 -0800731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4">
732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700733 <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 -0800734 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/>
735 </Schema>
736
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5">
738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700739 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600740 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/>
741 </Schema>
742
Ed Tanouscb103132019-10-08 11:34:22 -0700743 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6">
744 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
745 <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."/>
746 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/>
747 </Schema>
748
749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7">
750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
751 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
752 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/>
753 </Schema>
754
Gunnar Mills6f44b752020-02-06 16:50:51 -0600755 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_8">
756 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
757 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
758 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_7.LogEntry"/>
759 </Schema>
760
Gunnar Mills09b9d452020-02-11 13:27:39 -0600761 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_9">
762 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
764 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_8.LogEntry"/>
765 </Schema>
766
Gunnar Mills844b4152020-06-22 12:44:09 -0500767 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_10">
768 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
769 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
770 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_9.LogEntry"/>
771 </Schema>
772
Jason M. Billsea4aa752018-06-05 13:29:11 -0700773 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0">
774 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600775 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500776
Jason M. Billsea4aa752018-06-05 13:29:11 -0700777 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry">
778 <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500779 <Annotation Term="OData.Description" String="The available actions for this resource."/>
780 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700781 </Property>
782 </EntityType>
783
784 <ComplexType Name="Actions">
785 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500786 <Annotation Term="OData.Description" String="The available actions for this resource."/>
787 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800788 <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500789 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
790 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800791 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700792 </ComplexType>
793
794 <ComplexType Name="OemActions">
795 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500796 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
797 <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 -0700798 </ComplexType>
799 </Schema>
800
801 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1">
802 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700803 <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 enum values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700804 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/>
805 </Schema>
806
Ed Tanous530520e2019-01-02 13:41:37 -0800807 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2">
808 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700809 <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 -0800810 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/>
811 </Schema>
812
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600813 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3">
814 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700815 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600816 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/>
817 </Schema>
818
Ed Tanouscb103132019-10-08 11:34:22 -0700819 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4">
820 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
821 <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."/>
822 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/>
823 </Schema>
824
825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5">
826 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
828 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/>
829 </Schema>
830
Gunnar Mills6f44b752020-02-06 16:50:51 -0600831 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_6">
832 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
833 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
834 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_5.LogEntry"/>
835 </Schema>
836
Gunnar Mills09b9d452020-02-11 13:27:39 -0600837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_7">
838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
839 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
840 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_6.LogEntry"/>
841 </Schema>
842
Gunnar Mills844b4152020-06-22 12:44:09 -0500843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_8">
844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
846 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_7.LogEntry"/>
847 </Schema>
848
Jason M. Billsea4aa752018-06-05 13:29:11 -0700849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0">
850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600851 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700852 <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 -0500853
Jason M. Billsea4aa752018-06-05 13:29:11 -0700854 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry">
855 <Property Name="OemLogEntryCode" Type="Edm.String">
856 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700857 <Annotation Term="OData.Description" String="The OEM-specific entry code, if the LogEntryCode type is `OEM`."/>
858 <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 -0700859 </Property>
860 <Property Name="OemSensorType" Type="Edm.String">
861 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700862 <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/>
863 <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 -0700864 </Property>
865 </EntityType>
866 </Schema>
867
Ed Tanous530520e2019-01-02 13:41:37 -0800868 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1">
869 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700870 <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 -0800871 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/>
872 </Schema>
873
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600874 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2">
875 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700876 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600877 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/>
878 </Schema>
879
Ed Tanouscb103132019-10-08 11:34:22 -0700880 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3">
881 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
882 <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."/>
883 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/>
884 </Schema>
885
886 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4">
887 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
888 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
889 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/>
890 </Schema>
891
Gunnar Mills6f44b752020-02-06 16:50:51 -0600892 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_5">
893 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
894 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
895 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_4.LogEntry"/>
896 </Schema>
897
Gunnar Mills09b9d452020-02-11 13:27:39 -0600898 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_6">
899 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
900 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
901 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_5.LogEntry"/>
902 </Schema>
903
Gunnar Mills844b4152020-06-22 12:44:09 -0500904 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_7">
905 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
906 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
907 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_6.LogEntry"/>
908 </Schema>
909
Ed Tanous530520e2019-01-02 13:41:37 -0800910 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0">
911 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600912 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800913 <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 -0500914
Ed Tanous530520e2019-01-02 13:41:37 -0800915 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry">
916 <Property Name="EventGroupId" Type="Edm.Int64">
917 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700918 <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/>
919 <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 -0800920 </Property>
921 </EntityType>
922 </Schema>
923
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700926 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600927 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/>
928 </Schema>
929
Ed Tanouscb103132019-10-08 11:34:22 -0700930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2">
931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932 <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."/>
933 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/>
934 </Schema>
935
936 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3">
937 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
939 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/>
940 </Schema>
941
Gunnar Mills6f44b752020-02-06 16:50:51 -0600942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_4">
943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
945 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_3.LogEntry"/>
946 </Schema>
947
Gunnar Mills09b9d452020-02-11 13:27:39 -0600948 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_5">
949 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
951 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"/>
952 </Schema>
953
Gunnar Mills844b4152020-06-22 12:44:09 -0500954 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_6">
955 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
957 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_5.LogEntry"/>
958 </Schema>
959
Gunnar Mills6f44b752020-02-06 16:50:51 -0600960 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_0">
961 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962 <Annotation Term="Redfish.Release" String="2019.3"/>
963 <Annotation Term="OData.Description" String="This version was created to add the GeneratorId property."/>
964
965 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry">
966 <Property Name="GeneratorId" Type="Edm.String">
967 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
968 <Annotation Term="OData.Description" String="An identifier of the device that has generated the IPMI SEL Event Record."/>
969 <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."/>
970 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
971 </Property>
972 </EntityType>
973 </Schema>
974
Gunnar Mills09b9d452020-02-11 13:27:39 -0600975 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_1">
976 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
978 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_0.LogEntry"/>
979 </Schema>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600980
Gunnar Mills844b4152020-06-22 12:44:09 -0500981 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_2">
982 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
983 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
984 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"/>
985 </Schema>
986
Gunnar Millsa778c022020-05-12 12:20:36 -0500987 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_0">
988 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
989 <Annotation Term="Redfish.Release" String="2020.1"/>
990 <Annotation Term="OData.Description" String="This version was created to add the Modified property."/>
991
992 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry">
993 <Property Name="Modified" Type="Edm.DateTimeOffset" Nullable="false">
994 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
995 <Annotation Term="OData.Description" String="The date and time when the log entry was last modified."/>
996 <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."/>
997 </Property>
998 </EntityType>
999 </Schema>
1000
Gunnar Mills844b4152020-06-22 12:44:09 -05001001 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_1">
1002 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1003 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1004 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_0.LogEntry"/>
1005 </Schema>
1006
Jason M. Billsea4aa752018-06-05 13:29:11 -07001007 </edmx:DataServices>
1008</edmx:Edmx>