| <?xml version="1.0" encoding="UTF-8"?> |
| <!----> |
| <!--################################################################################ --> |
| <!--# Redfish Schema: LogEntry v1.9.0 --> |
| <!--# --> |
| <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| <!--# available at http://www.dmtf.org/standards/redfish --> |
| <!--# Copyright 2014-2021 DMTF. --> |
| <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> |
| <!--################################################################################ --> |
| <!----> |
| <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> |
| |
| <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> |
| <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> |
| </edmx:Reference> |
| <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> |
| <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> |
| </edmx:Reference> |
| <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> |
| <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> |
| </edmx:Reference> |
| <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| <edmx:Include Namespace="Resource"/> |
| <edmx:Include Namespace="Resource.v1_0_0"/> |
| </edmx:Reference> |
| <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> |
| </edmx:Reference> |
| <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml"> |
| <edmx:Include Namespace="Event"/> |
| </edmx:Reference> |
| |
| <edmx:DataServices> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| |
| <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
| <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."/> |
| <Annotation Term="OData.LongDescription" String="This resource shall represent the log format for log services in a Redfish implementation."/> |
| <Annotation Term="Capabilities.InsertRestrictions"> |
| <Record> |
| <PropertyValue Property="Insertable" Bool="false"/> |
| </Record> |
| </Annotation> |
| <Annotation Term="Capabilities.UpdateRestrictions"> |
| <Record> |
| <PropertyValue Property="Updatable" Bool="true"/> |
| </Record> |
| </Annotation> |
| <Annotation Term="Capabilities.DeleteRestrictions"> |
| <Record> |
| <PropertyValue Property="Deletable" Bool="true"/> |
| <Annotation Term="OData.Description" String="Some implementations might allow the deletion of individual log entries."/> |
| </Record> |
| </Annotation> |
| <Annotation Term="Redfish.Uris"> |
| <Collection> |
| <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> |
| <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> |
| <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> |
| <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> |
| <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String> |
| <String>/redfish/v1/JobService/Log/Entries/{LogEntryId}</String> |
| <String>/redfish/v1/TelemetryService/LogService/Entries/{LogEntryId}</String> |
| <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/DeviceLog/Entries/{LogEntryId}</String> |
| </Collection> |
| </Annotation> |
| </EntityType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="1.0"/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry"> |
| <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The severity of the log entry."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the condition that created the log entry, as defined in the Status section of the Redfish Specification."/> |
| </Property> |
| <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The date and time when the log entry was created."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was created."/> |
| </Property> |
| <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false"> |
| <Annotation Term="Redfish.RequiredOnCreate"/> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The type of log entry."/> |
| <Annotation Term="OData.LongDescription" String="This property shall represent the type of log entry. If the resource represents an IPMI SEL entry, the value shall contain `SEL`. If the resource represents a Redfish event log entry, the value shall contain `Event`. If the resource represents an OEM log entry format, the value shall contain `Oem`."/> |
| <Annotation Term="Redfish.Required"/> |
| </Property> |
| <Property Name="OemRecordFormat" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <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."/> |
| <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`."/> |
| </Property> |
| <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The entry code for the log entry if the entry type is `SEL`."/> |
| <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."/> |
| </Property> |
| <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The sensor type to which the log entry pertains if the entry type is `SEL`."/> |
| <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."/> |
| </Property> |
| <Property Name="SensorNumber" Type="Edm.Int64"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The IPMI-defined sensor number."/> |
| <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."/> |
| </Property> |
| <Property Name="Message" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The message of the log entry. This property decodes from the entry type. If the entry type is `Event`, this property contains a message. If the entry type is `SEL`, this property contains an SEL-specific message. Otherwise, this property contains an OEM-specific log entry. In most cases, this property contains the actual log entry."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the message of the log entry. This property decodes from the entry type. If the entry type is `Event`, this property contains a message. If the entry type is `SEL`, this property contains an SEL-specific message, following the format specified in Table 32-1, SEL Event Records, in the IPMI Specification v2.0 revision 1.1. Otherwise, this property contains an OEM-specific log entry. In most cases, this property contains the actual log entry."/> |
| </Property> |
| <Property Name="MessageId" Type="Edm.String" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <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."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the MessageId, event data, or OEM-specific information. This property decodes from the entry type. If the entry type is `Event`, this property contains a Redfish Specification-defined MessageId property of the event. If the entry type is `SEL`, the format should follow the pattern '^0[xX](([a-fA-F]|[0-9]){2}){4}$', which results in a string in the form '0xNNaabbcc', where 'NN' is the EventDir/EventType byte, 'aa' is the Event Data 1 byte, 'bb' is Event Data 2 byte, 'cc' is Event Data 3 byte, corresponding with bytes 13-16 in the IPMI SEL Event Record. Otherwise, this property contains OEM-specific information."/> |
| </Property> |
| <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The arguments for the message."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain message arguments to substitute into the included or looked-up message."/> |
| </Property> |
| <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false"> |
| <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> |
| <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."/> |
| </Property> |
| </EntityType> |
| |
| <ComplexType Name="Links" BaseType="Resource.Links"> |
| <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> |
| <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."/> |
| <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The link to the resource that caused the log entry."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource that caused the log entry."/> |
| <Annotation Term="OData.AutoExpandReferences"/> |
| </NavigationProperty> |
| </ComplexType> |
| |
| <EnumType Name="EventSeverity"> |
| <Member Name="OK"> |
| <Annotation Term="OData.Description" String="Informational or operating normally."/> |
| </Member> |
| <Member Name="Warning"> |
| <Annotation Term="OData.Description" String="A condition that requires attention."/> |
| </Member> |
| <Member Name="Critical"> |
| <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/> |
| </Member> |
| </EnumType> |
| |
| <EnumType Name="LogEntryType"> |
| <Member Name="Event"> |
| <Annotation Term="OData.Description" String="A Redfish-defined message."/> |
| </Member> |
| <Member Name="SEL"> |
| <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/> |
| </Member> |
| <Member Name="Oem"> |
| <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/> |
| </Member> |
| </EnumType> |
| |
| <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String"> |
| <Annotation Term="Redfish.Enumeration"> |
| <Collection> |
| <Record> |
| <PropertyValue Property="Member" String="Assert"/> |
| <Annotation Term="OData.Description" String="The condition has been asserted."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Deassert"/> |
| <Annotation Term="OData.Description" String="The condition has been deasserted."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Lower Non-critical - going low"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Lower Non-critical - going high"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Lower Critical - going low"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Lower Critical - going high"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Upper Non-critical - going low"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Upper Non-critical - going high"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Upper Critical - going low"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Upper Critical - going high"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/> |
| <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Idle"/> |
| <Annotation Term="OData.Description" String="The state transitioned to idle."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Active"/> |
| <Annotation Term="OData.Description" String="The state transitioned to active."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Busy"/> |
| <Annotation Term="OData.Description" String="The state transitioned to busy."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="State Deasserted"/> |
| <Annotation Term="OData.Description" String="The state has been deasserted."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="State Asserted"/> |
| <Annotation Term="OData.Description" String="The state has been asserted."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Predictive Failure deasserted"/> |
| <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Predictive Failure asserted"/> |
| <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Limit Not Exceeded"/> |
| <Annotation Term="OData.Description" String="A limit has not been exceeded."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Limit Exceeded"/> |
| <Annotation Term="OData.Description" String="A limit has been exceeded."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Performance Met"/> |
| <Annotation Term="OData.Description" String="Performance meets expectations."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Performance Lags"/> |
| <Annotation Term="OData.Description" String="Performance does not meet expectations."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to OK"/> |
| <Annotation Term="OData.Description" String="A state has changed to OK."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/> |
| <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Critical from less severe"/> |
| <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/> |
| <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/> |
| <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/> |
| <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Non-recoverable"/> |
| <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Monitor"/> |
| <Annotation Term="OData.Description" String="A monitor event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Informational"/> |
| <Annotation Term="OData.Description" String="An informational event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Device Removed / Device Absent"/> |
| <Annotation Term="OData.Description" String="A device has been removed or is absent."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Device Inserted / Device Present"/> |
| <Annotation Term="OData.Description" String="A device has been inserted or is present."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Device Disabled"/> |
| <Annotation Term="OData.Description" String="A device has been disabled."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Device Enabled"/> |
| <Annotation Term="OData.Description" String="A device has been enabled."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Running"/> |
| <Annotation Term="OData.Description" String="A state has transitioned to Running."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to In Test"/> |
| <Annotation Term="OData.Description" String="A state has transitioned to In Test."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Power Off"/> |
| <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to On Line"/> |
| <Annotation Term="OData.Description" String="A state has transitioned to On Line."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Off Line"/> |
| <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Off Duty"/> |
| <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Degraded"/> |
| <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Transition to Power Save"/> |
| <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Install Error"/> |
| <Annotation Term="OData.Description" String="An install error has been detected."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Fully Redundant"/> |
| <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Redundancy Lost"/> |
| <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Redundancy Degraded"/> |
| <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/> |
| <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/> |
| <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/> |
| <Annotation Term="OData.Description" String="Unit is non-redundant and has insufficient resources to maintain normal operation."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/> |
| <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/> |
| <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="D0 Power State"/> |
| <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="D1 Power State"/> |
| <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="D2 Power State"/> |
| <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="D3 Power State"/> |
| <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="OEM"/> |
| <Annotation Term="OData.Description" String="An OEM-defined event."/> |
| <Annotation Term="Redfish.Revisions"> |
| <Collection> |
| <Record> |
| <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| <PropertyValue Property="Version" String="v1_3_0"/> |
| </Record> |
| </Collection> |
| </Annotation> |
| </Record> |
| </Collection> |
| </Annotation> |
| </TypeDefinition> |
| |
| <TypeDefinition Name="SensorType" UnderlyingType="Edm.String"> |
| <Annotation Term="Redfish.Enumeration"> |
| <Collection> |
| <Record> |
| <PropertyValue Property="Member" String="Platform Security Violation Attempt"/> |
| <Annotation Term="OData.Description" String="A platform security sensor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Temperature"/> |
| <Annotation Term="OData.Description" String="A temperature sensor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Voltage"/> |
| <Annotation Term="OData.Description" String="A voltage sensor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Current"/> |
| <Annotation Term="OData.Description" String="A current sensor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Fan"/> |
| <Annotation Term="OData.Description" String="A fan sensor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Physical Chassis Security"/> |
| <Annotation Term="OData.Description" String="A physical security sensor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Processor"/> |
| <Annotation Term="OData.Description" String="A sensor for a processor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Power Supply / Converter"/> |
| <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="PowerUnit"/> |
| <Annotation Term="OData.Description" String="A sensor for a power unit."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="CoolingDevice"/> |
| <Annotation Term="OData.Description" String="A sensor for a cooling device."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Other Units-based Sensor"/> |
| <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Memory"/> |
| <Annotation Term="OData.Description" String="A sensor for a memory device."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Drive Slot/Bay"/> |
| <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="POST Memory Resize"/> |
| <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="System Firmware Progress"/> |
| <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Event Logging Disabled"/> |
| <Annotation Term="OData.Description" String="A sensor for the event log."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="System Event"/> |
| <Annotation Term="OData.Description" String="A sensor for a system event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Critical Interrupt"/> |
| <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Button/Switch"/> |
| <Annotation Term="OData.Description" String="A sensor for a button or switch."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Module/Board"/> |
| <Annotation Term="OData.Description" String="A sensor for a module or board."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/> |
| <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Add-in Card"/> |
| <Annotation Term="OData.Description" String="A sensor for an add-in card."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Chassis"/> |
| <Annotation Term="OData.Description" String="A sensor for a chassis."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="ChipSet"/> |
| <Annotation Term="OData.Description" String="A sensor for a chipset."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Other FRU"/> |
| <Annotation Term="OData.Description" String="A sensor for another type of FRU."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Cable/Interconnect"/> |
| <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Terminator"/> |
| <Annotation Term="OData.Description" String="A sensor for a terminator."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="SystemBoot/Restart"/> |
| <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Boot Error"/> |
| <Annotation Term="OData.Description" String="A sensor for a boot error event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/> |
| <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="OS Stop/Shutdown"/> |
| <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event"/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Slot/Connector"/> |
| <Annotation Term="OData.Description" String="A sensor for a slot or connector."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="System ACPI PowerState"/> |
| <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Watchdog"/> |
| <Annotation Term="OData.Description" String="A sensor for a watchdog event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Platform Alert"/> |
| <Annotation Term="OData.Description" String="A sensor for a platform alert event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Entity Presence"/> |
| <Annotation Term="OData.Description" String="A sensor for an entity presence event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Monitor ASIC/IC"/> |
| <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="LAN"/> |
| <Annotation Term="OData.Description" String="A sensor for a LAN device."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Management Subsystem Health"/> |
| <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Battery"/> |
| <Annotation Term="OData.Description" String="A sensor for a battery."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Session Audit"/> |
| <Annotation Term="OData.Description" String="A sensor for a session audit event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="Version Change"/> |
| <Annotation Term="OData.Description" String="A sensor for a version change event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="FRUState"/> |
| <Annotation Term="OData.Description" String="A sensor for a FRU state event."/> |
| </Record> |
| <Record> |
| <PropertyValue Property="Member" String="OEM"/> |
| <Annotation Term="OData.Description" String="An OEM-defined sensor."/> |
| <Annotation Term="Redfish.Revisions"> |
| <Collection> |
| <Record> |
| <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| <PropertyValue Property="Version" String="v1_3_0"/> |
| </Record> |
| </Collection> |
| </Annotation> |
| </Record> |
| </Collection> |
| </Annotation> |
| </TypeDefinition> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_10"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_9.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_11"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_10.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_12"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_11.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_13"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_12.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_14"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_13.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2016.2"/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"> |
| <Property Name="EventType" Type="Event.EventType" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The type of event recorded in this log."/> |
| <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an event and the value shall indicate the type of event."/> |
| <Annotation Term="Redfish.Revisions"> |
| <Collection> |
| <Record> |
| <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| <PropertyValue Property="Version" String="v1_4_0"/> |
| <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."/> |
| </Record> |
| </Collection> |
| </Annotation> |
| </Property> |
| <Property Name="EventId" Type="Edm.String" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The unique instance identifier for an event."/> |
| <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."/> |
| </Property> |
| <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The date and time when the event occurred."/> |
| <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."/> |
| </Property> |
| </EntityType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_8"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_7.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_9"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_8.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_10"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_9.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_11"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_10.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_12"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_11.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2017.1"/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"> |
| <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false"> |
| <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> |
| </Property> |
| </EntityType> |
| |
| <ComplexType Name="Actions"> |
| <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
| <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false"> |
| <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> |
| </Property> |
| </ComplexType> |
| |
| <ComplexType Name="OemActions"> |
| <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
| <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> |
| </ComplexType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_6"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_5.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_7"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_6.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_8"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_7.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_9"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_8.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_10"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_9.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2017.3"/> |
| <Annotation Term="OData.Description" String="This version was created to add OEM enumerations for legacy IPMI log implementations."/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"> |
| <Property Name="OemLogEntryCode" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The OEM-specific entry code, if the LogEntryCode type is `OEM`."/> |
| <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`."/> |
| </Property> |
| <Property Name="OemSensorType" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/> |
| <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`."/> |
| </Property> |
| </EntityType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_5"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_4.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_6"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_5.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_7"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_6.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_8"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_7.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_9"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_8.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2018.2"/> |
| <Annotation Term="OData.Description" String="This version was created to deprecate EventType and to add EventGroupId in the case the log is used for Events."/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"> |
| <Property Name="EventGroupId" Type="Edm.Int64"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/> |
| <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."/> |
| </Property> |
| </EntityType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <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."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_4"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_3.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_5"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_6"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_5.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_7"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_6.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_8"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_7.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2019.3"/> |
| <Annotation Term="OData.Description" String="This version was created to add the GeneratorId property."/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"> |
| <Property Name="GeneratorId" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="An identifier of the device that has generated the IPMI SEL Event Record."/> |
| <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."/> |
| <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/> |
| </Property> |
| </EntityType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_1"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_0.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_2"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_3"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_2.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_4"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_3.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2020.1"/> |
| <Annotation Term="OData.Description" String="This version was created to add the Modified property."/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"> |
| <Property Name="Modified" Type="Edm.DateTimeOffset" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The date and time when the log entry was last modified."/> |
| <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."/> |
| </Property> |
| </EntityType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_1"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_0.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_2"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that only applies to SEL log entry types."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_1.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_3"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2020.3"/> |
| <Annotation Term="OData.Description" String="This version was created to add AdditionalDataSizeBytes, AdditionalDataURI, and DiagnosticDataType properties."/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry"> |
| <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The size of the additional data for the log entry."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the size of the additional data referenced by the AdditionalDataURI property for the log entry."/> |
| <Annotation Term="Measures.Unit" String="By"/> |
| </Property> |
| <Property Name="AdditionalDataURI" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The URI at which to access the additional data for the log entry, such as diagnostic data, image captures, or other files."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access the additional data for the log entry, using the Redfish protocol and authentication methods."/> |
| <Annotation Term="OData.IsURL"/> |
| </Property> |
| <Property Name="DiagnosticDataType" Type="LogEntry.v1_7_0.LogDiagnosticDataTypes"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The type of diagnostic data."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the type of diagnostic data."/> |
| </Property> |
| <Property Name="OEMDiagnosticDataType" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The OEM-defined type of diagnostic data."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-defined type of diagnostic data. This property shall be present if DiagnosticDataType is `OEM`."/> |
| </Property> |
| </EntityType> |
| |
| <EnumType Name="LogDiagnosticDataTypes"> |
| <Member Name="Manager"> |
| <Annotation Term="OData.Description" String="Manager diagnostic data."/> |
| </Member> |
| <Member Name="PreOS"> |
| <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/> |
| </Member> |
| <Member Name="OS"> |
| <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/> |
| </Member> |
| <Member Name="OEM"> |
| <Annotation Term="OData.Description" String="OEM diagnostic data."/> |
| </Member> |
| </EnumType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_1"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/> |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_0.LogEntry"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2020.4"/> |
| <Annotation Term="OData.Description" String="This version was created to add the Resolved property."/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry"> |
| <Property Name="Resolved" Type="Edm.Boolean"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| <Annotation Term="OData.Description" String="Indicates if the cause of the log entry has been resolved or repaired."/> |
| <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."/> |
| </Property> |
| </EntityType> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_0"> |
| <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| <Annotation Term="Redfish.Release" String="2021.1"/> |
| <Annotation Term="OData.Description" String="This version was created to add the ServiceProviderNotified and Resolution properties."/> |
| |
| <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry"> |
| <Property Name="ServiceProviderNotified" Type="Edm.Boolean"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="Indicates if the log entry has been sent to the service provider."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the log entry has been sent to the service provider."/> |
| </Property> |
| <Property Name="Resolution" Type="Edm.String" Nullable="false"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the log entry."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the log entry. Services can replace the resolution defined in the message registry with a more specific resolution in a log entry."/> |
| </Property> |
| </EntityType> |
| </Schema> |
| |
| </edmx:DataServices> |
| </edmx:Edmx> |