1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: Event v1.10.0 --> 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-2023 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/RedfishExtensions_v1.xml"> 24 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 25 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 26 </edmx:Reference> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 28 <edmx:Include Namespace="Resource"/> 29 <edmx:Include Namespace="Resource.v1_0_0"/> 30 </edmx:Reference> 31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntry_v1.xml"> 32 <edmx:Include Namespace="LogEntry"/> 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="Event"> 41 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 42 43 <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 44 <Annotation Term="OData.Description" String="The Event schema describes the JSON payload received by an event destination, which has subscribed to event notification, when events occur. This resource contains data about events, including descriptions, severity, and a message identifier to a message registry that can be accessed for further information."/> 45 <Annotation Term="OData.LongDescription" String="This resource contains an event for a Redfish implementation."/> 46 <Annotation Term="Capabilities.InsertRestrictions"> 47 <Record> 48 <PropertyValue Property="Insertable" Bool="false"/> 49 </Record> 50 </Annotation> 51 <Annotation Term="Capabilities.UpdateRestrictions"> 52 <Record> 53 <PropertyValue Property="Updatable" Bool="false"/> 54 </Record> 55 </Annotation> 56 <Annotation Term="Capabilities.DeleteRestrictions"> 57 <Record> 58 <PropertyValue Property="Deletable" Bool="false"/> 59 </Record> 60 </Annotation> 61 </EntityType> 62 63 <EnumType Name="EventType"> 64 <Annotation Term="Redfish.Revisions"> 65 <Collection> 66 <Record> 67 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 68 <PropertyValue Property="Version" String="v1_3_0"/> 69 <PropertyValue Property="Description" String="Starting with Redfish Specification v1.6 (Event v1.3), subscriptions are based on the RegistryPrefix and ResourceType properties and not on the EventType property."/> 70 </Record> 71 </Collection> 72 </Annotation> 73 <Member Name="StatusChange"> 74 <Annotation Term="OData.Description" String="The status of a resource has changed."/> 75 </Member> 76 <Member Name="ResourceUpdated"> 77 <Annotation Term="OData.Description" String="A resource has been updated."/> 78 </Member> 79 <Member Name="ResourceAdded"> 80 <Annotation Term="OData.Description" String="A resource has been added."/> 81 </Member> 82 <Member Name="ResourceRemoved"> 83 <Annotation Term="OData.Description" String="A resource has been removed."/> 84 </Member> 85 <Member Name="Alert"> 86 <Annotation Term="OData.Description" String="A condition requires attention."/> 87 </Member> 88 <Member Name="MetricReport"> 89 <Annotation Term="OData.Description" String="The telemetry service is sending a metric report."/> 90 <Annotation Term="OData.LongDescription" String="Events of type `MetricReport` shall be sent to a client in accordance with the MetricReport schema definition."/> 91 <Annotation Term="Redfish.Revisions"> 92 <Collection> 93 <Record> 94 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 95 <PropertyValue Property="Version" String="v1_3_0"/> 96 </Record> 97 </Collection> 98 </Annotation> 99 </Member> 100 <Member Name="Other"> 101 <Annotation Term="OData.Description" String="Because EventType is deprecated as of Redfish Specification v1.6, the event is based on a registry or resource but not an EventType."/> 102 <Annotation Term="OData.LongDescription" String="Events of type `Other` shall be sent to a client in accordance with subscriptions to RegistryPrefixes or ResourceTypes."/> 103 <Annotation Term="Redfish.Revisions"> 104 <Collection> 105 <Record> 106 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 107 <PropertyValue Property="Version" String="v1_4_0"/> 108 </Record> 109 </Collection> 110 </Annotation> 111 </Member> 112 </EnumType> 113 114 </Schema> 115 116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0"> 117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 118 <Annotation Term="Redfish.Release" String="1.0"/> 119 120 <EntityType Name="Event" BaseType="Event.Event"> 121 <NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true"> 122 <Annotation Term="OData.Description" String="Each event in this array has a set of properties that describe the event. Because this is an array, more than one event can be sent simultaneously."/> 123 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the occurrence of one or more events."/> 124 <Annotation Term="Redfish.Required"/> 125 <Annotation Term="OData.AutoExpand"/> 126 </NavigationProperty> 127 </EntityType> 128 129 <EntityType Name="EventRecord" BaseType="Resource.v1_0_0.ReferenceableMember"> 130 <Property Name="EventType" Type="Event.EventType" Nullable="false"> 131 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 132 <Annotation Term="OData.Description" String="The type of event."/> 133 <Annotation Term="OData.LongDescription" String="This property shall indicate the type of event."/> 134 <Annotation Term="Redfish.Required"/> 135 <Annotation Term="Redfish.Revisions"> 136 <Collection> 137 <Record> 138 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 139 <PropertyValue Property="Version" String="v1_3_0"/> 140 <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."/> 141 </Record> 142 </Collection> 143 </Annotation> 144 </Property> 145 <Property Name="EventId" Type="Edm.String" Nullable="false"> 146 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 147 <Annotation Term="OData.Description" String="The unique instance identifier of an event."/> 148 <Annotation Term="OData.LongDescription" String="This property shall contain a service-defined unique identifier for the event."/> 149 </Property> 150 <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false"> 151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 152 <Annotation Term="OData.Description" String="The time the event occurred."/> 153 <Annotation Term="OData.LongDescription" String="This property shall indicate the time the event occurred where the value shall be consistent with the Redfish service time that is also used for the values of the Modified property."/> 154 </Property> 155 <Property Name="Severity" Type="Edm.String" Nullable="false"> 156 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 157 <Annotation Term="OData.Description" String="The severity of the event."/> 158 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the event, as defined in the 'Status' clause of the Redfish Specification. Services can replace the value defined in the message registry with a value more applicable to the implementation."/> 159 <Annotation Term="Redfish.Revisions"> 160 <Collection> 161 <Record> 162 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 163 <PropertyValue Property="Version" String="v1_5_0"/> 164 <PropertyValue Property="Description" String="This property has been deprecated in favor of MessageSeverity, which ties the values to the enumerations defined for the Health property within Status."/> 165 </Record> 166 </Collection> 167 </Annotation> 168 </Property> 169 <Property Name="Message" Type="Edm.String" Nullable="false"> 170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 171 <Annotation Term="OData.Description" String="The human-readable event message."/> 172 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable event message."/> 173 </Property> 174 <Property Name="MessageId" Type="Edm.String" Nullable="false"> 175 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 176 <Annotation Term="OData.Description" String="The identifier for the message."/> 177 <Annotation Term="OData.LongDescription" String="This property shall contain a MessageId, as defined in the 'MessageId format' clause of the Redfish Specification."/> 178 <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+\.\d+\.\d+\.[A-Za-z0-9.]+$"/> 179 <Annotation Term="Redfish.Required"/> 180 </Property> 181 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false"> 182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 183 <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."/> 184 <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."/> 185 </Property> 186 <Property Name="Context" Type="Edm.String" Nullable="false"> 187 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 188 <Annotation Term="OData.Description" String="A context can be supplied at subscription time. This property is the context value supplied by the subscriber."/> 189 <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/> 190 <Annotation Term="Redfish.Revisions"> 191 <Collection> 192 <Record> 193 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 194 <PropertyValue Property="Version" String="v1_1_0"/> 195 <PropertyValue Property="Description" String="Events are triggered independently from subscriptions to those events. This property has been deprecated in favor of the Context property found at the root level of the object."/> 196 </Record> 197 </Collection> 198 </Annotation> 199 </Property> 200 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false"> 201 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 202 <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition that caused the event to be generated."/> 203 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource or object that originated the condition that caused the event to be generated. If the event subscription has the IncludeOriginOfCondition property set to `true`, it shall include the entire resource or object referenced by the link. For events 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."/> 204 <Annotation Term="OData.AutoExpandReferences"/> 205 </NavigationProperty> 206 </EntityType> 207 </Schema> 208 209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_2"> 210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 211 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 212 <EntityType Name="Event" BaseType="Event.v1_0_0.Event"/> 213 <EntityType Name="EventRecord" BaseType="Event.v1_0_0.EventRecord"/> 214 </Schema> 215 216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_3"> 217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 218 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 219 <EntityType Name="Event" BaseType="Event.v1_0_2.Event"/> 220 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/> 221 </Schema> 222 223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_4"> 224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 225 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 226 <EntityType Name="Event" BaseType="Event.v1_0_3.Event"/> 227 <EntityType Name="EventRecord" BaseType="Event.v1_0_3.EventRecord"/> 228 </Schema> 229 230 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_5"> 231 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 232 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> 233 <EntityType Name="Event" BaseType="Event.v1_0_4.Event"/> 234 <EntityType Name="EventRecord" BaseType="Event.v1_0_4.EventRecord"/> 235 </Schema> 236 237 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_6"> 238 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 239 <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/> 240 <EntityType Name="Event" BaseType="Event.v1_0_5.Event"/> 241 <EntityType Name="EventRecord" BaseType="Event.v1_0_5.EventRecord"/> 242 </Schema> 243 244 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_7"> 245 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 246 <Annotation Term="OData.Description" String="This version was 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."/> 247 <EntityType Name="Event" BaseType="Event.v1_0_6.Event"/> 248 <EntityType Name="EventRecord" BaseType="Event.v1_0_6.EventRecord"/> 249 </Schema> 250 251 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_8"> 252 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 253 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 254 <EntityType Name="Event" BaseType="Event.v1_0_7.Event"/> 255 <EntityType Name="EventRecord" BaseType="Event.v1_0_7.EventRecord"/> 256 </Schema> 257 258 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_9"> 259 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 260 <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that @odata.id is not provided as a property, and so that URI properties use the uri-reference format."/> 261 <EntityType Name="Event" BaseType="Event.v1_0_8.Event"/> 262 <EntityType Name="EventRecord" BaseType="Event.v1_0_8.EventRecord"/> 263 </Schema> 264 265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_10"> 266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 267 <Annotation Term="OData.Description" String="This version was created to update the description for EventId. It was also created to update descriptions that this schema defines."/> 268 <EntityType Name="Event" BaseType="Event.v1_0_9.Event"/> 269 <EntityType Name="EventRecord" BaseType="Event.v1_0_9.EventRecord"/> 270 </Schema> 271 272 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_11"> 273 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 274 <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> 275 <EntityType Name="Event" BaseType="Event.v1_0_10.Event"/> 276 <EntityType Name="EventRecord" BaseType="Event.v1_0_10.EventRecord"/> 277 </Schema> 278 279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_12"> 280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 281 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/> 282 <EntityType Name="Event" BaseType="Event.v1_0_11.Event"/> 283 <EntityType Name="EventRecord" BaseType="Event.v1_0_11.EventRecord"/> 284 </Schema> 285 286 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_13"> 287 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 288 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas. It was also created to remove language in the long description for EventId to align with the specification."/> 289 <EntityType Name="Event" BaseType="Event.v1_0_12.Event"/> 290 <EntityType Name="EventRecord" BaseType="Event.v1_0_12.EventRecord"/> 291 </Schema> 292 293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_14"> 294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 295 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/> 296 <EntityType Name="Event" BaseType="Event.v1_0_13.Event"/> 297 <EntityType Name="EventRecord" BaseType="Event.v1_0_13.EventRecord"/> 298 </Schema> 299 300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_15"> 301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 302 <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."/> 303 <EntityType Name="Event" BaseType="Event.v1_0_14.Event"/> 304 </Schema> 305 306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_0"> 307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 308 <Annotation Term="Redfish.Release" String="2016.1"/> 309 310 <EntityType Name="Event" BaseType="Event.v1_0_2.Event"> 311 <Property Name="Context" Type="Edm.String" Nullable="false"> 312 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 313 <Annotation Term="OData.Description" String="A context can be supplied at subscription time. This property is the context value supplied by the subscriber."/> 314 <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/> 315 </Property> 316 </EntityType> 317 318 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/> 319 </Schema> 320 321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_1"> 322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 323 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 324 <EntityType Name="Event" BaseType="Event.v1_1_0.Event"/> 325 <EntityType Name="EventRecord" BaseType="Event.v1_1_0.EventRecord"/> 326 </Schema> 327 328 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_2"> 329 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 330 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 331 <EntityType Name="Event" BaseType="Event.v1_1_1.Event"/> 332 <EntityType Name="EventRecord" BaseType="Event.v1_1_1.EventRecord"/> 333 </Schema> 334 335 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_3"> 336 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 337 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> 338 <EntityType Name="Event" BaseType="Event.v1_1_2.Event"/> 339 <EntityType Name="EventRecord" BaseType="Event.v1_1_2.EventRecord"/> 340 </Schema> 341 342 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_4"> 343 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 344 <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/> 345 <EntityType Name="Event" BaseType="Event.v1_1_3.Event"/> 346 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"/> 347 </Schema> 348 349 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_5"> 350 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 351 <Annotation Term="OData.Description" String="This version was 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."/> 352 <EntityType Name="Event" BaseType="Event.v1_1_4.Event"/> 353 <EntityType Name="EventRecord" BaseType="Event.v1_1_4.EventRecord"/> 354 </Schema> 355 356 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_6"> 357 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 358 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 359 <EntityType Name="Event" BaseType="Event.v1_1_5.Event"/> 360 <EntityType Name="EventRecord" BaseType="Event.v1_1_5.EventRecord"/> 361 </Schema> 362 363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_7"> 364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 365 <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that @odata.id is not provided as a property, and so that URI properties use the uri-reference format."/> 366 <EntityType Name="Event" BaseType="Event.v1_1_6.Event"/> 367 <EntityType Name="EventRecord" BaseType="Event.v1_1_6.EventRecord"/> 368 </Schema> 369 370 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_8"> 371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 372 <Annotation Term="OData.Description" String="This version was created to update the description for EventId. It was also created to update descriptions that this schema defines."/> 373 <EntityType Name="Event" BaseType="Event.v1_1_7.Event"/> 374 <EntityType Name="EventRecord" BaseType="Event.v1_1_7.EventRecord"/> 375 </Schema> 376 377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_9"> 378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 379 <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> 380 <EntityType Name="Event" BaseType="Event.v1_1_8.Event"/> 381 <EntityType Name="EventRecord" BaseType="Event.v1_1_8.EventRecord"/> 382 </Schema> 383 384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_10"> 385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 386 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/> 387 <EntityType Name="Event" BaseType="Event.v1_1_9.Event"/> 388 <EntityType Name="EventRecord" BaseType="Event.v1_1_9.EventRecord"/> 389 </Schema> 390 391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_11"> 392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 393 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas. It was also created to remove language in the long description for EventId to align with the specification."/> 394 <EntityType Name="Event" BaseType="Event.v1_1_10.Event"/> 395 <EntityType Name="EventRecord" BaseType="Event.v1_1_10.EventRecord"/> 396 </Schema> 397 398 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_12"> 399 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 400 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/> 401 <EntityType Name="Event" BaseType="Event.v1_1_11.Event"/> 402 <EntityType Name="EventRecord" BaseType="Event.v1_1_11.EventRecord"/> 403 </Schema> 404 405 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_13"> 406 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 407 <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."/> 408 <EntityType Name="Event" BaseType="Event.v1_1_12.Event"/> 409 </Schema> 410 411 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_0"> 412 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 413 <Annotation Term="Redfish.Release" String="2017.1"/> 414 415 <EntityType Name="Event" BaseType="Event.v1_1_3.Event"> 416 <Property Name="Actions" Type="Event.v1_2_0.Actions" Nullable="false"> 417 <Annotation Term="OData.Description" String="The available actions for this resource."/> 418 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 419 </Property> 420 </EntityType> 421 422 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"> 423 <Property Name="Actions" Type="Event.v1_2_0.EventRecordActions" Nullable="false"> 424 <Annotation Term="OData.Description" String="The available actions for this resource."/> 425 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 426 </Property> 427 </EntityType> 428 429 <ComplexType Name="Actions"> 430 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 431 <Annotation Term="OData.Description" String="The available actions for this resource."/> 432 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 433 <Property Name="Oem" Type="Event.v1_2_0.OemActions" Nullable="false"> 434 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 435 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 436 </Property> 437 </ComplexType> 438 439 <ComplexType Name="OemActions"> 440 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 441 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 442 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 443 </ComplexType> 444 445 <ComplexType Name="EventRecordActions"> 446 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 447 <Annotation Term="OData.Description" String="The available actions for this resource."/> 448 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 449 <Property Name="Oem" Type="Event.v1_2_0.EventRecordOemActions" Nullable="false"> 450 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 451 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 452 </Property> 453 </ComplexType> 454 455 <ComplexType Name="EventRecordOemActions"> 456 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 457 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 458 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 459 </ComplexType> 460 </Schema> 461 462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_1"> 463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 464 <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/> 465 <EntityType Name="Event" BaseType="Event.v1_2_0.Event"/> 466 <EntityType Name="EventRecord" BaseType="Event.v1_2_0.EventRecord"/> 467 </Schema> 468 469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_2"> 470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 471 <Annotation Term="OData.Description" String="This version was 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."/> 472 <EntityType Name="Event" BaseType="Event.v1_2_1.Event"/> 473 <EntityType Name="EventRecord" BaseType="Event.v1_2_1.EventRecord"/> 474 </Schema> 475 476 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_3"> 477 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 478 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 479 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/> 480 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"/> 481 </Schema> 482 483 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_4"> 484 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 485 <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that @odata.id is not provided as a property, and so that URI properties use the uri-reference format."/> 486 <EntityType Name="Event" BaseType="Event.v1_2_3.Event"/> 487 <EntityType Name="EventRecord" BaseType="Event.v1_2_3.EventRecord"/> 488 </Schema> 489 490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_5"> 491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 492 <Annotation Term="OData.Description" String="This version was created to update the description for EventId. It was also created to update descriptions that this schema defines."/> 493 <EntityType Name="Event" BaseType="Event.v1_2_4.Event"/> 494 <EntityType Name="EventRecord" BaseType="Event.v1_2_4.EventRecord"/> 495 </Schema> 496 497 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_6"> 498 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 499 <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> 500 <EntityType Name="Event" BaseType="Event.v1_2_5.Event"/> 501 <EntityType Name="EventRecord" BaseType="Event.v1_2_5.EventRecord"/> 502 </Schema> 503 504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_7"> 505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 506 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/> 507 <EntityType Name="Event" BaseType="Event.v1_2_6.Event"/> 508 <EntityType Name="EventRecord" BaseType="Event.v1_2_6.EventRecord"/> 509 </Schema> 510 511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_8"> 512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 513 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas. It was also created to remove language in the long description for EventId to align with the specification."/> 514 <EntityType Name="Event" BaseType="Event.v1_2_7.Event"/> 515 <EntityType Name="EventRecord" BaseType="Event.v1_2_7.EventRecord"/> 516 </Schema> 517 518 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_9"> 519 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 520 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/> 521 <EntityType Name="Event" BaseType="Event.v1_2_8.Event"/> 522 <EntityType Name="EventRecord" BaseType="Event.v1_2_8.EventRecord"/> 523 </Schema> 524 525 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_10"> 526 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 527 <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."/> 528 <EntityType Name="Event" BaseType="Event.v1_2_9.Event"/> 529 </Schema> 530 531 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_0"> 532 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 533 <Annotation Term="Redfish.Release" String="2018.2"/> 534 <Annotation Term="OData.Description" String="This version deprecates EventType and to add the grouping mechanism EventGroupId."/> 535 536 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/> 537 538 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"> 539 <Property Name="EventGroupId" Type="Edm.Int64" Nullable="false"> 540 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 541 <Annotation Term="OData.Description" String="The identifier that correlates events with the same root cause. If `0`, no other event is related to this event."/> 542 <Annotation Term="OData.LongDescription" String="This property shall indicate that events are related and shall have the same value when multiple event messages are produced by the same root cause. Implementations shall use separate values for events with a separate root cause. This property value shall not imply an ordering of events. The `0` value shall indicate that this event is not grouped with any other event."/> 543 </Property> 544 </EntityType> 545 </Schema> 546 547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_1"> 548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 549 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 550 <EntityType Name="Event" BaseType="Event.v1_3_0.Event"/> 551 <EntityType Name="EventRecord" BaseType="Event.v1_3_0.EventRecord"/> 552 </Schema> 553 554 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_2"> 555 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 556 <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that @odata.id is not provided as a property, and so that URI properties use the uri-reference format."/> 557 <EntityType Name="Event" BaseType="Event.v1_3_1.Event"/> 558 <EntityType Name="EventRecord" BaseType="Event.v1_3_1.EventRecord"/> 559 </Schema> 560 561 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_3"> 562 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 563 <Annotation Term="OData.Description" String="This version was created to update the description for EventId and EventGroupId. It was also created to update descriptions that this schema defines."/> 564 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/> 565 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/> 566 </Schema> 567 568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_4"> 569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 570 <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> 571 <EntityType Name="Event" BaseType="Event.v1_3_3.Event"/> 572 <EntityType Name="EventRecord" BaseType="Event.v1_3_3.EventRecord"/> 573 </Schema> 574 575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_5"> 576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 577 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/> 578 <EntityType Name="Event" BaseType="Event.v1_3_4.Event"/> 579 <EntityType Name="EventRecord" BaseType="Event.v1_3_4.EventRecord"/> 580 </Schema> 581 582 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_6"> 583 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 584 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas. It was also created to remove language in the long description for EventId to align with the specification."/> 585 <EntityType Name="Event" BaseType="Event.v1_3_5.Event"/> 586 <EntityType Name="EventRecord" BaseType="Event.v1_3_5.EventRecord"/> 587 </Schema> 588 589 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_7"> 590 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 591 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/> 592 <EntityType Name="Event" BaseType="Event.v1_3_6.Event"/> 593 <EntityType Name="EventRecord" BaseType="Event.v1_3_6.EventRecord"/> 594 </Schema> 595 596 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_8"> 597 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 598 <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."/> 599 <EntityType Name="Event" BaseType="Event.v1_3_7.Event"/> 600 </Schema> 601 602 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_0"> 603 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 604 <Annotation Term="Redfish.Release" String="2019.1"/> 605 <Annotation Term="OData.Description" String="This version was created to add the value `Other` to EventType."/> 606 607 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/> 608 609 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/> 610 </Schema> 611 612 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_1"> 613 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 614 <Annotation Term="OData.Description" String="This version was created to update the description for EventId and EventGroupId. It was also created to update descriptions that this schema defines."/> 615 <EntityType Name="Event" BaseType="Event.v1_4_0.Event"/> 616 <EntityType Name="EventRecord" BaseType="Event.v1_4_0.EventRecord"/> 617 </Schema> 618 619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_2"> 620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 621 <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> 622 <EntityType Name="Event" BaseType="Event.v1_4_1.Event"/> 623 <EntityType Name="EventRecord" BaseType="Event.v1_4_1.EventRecord"/> 624 </Schema> 625 626 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_3"> 627 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 628 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/> 629 <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/> 630 <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord"/> 631 </Schema> 632 633 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_4"> 634 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 635 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas. It was also created to remove language in the long description for EventId to align with the specification."/> 636 <EntityType Name="Event" BaseType="Event.v1_4_3.Event"/> 637 <EntityType Name="EventRecord" BaseType="Event.v1_4_3.EventRecord"/> 638 </Schema> 639 640 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_5"> 641 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 642 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/> 643 <EntityType Name="Event" BaseType="Event.v1_4_4.Event"/> 644 <EntityType Name="EventRecord" BaseType="Event.v1_4_4.EventRecord"/> 645 </Schema> 646 647 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_6"> 648 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 649 <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."/> 650 <EntityType Name="Event" BaseType="Event.v1_4_5.Event"/> 651 </Schema> 652 653 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_0"> 654 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 655 <Annotation Term="Redfish.Release" String="2020.2"/> 656 <Annotation Term="OData.Description" String="This version was created to deprecate the Severity property and replace it with the MessageSeverity property, in order to tie the values to those used for the Health property within Status."/> 657 658 <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/> 659 660 <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord"> 661 <Property Name="MessageSeverity" Type="Resource.Health" Nullable="false"> 662 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 663 <Annotation Term="OData.Description" String="The severity of the message in this event."/> 664 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the message in this event. Services can replace the value defined in the message registry with a value more applicable to the implementation."/> 665 </Property> 666 </EntityType> 667 </Schema> 668 669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_1"> 670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 671 <Annotation Term="OData.Description" String="This version was created to clarify that MessageSeverity and Severity can be overridden by the service."/> 672 <EntityType Name="Event" BaseType="Event.v1_5_0.Event"/> 673 <EntityType Name="EventRecord" BaseType="Event.v1_5_0.EventRecord"/> 674 </Schema> 675 676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_2"> 677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 678 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas. It was also created to remove language in the long description for EventId to align with the specification."/> 679 <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/> 680 <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord"/> 681 </Schema> 682 683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_3"> 684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 685 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/> 686 <EntityType Name="Event" BaseType="Event.v1_5_2.Event"/> 687 <EntityType Name="EventRecord" BaseType="Event.v1_5_2.EventRecord"/> 688 </Schema> 689 690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_4"> 691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 692 <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."/> 693 <EntityType Name="Event" BaseType="Event.v1_5_3.Event"/> 694 </Schema> 695 696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_0"> 697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 698 <Annotation Term="Redfish.Release" String="2020.3"/> 699 700 <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/> 701 702 <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord"> 703 <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false"> 704 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 705 <Annotation Term="OData.Description" String="Indicates this event is equivalent to a more specific event in this Event Group."/> 706 <Annotation Term="OData.LongDescription" String="This property shall indicate that the event is equivalent to another event, 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`."/> 707 </Property> 708 </EntityType> 709 </Schema> 710 711 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_1"> 712 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 713 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas. It was also created to remove language in the long description for EventId to align with the specification."/> 714 <EntityType Name="Event" BaseType="Event.v1_6_0.Event"/> 715 <EntityType Name="EventRecord" BaseType="Event.v1_6_0.EventRecord"/> 716 </Schema> 717 718 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_2"> 719 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 720 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/> 721 <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/> 722 <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord"/> 723 </Schema> 724 725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_3"> 726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 727 <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."/> 728 <EntityType Name="Event" BaseType="Event.v1_6_2.Event"/> 729 </Schema> 730 731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_0"> 732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 733 <Annotation Term="Redfish.Release" String="2021.2"/> 734 735 <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/> 736 737 <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord"> 738 <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false"> 739 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 740 <Annotation Term="OData.Description" String="The link to a log entry if an entry was created for this event."/> 741 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type LogEntry that represents the log entry created for this event."/> 742 <Annotation Term="OData.AutoExpandReferences"/> 743 </NavigationProperty> 744 </EntityType> 745 </Schema> 746 747 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_1"> 748 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 749 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/> 750 <EntityType Name="Event" BaseType="Event.v1_7_0.Event"/> 751 <EntityType Name="EventRecord" BaseType="Event.v1_7_0.EventRecord"/> 752 </Schema> 753 754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_2"> 755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 756 <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."/> 757 <EntityType Name="Event" BaseType="Event.v1_7_1.Event"/> 758 </Schema> 759 760 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_0"> 761 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 762 <Annotation Term="Redfish.Release" String="2023.1"/> 763 764 <EntityType Name="Event" BaseType="Event.v1_7_1.Event"/> 765 766 <EntityType Name="EventRecord" BaseType="Event.v1_7_1.EventRecord"> 767 <Property Name="CPER" Type="Event.v1_8_0.CPER" Nullable="false"> 768 <Annotation Term="OData.Description" String="Details for a CPER section or record associated with this event."/> 769 <Annotation Term="OData.LongDescription" String="This property shall contain the details for a CPER section or record that is the source of this event."/> 770 </Property> 771 <Property Name="DiagnosticData" Type="Edm.String"> 772 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 773 <Annotation Term="OData.Description" String="A Base64-encoded set of diagnostic data associated with this event."/> 774 <Annotation Term="OData.LongDescription" String="This property shall contain a Base64-encoded string that represents diagnostic data associated with this event. 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."/> 775 </Property> 776 <Property Name="DiagnosticDataType" Type="Event.v1_8_0.DiagnosticDataTypes"> 777 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 778 <Annotation Term="OData.Description" String="The type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property."/> 779 <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."/> 780 </Property> 781 <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64"> 782 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 783 <Annotation Term="OData.Description" String="The size of the additional data for this event."/> 784 <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 event."/> 785 <Annotation Term="Measures.Unit" String="By"/> 786 </Property> 787 <Property Name="AdditionalDataURI" Type="Edm.String"> 788 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 789 <Annotation Term="OData.Description" String="The URI at which to access the additional data for the event, such as diagnostic data, image captures, or other files."/> 790 <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access the additional data for the event, 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."/> 791 <Annotation Term="OData.IsURL"/> 792 </Property> 793 </EntityType> 794 795 <ComplexType Name="CPER"> 796 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 797 <Annotation Term="OData.Description" String="Details for a CPER section or record associated with an event."/> 798 <Annotation Term="OData.LongDescription" String="This object shall contain the details for a CPER section or record that is the source of an event."/> 799 <Property Name="NotificationType" Type="Edm.Guid"> 800 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 801 <Annotation Term="OData.Description" String="The CPER Notification Type for a CPER record."/> 802 <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`."/> 803 </Property> 804 <Property Name="SectionType" Type="Edm.Guid"> 805 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 806 <Annotation Term="OData.Description" String="The CPER Section Type."/> 807 <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`."/> 808 </Property> 809 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 810 <Annotation Term="OData.Description" String="The OEM extension property."/> 811 <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."/> 812 </Property> 813 </ComplexType> 814 815 <EnumType Name="DiagnosticDataTypes"> 816 <Member Name="Manager"> 817 <Annotation Term="OData.Description" String="Manager diagnostic data."/> 818 </Member> 819 <Member Name="PreOS"> 820 <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/> 821 </Member> 822 <Member Name="OS"> 823 <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/> 824 </Member> 825 <Member Name="OEM"> 826 <Annotation Term="OData.Description" String="OEM diagnostic data."/> 827 </Member> 828 <Member Name="CPER"> 829 <Annotation Term="OData.Description" String="UEFI Common Platform Error Record."/> 830 <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."/> 831 </Member> 832 <Member Name="CPERSection"> 833 <Annotation Term="OData.Description" String="A Section of a UEFI Common Platform Error Record."/> 834 <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."/> 835 </Member> 836 </EnumType> 837 </Schema> 838 839 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_1"> 840 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 841 <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."/> 842 <EntityType Name="Event" BaseType="Event.v1_8_0.Event"/> 843 </Schema> 844 845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_2"> 846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 847 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 848 <EntityType Name="Event" BaseType="Event.v1_8_1.Event"/> 849 </Schema> 850 851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_9_0"> 852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 853 <Annotation Term="Redfish.Release" String="2023.2"/> 854 855 <EntityType Name="Event" BaseType="Event.v1_8_1.Event"/> 856 857 <EntityType Name="EventRecord" BaseType="Event.v1_8_0.EventRecord"> 858 <Property Name="Resolution" Type="Edm.String" Nullable="false"> 859 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 860 <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the event."/> 861 <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the event. Services should replace the resolution defined in the message registry with a more specific resolution in the event."/> 862 </Property> 863 <Property Name="OEMDiagnosticDataType" Type="Edm.String"> 864 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 865 <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."/> 866 <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`."/> 867 </Property> 868 </EntityType> 869 </Schema> 870 871 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_9_1"> 872 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 873 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 874 <EntityType Name="Event" BaseType="Event.v1_9_0.Event"/> 875 </Schema> 876 877 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_10_0"> 878 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 879 <Annotation Term="Redfish.Release" String="2023.3"/> 880 881 <EntityType Name="Event" BaseType="Event.v1_9_1.Event"/> 882 883 <EntityType Name="EventRecord" BaseType="Event.v1_9_0.EventRecord"> 884 <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false"> 885 <Annotation Term="OData.Description" String="The list of recommended steps to resolve the cause of the event."/> 886 <Annotation Term="OData.LongDescription" String="This property shall contain an array of recommended steps to resolve the cause of the event. This property shall not be present if the MessageSeverity or Severity properties contain `OK`. A client can stop executing the resolution steps once the Resolved property in the associated LogEntry resource contains `true` or the Health property in the associated resource referenced by the OriginOfCondition property contains `OK`."/> 887 </Property> 888 </EntityType> 889 </Schema> 890 891 </edmx:DataServices> 892</edmx:Edmx> 893