1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: LogEntry v1.16.1 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2024 DMTF. --> 9<!--# 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://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> 23 <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"/> 29 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 30 </edmx:Reference> 31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml"> 32 <edmx:Include Namespace="Event"/> 33 </edmx:Reference> 34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResolutionStep_v1.xml"> 35 <edmx:Include Namespace="ResolutionStep"/> 36 </edmx:Reference> 37 38 <edmx:DataServices> 39 40 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry"> 41 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 42 <Annotation Term="Redfish.Language" String="en"/> 43 44 <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 45 <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`."/> 46 <Annotation Term="OData.LongDescription" String="This resource shall represent the log format for log services in a Redfish implementation."/> 47 <Annotation Term="Capabilities.InsertRestrictions"> 48 <Record> 49 <PropertyValue Property="Insertable" Bool="false"/> 50 </Record> 51 </Annotation> 52 <Annotation Term="Capabilities.UpdateRestrictions"> 53 <Record> 54 <PropertyValue Property="Updatable" Bool="true"/> 55 </Record> 56 </Annotation> 57 <Annotation Term="Capabilities.DeleteRestrictions"> 58 <Record> 59 <PropertyValue Property="Deletable" Bool="true"/> 60 <Annotation Term="OData.Description" String="Some implementations might allow the deletion of individual log entries."/> 61 </Record> 62 </Annotation> 63 <Annotation Term="Redfish.Uris"> 64 <Collection> 65 <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> 66 <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> 67 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> 68 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> 69 <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> 70 <String>/redfish/v1/JobService/Log/Entries/{LogEntryId}</String> 71 <String>/redfish/v1/TelemetryService/LogService/Entries/{LogEntryId}</String> 72 <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/DeviceLog/Entries/{LogEntryId}</String> 73 <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/CXLLogicalDevices/{CXLLogicalDeviceId}/DeviceLog/Entries/{LogEntryId}</String> 74 </Collection> 75 </Annotation> 76 </EntityType> 77 </Schema> 78 79 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0"> 80 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 81 <Annotation Term="Redfish.Release" String="1.0"/> 82 83 <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry"> 84 <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity"> 85 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 86 <Annotation Term="OData.Description" String="The severity of the log entry."/> 87 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the condition that created the log entry. If `EntryType` contains `Event`, services can replace the value defined in the message registry with a value more applicable to the implementation."/> 88 </Property> 89 <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false"> 90 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 91 <Annotation Term="OData.Description" String="The date and time when the log entry was created."/> 92 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was created."/> 93 </Property> 94 <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false"> 95 <Annotation Term="Redfish.RequiredOnCreate"/> 96 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 97 <Annotation Term="OData.Description" String="The type of log entry."/> 98 <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 a CXL event record, the value shall contain `CXL`. If the resource represents an OEM log entry format, the value shall contain `Oem`."/> 99 <Annotation Term="Redfish.Required"/> 100 </Property> 101 <Property Name="OemRecordFormat" Type="Edm.String"> 102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 103 <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."/> 104 <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`."/> 105 </Property> 106 <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode"> 107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 108 <Annotation Term="OData.Description" String="The entry code for the log entry if the entry type is `SEL`."/> 109 <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."/> 110 </Property> 111 <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType"> 112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 113 <Annotation Term="OData.Description" String="The sensor type to which the log entry pertains if the entry type is `SEL`."/> 114 <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."/> 115 </Property> 116 <Property Name="SensorNumber" Type="Edm.Int64"> 117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 118 <Annotation Term="OData.Description" String="The IPMI-defined sensor number."/> 119 <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`."/> 120 </Property> 121 <Property Name="Message" Type="Edm.String"> 122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 123 <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. If the entry type is `CXL`, this property contains a CXL event record. Otherwise, this property contains an OEM-specific log entry. In most cases, this property contains the actual log entry."/> 124 <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. If the entry type is `CXL`, this property contains the CXL event record as a string of hex bytes in the pattern `^([a-fA-F0-9]{2})+$`. Otherwise, this property contains an OEM-specific log entry. In most cases, this property contains the actual log entry."/> 125 </Property> 126 <Property Name="MessageId" Type="Edm.String" Nullable="false"> 127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 128 <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."/> 129 <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. If the entry type is `CXL`, this property shall not be present. Otherwise, this property contains OEM-specific information."/> 130 </Property> 131 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false"> 132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 133 <Annotation Term="OData.Description" String="An array of message arguments that are substituted for the arguments in the message when looked up in the message registry."/> 134 <Annotation Term="OData.LongDescription" String="This property shall contain an array of message arguments that are substituted for the arguments in the message when looked up in the message registry. It has the same semantics as the `MessageArgs` property in the Redfish `MessageRegistry` schema. If the corresponding `ParamType` value contains `number`, the service shall convert the number to a string representation of the number."/> 135 </Property> 136 <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false"> 137 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 138 <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."/> 139 </Property> 140 </EntityType> 141 142 <ComplexType Name="Links" BaseType="Resource.Links"> 143 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 144 <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."/> 145 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false"> 146 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 147 <Annotation Term="OData.Description" String="The link to the resource that caused the log entry."/> 148 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource that caused the log entry. For log entries that represent the creation or deletion of a resource, this property should reference the created or deleted resource and not the collection that contains the resource."/> 149 <Annotation Term="OData.AutoExpandReferences"/> 150 </NavigationProperty> 151 </ComplexType> 152 153 <EnumType Name="EventSeverity"> 154 <Member Name="OK"> 155 <Annotation Term="OData.Description" String="Informational or operating normally."/> 156 </Member> 157 <Member Name="Warning"> 158 <Annotation Term="OData.Description" String="A condition that requires attention."/> 159 </Member> 160 <Member Name="Critical"> 161 <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/> 162 </Member> 163 </EnumType> 164 165 <EnumType Name="LogEntryType"> 166 <Member Name="Event"> 167 <Annotation Term="OData.Description" String="A Redfish-defined message."/> 168 </Member> 169 <Member Name="SEL"> 170 <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/> 171 </Member> 172 <Member Name="Oem"> 173 <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/> 174 </Member> 175 <Member Name="CXL"> 176 <Annotation Term="OData.Description" String="A CXL log entry."/> 177 <Annotation Term="Redfish.Revisions"> 178 <Collection> 179 <Record> 180 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 181 <PropertyValue Property="Version" String="v1_14_0"/> 182 </Record> 183 </Collection> 184 </Annotation> 185 </Member> 186 </EnumType> 187 188 <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String"> 189 <Annotation Term="Redfish.Enumeration"> 190 <Collection> 191 <Record> 192 <PropertyValue Property="Member" String="Assert"/> 193 <Annotation Term="OData.Description" String="The condition has been asserted."/> 194 </Record> 195 <Record> 196 <PropertyValue Property="Member" String="Deassert"/> 197 <Annotation Term="OData.Description" String="The condition has been deasserted."/> 198 </Record> 199 <Record> 200 <PropertyValue Property="Member" String="Lower Non-critical - going low"/> 201 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/> 202 </Record> 203 <Record> 204 <PropertyValue Property="Member" String="Lower Non-critical - going high"/> 205 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/> 206 </Record> 207 <Record> 208 <PropertyValue Property="Member" String="Lower Critical - going low"/> 209 <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/> 210 </Record> 211 <Record> 212 <PropertyValue Property="Member" String="Lower Critical - going high"/> 213 <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/> 214 </Record> 215 <Record> 216 <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/> 217 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/> 218 </Record> 219 <Record> 220 <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/> 221 <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/> 222 </Record> 223 <Record> 224 <PropertyValue Property="Member" String="Upper Non-critical - going low"/> 225 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/> 226 </Record> 227 <Record> 228 <PropertyValue Property="Member" String="Upper Non-critical - going high"/> 229 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/> 230 </Record> 231 <Record> 232 <PropertyValue Property="Member" String="Upper Critical - going low"/> 233 <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/> 234 </Record> 235 <Record> 236 <PropertyValue Property="Member" String="Upper Critical - going high"/> 237 <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/> 238 </Record> 239 <Record> 240 <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/> 241 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/> 242 </Record> 243 <Record> 244 <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/> 245 <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/> 246 </Record> 247 <Record> 248 <PropertyValue Property="Member" String="Transition to Idle"/> 249 <Annotation Term="OData.Description" String="The state transitioned to idle."/> 250 </Record> 251 <Record> 252 <PropertyValue Property="Member" String="Transition to Active"/> 253 <Annotation Term="OData.Description" String="The state transitioned to active."/> 254 </Record> 255 <Record> 256 <PropertyValue Property="Member" String="Transition to Busy"/> 257 <Annotation Term="OData.Description" String="The state transitioned to busy."/> 258 </Record> 259 <Record> 260 <PropertyValue Property="Member" String="State Deasserted"/> 261 <Annotation Term="OData.Description" String="The state has been deasserted."/> 262 </Record> 263 <Record> 264 <PropertyValue Property="Member" String="State Asserted"/> 265 <Annotation Term="OData.Description" String="The state has been asserted."/> 266 </Record> 267 <Record> 268 <PropertyValue Property="Member" String="Predictive Failure deasserted"/> 269 <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/> 270 </Record> 271 <Record> 272 <PropertyValue Property="Member" String="Predictive Failure asserted"/> 273 <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/> 274 </Record> 275 <Record> 276 <PropertyValue Property="Member" String="Limit Not Exceeded"/> 277 <Annotation Term="OData.Description" String="A limit has not been exceeded."/> 278 </Record> 279 <Record> 280 <PropertyValue Property="Member" String="Limit Exceeded"/> 281 <Annotation Term="OData.Description" String="A limit has been exceeded."/> 282 </Record> 283 <Record> 284 <PropertyValue Property="Member" String="Performance Met"/> 285 <Annotation Term="OData.Description" String="Performance meets expectations."/> 286 </Record> 287 <Record> 288 <PropertyValue Property="Member" String="Performance Lags"/> 289 <Annotation Term="OData.Description" String="Performance does not meet expectations."/> 290 </Record> 291 <Record> 292 <PropertyValue Property="Member" String="Transition to OK"/> 293 <Annotation Term="OData.Description" String="A state has changed to OK."/> 294 </Record> 295 <Record> 296 <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/> 297 <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/> 298 </Record> 299 <Record> 300 <PropertyValue Property="Member" String="Transition to Critical from less severe"/> 301 <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/> 302 </Record> 303 <Record> 304 <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/> 305 <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/> 306 </Record> 307 <Record> 308 <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/> 309 <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/> 310 </Record> 311 <Record> 312 <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/> 313 <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/> 314 </Record> 315 <Record> 316 <PropertyValue Property="Member" String="Transition to Non-recoverable"/> 317 <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/> 318 </Record> 319 <Record> 320 <PropertyValue Property="Member" String="Monitor"/> 321 <Annotation Term="OData.Description" String="A monitor event."/> 322 </Record> 323 <Record> 324 <PropertyValue Property="Member" String="Informational"/> 325 <Annotation Term="OData.Description" String="An informational event."/> 326 </Record> 327 <Record> 328 <PropertyValue Property="Member" String="Device Removed / Device Absent"/> 329 <Annotation Term="OData.Description" String="A device has been removed or is absent."/> 330 </Record> 331 <Record> 332 <PropertyValue Property="Member" String="Device Inserted / Device Present"/> 333 <Annotation Term="OData.Description" String="A device has been inserted or is present."/> 334 </Record> 335 <Record> 336 <PropertyValue Property="Member" String="Device Disabled"/> 337 <Annotation Term="OData.Description" String="A device has been disabled."/> 338 </Record> 339 <Record> 340 <PropertyValue Property="Member" String="Device Enabled"/> 341 <Annotation Term="OData.Description" String="A device has been enabled."/> 342 </Record> 343 <Record> 344 <PropertyValue Property="Member" String="Transition to Running"/> 345 <Annotation Term="OData.Description" String="A state has transitioned to Running."/> 346 </Record> 347 <Record> 348 <PropertyValue Property="Member" String="Transition to In Test"/> 349 <Annotation Term="OData.Description" String="A state has transitioned to In Test."/> 350 </Record> 351 <Record> 352 <PropertyValue Property="Member" String="Transition to Power Off"/> 353 <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/> 354 </Record> 355 <Record> 356 <PropertyValue Property="Member" String="Transition to On Line"/> 357 <Annotation Term="OData.Description" String="A state has transitioned to On Line."/> 358 </Record> 359 <Record> 360 <PropertyValue Property="Member" String="Transition to Off Line"/> 361 <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/> 362 </Record> 363 <Record> 364 <PropertyValue Property="Member" String="Transition to Off Duty"/> 365 <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/> 366 </Record> 367 <Record> 368 <PropertyValue Property="Member" String="Transition to Degraded"/> 369 <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/> 370 </Record> 371 <Record> 372 <PropertyValue Property="Member" String="Transition to Power Save"/> 373 <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/> 374 </Record> 375 <Record> 376 <PropertyValue Property="Member" String="Install Error"/> 377 <Annotation Term="OData.Description" String="An install error has been detected."/> 378 </Record> 379 <Record> 380 <PropertyValue Property="Member" String="Fully Redundant"/> 381 <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/> 382 </Record> 383 <Record> 384 <PropertyValue Property="Member" String="Redundancy Lost"/> 385 <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/> 386 </Record> 387 <Record> 388 <PropertyValue Property="Member" String="Redundancy Degraded"/> 389 <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/> 390 </Record> 391 <Record> 392 <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/> 393 <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/> 394 </Record> 395 <Record> 396 <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/> 397 <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/> 398 </Record> 399 <Record> 400 <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/> 401 <Annotation Term="OData.Description" String="Unit is non-redundant and has insufficient resources to maintain normal operation."/> 402 </Record> 403 <Record> 404 <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/> 405 <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/> 406 </Record> 407 <Record> 408 <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/> 409 <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/> 410 </Record> 411 <Record> 412 <PropertyValue Property="Member" String="D0 Power State"/> 413 <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/> 414 </Record> 415 <Record> 416 <PropertyValue Property="Member" String="D1 Power State"/> 417 <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/> 418 </Record> 419 <Record> 420 <PropertyValue Property="Member" String="D2 Power State"/> 421 <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/> 422 </Record> 423 <Record> 424 <PropertyValue Property="Member" String="D3 Power State"/> 425 <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/> 426 </Record> 427 <Record> 428 <PropertyValue Property="Member" String="OEM"/> 429 <Annotation Term="OData.Description" String="An OEM-defined event."/> 430 <Annotation Term="Redfish.Revisions"> 431 <Collection> 432 <Record> 433 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 434 <PropertyValue Property="Version" String="v1_3_0"/> 435 </Record> 436 </Collection> 437 </Annotation> 438 </Record> 439 </Collection> 440 </Annotation> 441 </TypeDefinition> 442 443 <TypeDefinition Name="SensorType" UnderlyingType="Edm.String"> 444 <Annotation Term="Redfish.Enumeration"> 445 <Collection> 446 <Record> 447 <PropertyValue Property="Member" String="Platform Security Violation Attempt"/> 448 <Annotation Term="OData.Description" String="A platform security sensor."/> 449 </Record> 450 <Record> 451 <PropertyValue Property="Member" String="Temperature"/> 452 <Annotation Term="OData.Description" String="A temperature sensor."/> 453 </Record> 454 <Record> 455 <PropertyValue Property="Member" String="Voltage"/> 456 <Annotation Term="OData.Description" String="A voltage sensor."/> 457 </Record> 458 <Record> 459 <PropertyValue Property="Member" String="Current"/> 460 <Annotation Term="OData.Description" String="A current sensor."/> 461 </Record> 462 <Record> 463 <PropertyValue Property="Member" String="Fan"/> 464 <Annotation Term="OData.Description" String="A fan sensor."/> 465 </Record> 466 <Record> 467 <PropertyValue Property="Member" String="Physical Chassis Security"/> 468 <Annotation Term="OData.Description" String="A physical security sensor."/> 469 </Record> 470 <Record> 471 <PropertyValue Property="Member" String="Processor"/> 472 <Annotation Term="OData.Description" String="A sensor for a processor."/> 473 </Record> 474 <Record> 475 <PropertyValue Property="Member" String="Power Supply / Converter"/> 476 <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/> 477 </Record> 478 <Record> 479 <PropertyValue Property="Member" String="PowerUnit"/> 480 <Annotation Term="OData.Description" String="A sensor for a power unit."/> 481 </Record> 482 <Record> 483 <PropertyValue Property="Member" String="CoolingDevice"/> 484 <Annotation Term="OData.Description" String="A sensor for a cooling device."/> 485 </Record> 486 <Record> 487 <PropertyValue Property="Member" String="Other Units-based Sensor"/> 488 <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/> 489 </Record> 490 <Record> 491 <PropertyValue Property="Member" String="Memory"/> 492 <Annotation Term="OData.Description" String="A sensor for a memory device."/> 493 </Record> 494 <Record> 495 <PropertyValue Property="Member" String="Drive Slot/Bay"/> 496 <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/> 497 </Record> 498 <Record> 499 <PropertyValue Property="Member" String="POST Memory Resize"/> 500 <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/> 501 </Record> 502 <Record> 503 <PropertyValue Property="Member" String="System Firmware Progress"/> 504 <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/> 505 </Record> 506 <Record> 507 <PropertyValue Property="Member" String="Event Logging Disabled"/> 508 <Annotation Term="OData.Description" String="A sensor for the event log."/> 509 </Record> 510 <Record> 511 <PropertyValue Property="Member" String="System Event"/> 512 <Annotation Term="OData.Description" String="A sensor for a system event."/> 513 </Record> 514 <Record> 515 <PropertyValue Property="Member" String="Critical Interrupt"/> 516 <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/> 517 </Record> 518 <Record> 519 <PropertyValue Property="Member" String="Button/Switch"/> 520 <Annotation Term="OData.Description" String="A sensor for a button or switch."/> 521 </Record> 522 <Record> 523 <PropertyValue Property="Member" String="Module/Board"/> 524 <Annotation Term="OData.Description" String="A sensor for a module or board."/> 525 </Record> 526 <Record> 527 <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/> 528 <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/> 529 </Record> 530 <Record> 531 <PropertyValue Property="Member" String="Add-in Card"/> 532 <Annotation Term="OData.Description" String="A sensor for an add-in card."/> 533 </Record> 534 <Record> 535 <PropertyValue Property="Member" String="Chassis"/> 536 <Annotation Term="OData.Description" String="A sensor for a chassis."/> 537 </Record> 538 <Record> 539 <PropertyValue Property="Member" String="ChipSet"/> 540 <Annotation Term="OData.Description" String="A sensor for a chipset."/> 541 </Record> 542 <Record> 543 <PropertyValue Property="Member" String="Other FRU"/> 544 <Annotation Term="OData.Description" String="A sensor for another type of FRU."/> 545 </Record> 546 <Record> 547 <PropertyValue Property="Member" String="Cable/Interconnect"/> 548 <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/> 549 </Record> 550 <Record> 551 <PropertyValue Property="Member" String="Terminator"/> 552 <Annotation Term="OData.Description" String="A sensor for a terminator."/> 553 </Record> 554 <Record> 555 <PropertyValue Property="Member" String="SystemBoot/Restart"/> 556 <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/> 557 </Record> 558 <Record> 559 <PropertyValue Property="Member" String="Boot Error"/> 560 <Annotation Term="OData.Description" String="A sensor for a boot error event."/> 561 </Record> 562 <Record> 563 <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/> 564 <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/> 565 </Record> 566 <Record> 567 <PropertyValue Property="Member" String="OS Stop/Shutdown"/> 568 <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event."/> 569 </Record> 570 <Record> 571 <PropertyValue Property="Member" String="Slot/Connector"/> 572 <Annotation Term="OData.Description" String="A sensor for a slot or connector."/> 573 </Record> 574 <Record> 575 <PropertyValue Property="Member" String="System ACPI PowerState"/> 576 <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/> 577 </Record> 578 <Record> 579 <PropertyValue Property="Member" String="Watchdog"/> 580 <Annotation Term="OData.Description" String="A sensor for a watchdog event."/> 581 </Record> 582 <Record> 583 <PropertyValue Property="Member" String="Platform Alert"/> 584 <Annotation Term="OData.Description" String="A sensor for a platform alert event."/> 585 </Record> 586 <Record> 587 <PropertyValue Property="Member" String="Entity Presence"/> 588 <Annotation Term="OData.Description" String="A sensor for an entity presence event."/> 589 </Record> 590 <Record> 591 <PropertyValue Property="Member" String="Monitor ASIC/IC"/> 592 <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/> 593 </Record> 594 <Record> 595 <PropertyValue Property="Member" String="LAN"/> 596 <Annotation Term="OData.Description" String="A sensor for a LAN device."/> 597 </Record> 598 <Record> 599 <PropertyValue Property="Member" String="Management Subsystem Health"/> 600 <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/> 601 </Record> 602 <Record> 603 <PropertyValue Property="Member" String="Battery"/> 604 <Annotation Term="OData.Description" String="A sensor for a battery."/> 605 </Record> 606 <Record> 607 <PropertyValue Property="Member" String="Session Audit"/> 608 <Annotation Term="OData.Description" String="A sensor for a session audit event."/> 609 </Record> 610 <Record> 611 <PropertyValue Property="Member" String="Version Change"/> 612 <Annotation Term="OData.Description" String="A sensor for a version change event."/> 613 </Record> 614 <Record> 615 <PropertyValue Property="Member" String="FRUState"/> 616 <Annotation Term="OData.Description" String="A sensor for a FRU state event."/> 617 </Record> 618 <Record> 619 <PropertyValue Property="Member" String="OEM"/> 620 <Annotation Term="OData.Description" String="An OEM-defined sensor."/> 621 <Annotation Term="Redfish.Revisions"> 622 <Collection> 623 <Record> 624 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 625 <PropertyValue Property="Version" String="v1_3_0"/> 626 </Record> 627 </Collection> 628 </Annotation> 629 </Record> 630 </Collection> 631 </Annotation> 632 </TypeDefinition> 633 </Schema> 634 635 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2"> 636 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 637 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 638 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/> 639 </Schema> 640 641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3"> 642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 643 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 644 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/> 645 </Schema> 646 647 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4"> 648 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 649 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 650 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/> 651 </Schema> 652 653 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5"> 654 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 655 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/> 656 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/> 657 </Schema> 658 659 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6"> 660 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 661 <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."/> 662 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/> 663 </Schema> 664 665 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7"> 666 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 667 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 668 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/> 669 </Schema> 670 671 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8"> 672 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 673 <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."/> 674 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/> 675 </Schema> 676 677 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9"> 678 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 679 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 680 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/> 681 </Schema> 682 683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_10"> 684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 685 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/> 686 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_9.LogEntry"/> 687 </Schema> 688 689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_11"> 690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 691 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/> 692 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_10.LogEntry"/> 693 </Schema> 694 695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_12"> 696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 697 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 698 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_11.LogEntry"/> 699 </Schema> 700 701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_13"> 702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 703 <Annotation Term="OData.Description" String="This version was created to correct the description of `SensorNumber` such that it only applies to SEL log entry types."/> 704 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_12.LogEntry"/> 705 </Schema> 706 707 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_14"> 708 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 709 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 710 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_13.LogEntry"/> 711 </Schema> 712 713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_15"> 714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 715 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/> 716 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_14.LogEntry"/> 717 </Schema> 718 719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_16"> 720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 721 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/> 722 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_15.LogEntry"/> 723 </Schema> 724 725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_17"> 726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 727 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 728 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_16.LogEntry"/> 729 </Schema> 730 731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_18"> 732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 733 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 734 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_17.LogEntry"/> 735 </Schema> 736 737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_16"> 738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 739 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 740 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_15.LogEntry"/> 741 </Schema> 742 743 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_17"> 744 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 745 <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/> 746 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_16.LogEntry"/> 747 </Schema> 748 749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_18"> 750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 751 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/> 752 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_17.LogEntry"/> 753 </Schema> 754 755 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_19"> 756 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 757 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 758 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_18.LogEntry"/> 759 </Schema> 760 761 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_20"> 762 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 763 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 764 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_19.LogEntry"/> 765 </Schema> 766 767 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0"> 768 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 769 <Annotation Term="Redfish.Release" String="2016.2"/> 770 771 <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"> 772 <Property Name="EventType" Type="Event.EventType" Nullable="false"> 773 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 774 <Annotation Term="OData.Description" String="The type of event recorded in this log."/> 775 <Annotation Term="OData.LongDescription" String="If present, this `LogEntry` records an event and the value shall indicate the type of event."/> 776 <Annotation Term="Redfish.Revisions"> 777 <Collection> 778 <Record> 779 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 780 <PropertyValue Property="Version" String="v1_4_0"/> 781 <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."/> 782 </Record> 783 </Collection> 784 </Annotation> 785 </Property> 786 <Property Name="EventId" Type="Edm.String" Nullable="false"> 787 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 788 <Annotation Term="OData.Description" String="The unique instance identifier for an event."/> 789 <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."/> 790 </Property> 791 <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false"> 792 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 793 <Annotation Term="OData.Description" String="The date and time when the event occurred."/> 794 <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."/> 795 </Property> 796 </EntityType> 797 </Schema> 798 799 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1"> 800 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 801 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 802 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/> 803 </Schema> 804 805 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2"> 806 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 807 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 808 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/> 809 </Schema> 810 811 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3"> 812 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 813 <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."/> 814 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/> 815 </Schema> 816 817 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4"> 818 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 819 <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."/> 820 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/> 821 </Schema> 822 823 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5"> 824 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 825 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 826 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/> 827 </Schema> 828 829 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6"> 830 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 831 <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."/> 832 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/> 833 </Schema> 834 835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7"> 836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 837 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 838 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/> 839 </Schema> 840 841 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_8"> 842 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 843 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/> 844 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_7.LogEntry"/> 845 </Schema> 846 847 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_9"> 848 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 849 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/> 850 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_8.LogEntry"/> 851 </Schema> 852 853 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_10"> 854 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 855 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 856 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_9.LogEntry"/> 857 </Schema> 858 859 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_11"> 860 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 861 <Annotation Term="OData.Description" String="This version was created to correct the description of `SensorNumber` such that it only applies to SEL log entry types."/> 862 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_10.LogEntry"/> 863 </Schema> 864 865 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_12"> 866 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 867 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 868 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_11.LogEntry"/> 869 </Schema> 870 871 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_13"> 872 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 873 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/> 874 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_12.LogEntry"/> 875 </Schema> 876 877 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_14"> 878 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 879 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 880 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_13.LogEntry"/> 881 </Schema> 882 883 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_15"> 884 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 885 <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/> 886 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_14.LogEntry"/> 887 </Schema> 888 889 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0"> 890 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 891 <Annotation Term="Redfish.Release" String="2017.1"/> 892 893 <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"> 894 <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false"> 895 <Annotation Term="OData.Description" String="The available actions for this resource."/> 896 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 897 </Property> 898 </EntityType> 899 900 <ComplexType Name="Actions"> 901 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 902 <Annotation Term="OData.Description" String="The available actions for this resource."/> 903 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 904 <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false"> 905 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 906 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 907 </Property> 908 </ComplexType> 909 910 <ComplexType Name="OemActions"> 911 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 912 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 913 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 914 </ComplexType> 915 </Schema> 916 917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1"> 918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 919 <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."/> 920 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/> 921 </Schema> 922 923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2"> 924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 925 <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."/> 926 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/> 927 </Schema> 928 929 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3"> 930 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 931 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 932 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/> 933 </Schema> 934 935 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4"> 936 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 937 <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."/> 938 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/> 939 </Schema> 940 941 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5"> 942 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 943 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 944 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/> 945 </Schema> 946 947 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_6"> 948 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 949 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/> 950 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_5.LogEntry"/> 951 </Schema> 952 953 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_7"> 954 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 955 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/> 956 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_6.LogEntry"/> 957 </Schema> 958 959 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_8"> 960 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 961 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 962 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_7.LogEntry"/> 963 </Schema> 964 965 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_9"> 966 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 967 <Annotation Term="OData.Description" String="This version was created to correct the description of `SensorNumber` such that it only applies to SEL log entry types."/> 968 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_8.LogEntry"/> 969 </Schema> 970 971 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_10"> 972 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 973 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 974 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_9.LogEntry"/> 975 </Schema> 976 977 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_11"> 978 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 979 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/> 980 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_10.LogEntry"/> 981 </Schema> 982 983 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_12"> 984 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 985 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 986 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_11.LogEntry"/> 987 </Schema> 988 989 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_13"> 990 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 991 <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/> 992 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_12.LogEntry"/> 993 </Schema> 994 995 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_14"> 996 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 997 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/> 998 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_13.LogEntry"/> 999 </Schema> 1000 1001 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_15"> 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_2_14.LogEntry"/> 1005 </Schema> 1006 1007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_16"> 1008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1009 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1010 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_15.LogEntry"/> 1011 </Schema> 1012 1013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0"> 1014 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1015 <Annotation Term="Redfish.Release" String="2017.3"/> 1016 <Annotation Term="OData.Description" String="This version was created to add OEM enumerations for legacy IPMI log implementations."/> 1017 1018 <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"> 1019 <Property Name="OemLogEntryCode" Type="Edm.String"> 1020 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1021 <Annotation Term="OData.Description" String="The OEM-specific entry code, if the `LogEntryCode` type is `OEM`."/> 1022 <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`."/> 1023 </Property> 1024 <Property Name="OemSensorType" Type="Edm.String"> 1025 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1026 <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/> 1027 <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`."/> 1028 </Property> 1029 </EntityType> 1030 </Schema> 1031 1032 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1"> 1033 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1034 <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."/> 1035 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/> 1036 </Schema> 1037 1038 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2"> 1039 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1040 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1041 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/> 1042 </Schema> 1043 1044 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3"> 1045 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1046 <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."/> 1047 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/> 1048 </Schema> 1049 1050 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4"> 1051 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1052 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1053 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/> 1054 </Schema> 1055 1056 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_5"> 1057 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1058 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/> 1059 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_4.LogEntry"/> 1060 </Schema> 1061 1062 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_6"> 1063 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1064 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/> 1065 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_5.LogEntry"/> 1066 </Schema> 1067 1068 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_7"> 1069 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1070 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1071 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_6.LogEntry"/> 1072 </Schema> 1073 1074 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_8"> 1075 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1076 <Annotation Term="OData.Description" String="This version was created to correct the description of `SensorNumber` such that it only applies to SEL log entry types."/> 1077 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_7.LogEntry"/> 1078 </Schema> 1079 1080 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_9"> 1081 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1082 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1083 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_8.LogEntry"/> 1084 </Schema> 1085 1086 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_10"> 1087 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1088 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/> 1089 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_9.LogEntry"/> 1090 </Schema> 1091 1092 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_11"> 1093 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1094 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1095 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_10.LogEntry"/> 1096 </Schema> 1097 1098 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_12"> 1099 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1100 <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/> 1101 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_11.LogEntry"/> 1102 </Schema> 1103 1104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_13"> 1105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1106 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/> 1107 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_12.LogEntry"/> 1108 </Schema> 1109 1110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_14"> 1111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1112 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1113 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_13.LogEntry"/> 1114 </Schema> 1115 1116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_15"> 1117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1118 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1119 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_14.LogEntry"/> 1120 </Schema> 1121 1122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0"> 1123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1124 <Annotation Term="Redfish.Release" String="2018.2"/> 1125 <Annotation Term="OData.Description" String="This version was created to deprecate `EventType` and to add `EventGroupId` in the case the log is used for Redfish events."/> 1126 1127 <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"> 1128 <Property Name="EventGroupId" Type="Edm.Int64"> 1129 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1130 <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/> 1131 <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."/> 1132 </Property> 1133 </EntityType> 1134 </Schema> 1135 1136 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1"> 1137 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1138 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1139 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/> 1140 </Schema> 1141 1142 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2"> 1143 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1144 <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."/> 1145 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/> 1146 </Schema> 1147 1148 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3"> 1149 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1150 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1151 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/> 1152 </Schema> 1153 1154 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_4"> 1155 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1156 <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/> 1157 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_3.LogEntry"/> 1158 </Schema> 1159 1160 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_5"> 1161 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1162 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/> 1163 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"/> 1164 </Schema> 1165 1166 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_6"> 1167 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1168 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1169 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_5.LogEntry"/> 1170 </Schema> 1171 1172 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_7"> 1173 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1174 <Annotation Term="OData.Description" String="This version was created to correct the description of `SensorNumber` such that it only applies to SEL log entry types."/> 1175 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_6.LogEntry"/> 1176 </Schema> 1177 1178 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_8"> 1179 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1180 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1181 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_7.LogEntry"/> 1182 </Schema> 1183 1184 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_9"> 1185 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1186 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/> 1187 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_8.LogEntry"/> 1188 </Schema> 1189 1190 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_10"> 1191 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1192 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1193 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_9.LogEntry"/> 1194 </Schema> 1195 1196 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_11"> 1197 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1198 <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/> 1199 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_10.LogEntry"/> 1200 </Schema> 1201 1202 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_12"> 1203 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1204 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/> 1205 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_11.LogEntry"/> 1206 </Schema> 1207 1208 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_13"> 1209 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1210 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1211 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_12.LogEntry"/> 1212 </Schema> 1213 1214 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_14"> 1215 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1216 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1217 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_13.LogEntry"/> 1218 </Schema> 1219 1220 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_0"> 1221 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1222 <Annotation Term="Redfish.Release" String="2019.3"/> 1223 1224 <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"> 1225 <Property Name="GeneratorId" Type="Edm.String"> 1226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1227 <Annotation Term="OData.Description" String="An identifier of the device that has generated the IPMI SEL Event Record."/> 1228 <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."/> 1229 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/> 1230 </Property> 1231 </EntityType> 1232 </Schema> 1233 1234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_1"> 1235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1236 <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/> 1237 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_0.LogEntry"/> 1238 </Schema> 1239 1240 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_2"> 1241 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1242 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1243 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"/> 1244 </Schema> 1245 1246 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_3"> 1247 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1248 <Annotation Term="OData.Description" String="This version was created to correct the description of `SensorNumber` such that it only applies to SEL log entry types."/> 1249 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_2.LogEntry"/> 1250 </Schema> 1251 1252 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_4"> 1253 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1254 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1255 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_3.LogEntry"/> 1256 </Schema> 1257 1258 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_5"> 1259 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1260 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/> 1261 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_4.LogEntry"/> 1262 </Schema> 1263 1264 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_6"> 1265 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1266 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1267 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_5.LogEntry"/> 1268 </Schema> 1269 1270 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_7"> 1271 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1272 <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/> 1273 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_6.LogEntry"/> 1274 </Schema> 1275 1276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_8"> 1277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1278 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/> 1279 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_7.LogEntry"/> 1280 </Schema> 1281 1282 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_9"> 1283 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1284 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1285 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_8.LogEntry"/> 1286 </Schema> 1287 1288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_10"> 1289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1290 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1291 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_9.LogEntry"/> 1292 </Schema> 1293 1294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_0"> 1295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1296 <Annotation Term="Redfish.Release" String="2020.1"/> 1297 1298 <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"> 1299 <Property Name="Modified" Type="Edm.DateTimeOffset" Nullable="false"> 1300 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1301 <Annotation Term="OData.Description" String="The date and time when the log entry was last modified."/> 1302 <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."/> 1303 </Property> 1304 </EntityType> 1305 </Schema> 1306 1307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_1"> 1308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1309 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1310 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_0.LogEntry"/> 1311 </Schema> 1312 1313 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_2"> 1314 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1315 <Annotation Term="OData.Description" String="This version was created to correct the description of `SensorNumber` such that it only applies to SEL log entry types."/> 1316 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_1.LogEntry"/> 1317 </Schema> 1318 1319 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_3"> 1320 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1321 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1322 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry"/> 1323 </Schema> 1324 1325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_4"> 1326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1327 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/> 1328 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_3.LogEntry"/> 1329 </Schema> 1330 1331 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_5"> 1332 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1333 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1334 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_4.LogEntry"/> 1335 </Schema> 1336 1337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_6"> 1338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1339 <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/> 1340 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_5.LogEntry"/> 1341 </Schema> 1342 1343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_7"> 1344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1345 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/> 1346 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_6.LogEntry"/> 1347 </Schema> 1348 1349 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_8"> 1350 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1351 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1352 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_7.LogEntry"/> 1353 </Schema> 1354 1355 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_9"> 1356 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1357 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1358 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_8.LogEntry"/> 1359 </Schema> 1360 1361 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_0"> 1362 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1363 <Annotation Term="Redfish.Release" String="2020.3"/> 1364 1365 <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry"> 1366 <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64"> 1367 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1368 <Annotation Term="OData.Description" String="The size of the additional data for this log entry."/> 1369 <Annotation Term="OData.LongDescription" String="This property shall contain the size of the additional data retrieved from the URI specified by the `AdditionalDataURI` property for this log entry."/> 1370 <Annotation Term="Measures.Unit" String="By"/> 1371 </Property> 1372 <Property Name="AdditionalDataURI" Type="Edm.String"> 1373 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1374 <Annotation Term="OData.Description" String="The URI at which to access the additional data for this log entry, such as diagnostic data, image captures, or other files."/> 1375 <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access the additional data for this log entry, using the Redfish protocol and authentication methods. If both `DiagnosticData` and `AdditionalDataURI` are present, `DiagnosticData` shall contain the Base64-encoding of the data retrieved from the URI specified by the `AdditionalDataURI` property."/> 1376 <Annotation Term="OData.IsURL"/> 1377 </Property> 1378 <Property Name="DiagnosticDataType" Type="LogEntry.v1_7_0.LogDiagnosticDataTypes"> 1379 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1380 <Annotation Term="OData.Description" String="The type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property."/> 1381 <Annotation Term="OData.LongDescription" String="This property shall contain the type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property."/> 1382 </Property> 1383 <Property Name="OEMDiagnosticDataType" Type="Edm.String"> 1384 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1385 <Annotation Term="OData.Description" String="The OEM-defined type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property."/> 1386 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-defined type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property. This property shall be present if `DiagnosticDataType` is `OEM`."/> 1387 </Property> 1388 </EntityType> 1389 1390 <EnumType Name="LogDiagnosticDataTypes"> 1391 <Member Name="Manager"> 1392 <Annotation Term="OData.Description" String="Manager diagnostic data."/> 1393 </Member> 1394 <Member Name="PreOS"> 1395 <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/> 1396 </Member> 1397 <Member Name="OS"> 1398 <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/> 1399 </Member> 1400 <Member Name="OEM"> 1401 <Annotation Term="OData.Description" String="OEM diagnostic data."/> 1402 </Member> 1403 <Member Name="CPER"> 1404 <Annotation Term="OData.Description" String="UEFI Common Platform Error Record."/> 1405 <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property is a complete UEFI Specification-defined Common Platform Error Record. The CPER data shall contain a Record Header and at least one Section as defined by the UEFI Specification."/> 1406 <Annotation Term="Redfish.Revisions"> 1407 <Collection> 1408 <Record> 1409 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1410 <PropertyValue Property="Version" String="v1_10_0"/> 1411 </Record> 1412 </Collection> 1413 </Annotation> 1414 </Member> 1415 <Member Name="CPERSection"> 1416 <Annotation Term="OData.Description" String="A Section of a UEFI Common Platform Error Record."/> 1417 <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property is a single Section of a UEFI Specification-defined Common Platform Error Record. The CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header."/> 1418 <Annotation Term="Redfish.Revisions"> 1419 <Collection> 1420 <Record> 1421 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1422 <PropertyValue Property="Version" String="v1_10_0"/> 1423 </Record> 1424 </Collection> 1425 </Annotation> 1426 </Member> 1427 </EnumType> 1428 </Schema> 1429 1430 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_1"> 1431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1432 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 1433 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_0.LogEntry"/> 1434 </Schema> 1435 1436 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_2"> 1437 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1438 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events. It was also created to clarify that `DiagnosticDataType` refers to the data located at the `AdditionalDataURI`."/> 1439 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry"/> 1440 </Schema> 1441 1442 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_3"> 1443 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1444 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1445 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_2.LogEntry"/> 1446 </Schema> 1447 1448 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_4"> 1449 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1450 <Annotation Term="OData.Description" String="This version was created to update descriptions for `AdditionalDataSizeBytes`, `AdditionalDataURI`, `DiagnosticDataType`, and `OEMDiagnosticDataType` to match updates for the new `DiagnosticData` property. It was also created to clarify that `Severity` can be overridden by the service."/> 1451 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_3.LogEntry"/> 1452 </Schema> 1453 1454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_5"> 1455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1456 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/> 1457 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_4.LogEntry"/> 1458 </Schema> 1459 1460 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_6"> 1461 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1462 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1463 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_5.LogEntry"/> 1464 </Schema> 1465 1466 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_7"> 1467 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1468 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1469 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_6.LogEntry"/> 1470 </Schema> 1471 1472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_0"> 1473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1474 <Annotation Term="Redfish.Release" String="2020.4"/> 1475 1476 <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry"> 1477 <Property Name="Resolved" Type="Edm.Boolean"> 1478 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1479 <Annotation Term="OData.Description" String="Indicates if the cause of the log entry has been resolved or repaired."/> 1480 <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. Clients should ignore this property if `Severity` contains `OK`."/> 1481 </Property> 1482 </EntityType> 1483 </Schema> 1484 1485 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_1"> 1486 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1487 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events. It was also created to clarify that `DiagnosticDataType` refers to the data located at the `AdditionalDataURI`."/> 1488 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry"/> 1489 </Schema> 1490 1491 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_2"> 1492 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1493 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1494 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_1.LogEntry"/> 1495 </Schema> 1496 1497 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_3"> 1498 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1499 <Annotation Term="OData.Description" String="This version was created to update descriptions for `AdditionalDataSizeBytes`, `AdditionalDataURI`, `DiagnosticDataType`, and `OEMDiagnosticDataType` to match updates for the new `DiagnosticData` property. It was also created to clarify that `Severity` can be overridden by the service."/> 1500 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_2.LogEntry"/> 1501 </Schema> 1502 1503 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_4"> 1504 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1505 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message. It was also created to clarify the `Resolved` property should be ignored if `Severity` contains `OK`."/> 1506 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_3.LogEntry"/> 1507 </Schema> 1508 1509 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_5"> 1510 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1511 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1512 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_4.LogEntry"/> 1513 </Schema> 1514 1515 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_6"> 1516 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1517 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1518 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_5.LogEntry"/> 1519 </Schema> 1520 1521 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_0"> 1522 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1523 <Annotation Term="Redfish.Release" String="2021.1"/> 1524 1525 <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry"> 1526 <Property Name="ServiceProviderNotified" Type="Edm.Boolean"> 1527 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1528 <Annotation Term="OData.Description" String="Indicates if the log entry has been sent to the service provider."/> 1529 <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the log entry has been sent to the service provider."/> 1530 </Property> 1531 <Property Name="Resolution" Type="Edm.String" Nullable="false"> 1532 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1533 <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the log entry."/> 1534 <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the log entry. Services should replace the resolution defined in the message registry with a more specific resolution in a log entry."/> 1535 </Property> 1536 </EntityType> 1537 </Schema> 1538 1539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_1"> 1540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1541 <Annotation Term="OData.Description" String="This version was created to update the description for `Resolution` to recommend that an appropriate resolution is used."/> 1542 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/> 1543 </Schema> 1544 1545 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_2"> 1546 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1547 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events. It was also created to clarify that `DiagnosticDataType` refers to the data located at the `AdditionalDataURI`."/> 1548 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_1.LogEntry"/> 1549 </Schema> 1550 1551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_3"> 1552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1553 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1554 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_2.LogEntry"/> 1555 </Schema> 1556 1557 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_4"> 1558 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1559 <Annotation Term="OData.Description" String="This version was created to update descriptions for `AdditionalDataSizeBytes`, `AdditionalDataURI`, `DiagnosticDataType`, and `OEMDiagnosticDataType` to match updates for the new `DiagnosticData` property. It was also created to clarify that `Severity` can be overridden by the service."/> 1560 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_3.LogEntry"/> 1561 </Schema> 1562 1563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_5"> 1564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1565 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message. It was also created to clarify the `Resolved` property should be ignored if `Severity` contains `OK`."/> 1566 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_4.LogEntry"/> 1567 </Schema> 1568 1569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_6"> 1570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1571 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1572 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_5.LogEntry"/> 1573 </Schema> 1574 1575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_7"> 1576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1577 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1578 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_6.LogEntry"/> 1579 </Schema> 1580 1581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_0"> 1582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1583 <Annotation Term="Redfish.Release" String="2021.3"/> 1584 <Annotation Term="OData.Description" String="This version was created to add `CPER` and `CPERSection` to `LogDiagnosticDataTypes`."/> 1585 1586 <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/> 1587 </Schema> 1588 1589 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_1"> 1590 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1591 <Annotation Term="OData.Description" String="This version was created to update the description for `Resolution` to recommend that an appropriate resolution is used."/> 1592 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_0.LogEntry"/> 1593 </Schema> 1594 1595 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_2"> 1596 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1597 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events. It was also created to clarify that `DiagnosticDataType` refers to the data located at the `AdditionalDataURI`."/> 1598 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry"/> 1599 </Schema> 1600 1601 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_3"> 1602 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1603 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1604 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_2.LogEntry"/> 1605 </Schema> 1606 1607 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_4"> 1608 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1609 <Annotation Term="OData.Description" String="This version was created to update descriptions for `AdditionalDataSizeBytes`, `AdditionalDataURI`, `DiagnosticDataType`, and `OEMDiagnosticDataType` to match updates for the new `DiagnosticData` property. It was also created to clarify that `Severity` can be overridden by the service."/> 1610 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_3.LogEntry"/> 1611 </Schema> 1612 1613 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_5"> 1614 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1615 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message. It was also created to clarify the `Resolved` property should be ignored if `Severity` contains `OK`."/> 1616 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_4.LogEntry"/> 1617 </Schema> 1618 1619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_6"> 1620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1621 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1622 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_5.LogEntry"/> 1623 </Schema> 1624 1625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_7"> 1626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1627 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1628 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_6.LogEntry"/> 1629 </Schema> 1630 1631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_0"> 1632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1633 <Annotation Term="Redfish.Release" String="2021.4"/> 1634 1635 <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry"> 1636 <Property Name="Originator" Type="Edm.String" Nullable="false"> 1637 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1638 <Annotation Term="OData.Description" String="The source of the log entry."/> 1639 <Annotation Term="OData.LongDescription" String="This property shall contain the source of the log entry."/> 1640 </Property> 1641 <Property Name="OriginatorType" Type="LogEntry.v1_11_0.OriginatorTypes" Nullable="false"> 1642 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1643 <Annotation Term="OData.Description" String="The type of originator data."/> 1644 <Annotation Term="OData.LongDescription" String="This property shall contain the type of originator data."/> 1645 </Property> 1646 </EntityType> 1647 1648 <EnumType Name="OriginatorTypes"> 1649 <Member Name="Client"> 1650 <Annotation Term="OData.Description" String="A client of the service created this log entry."/> 1651 </Member> 1652 <Member Name="Internal"> 1653 <Annotation Term="OData.Description" String="A process running on the service created this log entry."/> 1654 </Member> 1655 <Member Name="SupportingService"> 1656 <Annotation Term="OData.Description" String="A process not running on the service but running on a supporting service, such as RDE implementations, UEFI, or host processes, created this log entry."/> 1657 </Member> 1658 </EnumType> 1659 </Schema> 1660 1661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_1"> 1662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1663 <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events. It was also created to clarify that `DiagnosticDataType` refers to the data located at the `AdditionalDataURI`."/> 1664 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_0.LogEntry"/> 1665 </Schema> 1666 1667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_2"> 1668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1669 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1670 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/> 1671 </Schema> 1672 1673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_3"> 1674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1675 <Annotation Term="OData.Description" String="This version was created to update descriptions for `AdditionalDataSizeBytes`, `AdditionalDataURI`, `DiagnosticDataType`, and `OEMDiagnosticDataType` to match updates for the new `DiagnosticData` property. It was also created to clarify that `Severity` can be overridden by the service."/> 1676 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_2.LogEntry"/> 1677 </Schema> 1678 1679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_4"> 1680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1681 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message. It was also created to clarify the `Resolved` property should be ignored if `Severity` contains `OK`."/> 1682 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_3.LogEntry"/> 1683 </Schema> 1684 1685 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_5"> 1686 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1687 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1688 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_4.LogEntry"/> 1689 </Schema> 1690 1691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_6"> 1692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1693 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1694 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_5.LogEntry"/> 1695 </Schema> 1696 1697 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_0"> 1698 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1699 <Annotation Term="Redfish.Release" String="2022.1"/> 1700 1701 <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/> 1702 1703 <ComplexType Name="Links" BaseType="LogEntry.v1_0_0.Links"> 1704 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)"> 1705 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1706 <Annotation Term="OData.Description" String="An array of links to resources associated with this log entry."/> 1707 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources that are related to this log entry. It shall not contain links to `LogEntry` resources. `RelatedLogEntries` is used to reference related log entries. This property shall not contain the value of the `OriginOfCondition` property."/> 1708 <Annotation Term="OData.AutoExpandReferences"/> 1709 </NavigationProperty> 1710 <NavigationProperty Name="RelatedLogEntries" Type="Collection(LogEntry.LogEntry)"> 1711 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1712 <Annotation Term="OData.Description" String="An array of links to other log entries that are related to this log entry."/> 1713 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `LogEntry` in this or other log services that are related to this log entry."/> 1714 <Annotation Term="OData.AutoExpandReferences"/> 1715 </NavigationProperty> 1716 </ComplexType> 1717 </Schema> 1718 1719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_1"> 1720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1721 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1722 <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry"/> 1723 </Schema> 1724 1725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_2"> 1726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1727 <Annotation Term="OData.Description" String="This version was created to update descriptions for `AdditionalDataSizeBytes`, `AdditionalDataURI`, `DiagnosticDataType`, and `OEMDiagnosticDataType` to match updates for the new `DiagnosticData` property. It was also created to clarify that `Severity` can be overridden by the service."/> 1728 <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_1.LogEntry"/> 1729 </Schema> 1730 1731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_3"> 1732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1733 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message. It was also created to clarify the `Resolved` property should be ignored if `Severity` contains `OK`."/> 1734 <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_2.LogEntry"/> 1735 </Schema> 1736 1737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_4"> 1738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1739 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1740 <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_3.LogEntry"/> 1741 </Schema> 1742 1743 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_5"> 1744 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1745 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1746 <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_4.LogEntry"/> 1747 </Schema> 1748 1749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_0"> 1750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1751 <Annotation Term="Redfish.Release" String="2022.2"/> 1752 1753 <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry"> 1754 <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false"> 1755 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1756 <Annotation Term="OData.Description" String="Indicates this log entry is equivalent to a more specific log entry within the same `EventGroupId`."/> 1757 <Annotation Term="OData.LongDescription" String="This property shall indicate that this log entry is equivalent to another log entry, with a more specific definition, within the same `EventGroupId`. For example, the `DriveFailed` message from the Storage Device Message Registry is more specific than the `ResourceStatusChangedCritical` message from the Resource Event Message Registry, when both occur with the same `EventGroupId`. This property shall contain `true` if a more specific event is available, and shall contain `false` if no equivalent event exists in the same `EventGroupId`. If this property is absent, the value shall be assumed to be `false`."/> 1758 </Property> 1759 </EntityType> 1760 </Schema> 1761 1762 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_1"> 1763 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1764 <Annotation Term="OData.Description" String="This version was created to update descriptions for `EntryType`, `Message`, and `MessageId` to account for the new `CXL` value for `EntryType`."/> 1765 <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_0.LogEntry"/> 1766 </Schema> 1767 1768 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_2"> 1769 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1770 <Annotation Term="OData.Description" String="This version was created to update descriptions for `AdditionalDataSizeBytes`, `AdditionalDataURI`, `DiagnosticDataType`, and `OEMDiagnosticDataType` to match updates for the new `DiagnosticData` property. It was also created to clarify that `Severity` can be overridden by the service."/> 1771 <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_1.LogEntry"/> 1772 </Schema> 1773 1774 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_3"> 1775 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1776 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message. It was also created to clarify the `Resolved` property should be ignored if `Severity` contains `OK`."/> 1777 <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_2.LogEntry"/> 1778 </Schema> 1779 1780 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_4"> 1781 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1782 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1783 <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_3.LogEntry"/> 1784 </Schema> 1785 1786 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_5"> 1787 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1788 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1789 <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_4.LogEntry"/> 1790 </Schema> 1791 1792 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_0"> 1793 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1794 <Annotation Term="Redfish.Release" String="2022.3"/> 1795 <Annotation Term="OData.Description" String="This version was created to add `CXL` to `LogEntryType`."/> 1796 1797 <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_1.LogEntry"> 1798 <Property Name="OverflowErrorCount" Type="Edm.Int64" Nullable="false"> 1799 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1800 <Annotation Term="OData.Description" String="The count of overflow errors that occurred after this log entry."/> 1801 <Annotation Term="OData.LongDescription" String="This property shall contain the count of overflow errors that occurred after this log entry. If this log entry is the most recent log entry in the log service, this property shall not be present if no overflow errors occurred after the time of this log entry. If this log entry is not the most recent log entry in the log service, this property shall not be present if no overflow errors occurred between the time of this log entry and the time of the next log entry."/> 1802 </Property> 1803 <Property Name="FirstOverflowTimestamp" Type="Edm.DateTimeOffset" Nullable="false"> 1804 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1805 <Annotation Term="OData.Description" String="The timestamp of the first overflow captured after this log entry."/> 1806 <Annotation Term="OData.LongDescription" String="This property shall contain the timestamp of the first overflow captured after this log entry. If this log entry is the most recent log entry in the log service, this property shall not be present if no overflow errors occurred after the time of this log entry. If this log entry is not the most recent log entry in the log service, this property shall not be present if no overflow errors occurred between the time of this log entry and the time of the next log entry."/> 1807 </Property> 1808 <Property Name="LastOverflowTimestamp" Type="Edm.DateTimeOffset" Nullable="false"> 1809 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1810 <Annotation Term="OData.Description" String="The timestamp of the last overflow captured after this log entry."/> 1811 <Annotation Term="OData.LongDescription" String="This property shall contain the timestamp of the last overflow captured after this log entry. If this log entry is the most recent log entry in the log service, this property shall not be present if no overflow errors occurred after the time of this log entry. If this log entry is not the most recent log entry in the log service, this property shall not be present if no overflow errors occurred between the time of this log entry and the time of the next log entry."/> 1812 </Property> 1813 <Property Name="CXLEntryType" Type="LogEntry.v1_14_0.CXLEntryType" Nullable="false"> 1814 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1815 <Annotation Term="OData.Description" String="The specific CXL entry type."/> 1816 <Annotation Term="OData.LongDescription" String="This property shall contain the specific CXL entry type. This property shall only be present if `EntryType` contains `CXL`."/> 1817 </Property> 1818 <Property Name="Persistency" Type="Edm.Boolean" Nullable="false"> 1819 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1820 <Annotation Term="OData.Description" String="Indicates whether the log entry is persistent across a cold reset of the device."/> 1821 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the log entry is persistent across a cold reset of the device."/> 1822 </Property> 1823 </EntityType> 1824 1825 <EnumType Name="CXLEntryType"> 1826 <Member Name="DynamicCapacity"> 1827 <Annotation Term="OData.Description" String="A CXL Dynamic Capacity log entry."/> 1828 </Member> 1829 <Member Name="Informational"> 1830 <Annotation Term="OData.Description" String="A CXL informational log entry."/> 1831 </Member> 1832 <Member Name="Warning"> 1833 <Annotation Term="OData.Description" String="A CXL warning log entry."/> 1834 </Member> 1835 <Member Name="Failure"> 1836 <Annotation Term="OData.Description" String="A CXL failure log entry."/> 1837 </Member> 1838 <Member Name="Fatal"> 1839 <Annotation Term="OData.Description" String="A CXL fatal log entry."/> 1840 </Member> 1841 </EnumType> 1842 </Schema> 1843 1844 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_1"> 1845 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1846 <Annotation Term="OData.Description" String="This version was created to update descriptions for `AdditionalDataSizeBytes`, `AdditionalDataURI`, `DiagnosticDataType`, and `OEMDiagnosticDataType` to match updates for the new `DiagnosticData` property. It was also created to clarify that `Severity` can be overridden by the service."/> 1847 <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_0.LogEntry"/> 1848 </Schema> 1849 1850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_2"> 1851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1852 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message. It was also created to clarify the `Resolved` property should be ignored if `Severity` contains `OK`."/> 1853 <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_1.LogEntry"/> 1854 </Schema> 1855 1856 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_3"> 1857 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1858 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1859 <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_2.LogEntry"/> 1860 </Schema> 1861 1862 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_4"> 1863 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1864 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1865 <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_3.LogEntry"/> 1866 </Schema> 1867 1868 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_0"> 1869 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1870 <Annotation Term="Redfish.Release" String="2023.1"/> 1871 1872 <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_1.LogEntry"> 1873 <Property Name="CPER" Type="LogEntry.v1_15_0.CPER" Nullable="false"> 1874 <Annotation Term="OData.Description" String="Details for a CPER section or record associated with this log entry."/> 1875 <Annotation Term="OData.LongDescription" String="This property shall contain the details for a CPER section or record that is the source of this log entry."/> 1876 </Property> 1877 <Property Name="DiagnosticData" Type="Edm.String"> 1878 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1879 <Annotation Term="OData.Description" String="A Base64-encoded set of diagnostic data associated with this log entry."/> 1880 <Annotation Term="OData.LongDescription" String="This property shall contain a Base64-encoded string that represents diagnostic data associated with this log entry. The contents shall depend on the value of the `DiagnosticDataType` property. The length of the value should not exceed 4 KB. Larger diagnostic data payloads should omit this property and use the `AdditionalDataURI` property to reference the data. If both `DiagnosticData` and `AdditionalDataURI` are present, `DiagnosticData` shall contain the Base64-encoding of the data retrieved from the URI specified by the `AdditionalDataURI` property."/> 1881 </Property> 1882 </EntityType> 1883 1884 <ComplexType Name="CPER"> 1885 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1886 <Annotation Term="OData.Description" String="Details for a CPER section or record associated with a log entry."/> 1887 <Annotation Term="OData.LongDescription" String="This object shall contain the details for a CPER section or record that is the source of a log entry."/> 1888 <Property Name="NotificationType" Type="Edm.Guid"> 1889 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1890 <Annotation Term="OData.Description" String="The CPER Notification Type for a CPER record."/> 1891 <Annotation Term="OData.LongDescription" String="This property shall contain the CPER Notification Type for a CPER record that corresponds to the contents of the `DiagnosticData` property or data retrieved from the URI specified by the `AdditionalDataURI` property. This property shall only be present if `DiagnosticDataType` contains `CPER`."/> 1892 </Property> 1893 <Property Name="SectionType" Type="Edm.Guid"> 1894 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1895 <Annotation Term="OData.Description" String="The CPER Section Type."/> 1896 <Annotation Term="OData.LongDescription" String="This property shall contain the CPER Section Type for a CPER section that corresponds to the contents of the `DiagnosticData` property or data retrieved from the URI specified by the `AdditionalDataURI` property. This property shall only be present if `DiagnosticDataType` contains `CPERSection`."/> 1897 </Property> 1898 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 1899 <Annotation Term="OData.Description" String="The OEM extension property."/> 1900 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/> 1901 </Property> 1902 </ComplexType> 1903 </Schema> 1904 1905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_1"> 1906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1907 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message. It was also created to clarify the `Resolved` property should be ignored if `Severity` contains `OK`."/> 1908 <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_0.LogEntry"/> 1909 </Schema> 1910 1911 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_2"> 1912 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1913 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1914 <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_1.LogEntry"/> 1915 </Schema> 1916 1917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_3"> 1918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1919 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1920 <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_2.LogEntry"/> 1921 </Schema> 1922 1923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_0"> 1924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1925 <Annotation Term="Redfish.Release" String="2023.3"/> 1926 1927 <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_2.LogEntry"> 1928 <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false"> 1929 <Annotation Term="OData.Description" String="The list of recommended steps to resolve the cause of the log entry."/> 1930 <Annotation Term="OData.LongDescription" String="This property shall contain an array of recommended steps to resolve the cause of the log entry. This property shall not be present if the `Severity` property contains `OK`. A client can stop executing the resolution steps once the `Resolved` property resource contains `true` or the `Health` property in the associated resource referenced by the `OriginOfCondition` property contains `OK`."/> 1931 </Property> 1932 </EntityType> 1933 </Schema> 1934 1935 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_1"> 1936 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1937 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1938 <EntityType Name="LogEntry" BaseType="LogEntry.v1_16_0.LogEntry"/> 1939 </Schema> 1940 1941 </edmx:DataServices> 1942</edmx:Edmx> 1943