1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 2720c9898SEd Tanous<!----> 3720c9898SEd Tanous<!--################################################################################ --> 49b46bc0bSMyung Bae<!--# Redfish Schema: EventDestination v1.15.1 --> 5720c9898SEd Tanous<!--# --> 6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10720c9898SEd Tanous<!--################################################################################ --> 11720c9898SEd Tanous<!----> 12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13720c9898SEd Tanous 14720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16720c9898SEd Tanous </edmx:Reference> 17720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19720c9898SEd Tanous </edmx:Reference> 20720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21720c9898SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22720c9898SEd Tanous <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 23720c9898SEd Tanous </edmx:Reference> 24720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 25720c9898SEd Tanous <edmx:Include Namespace="Resource"/> 26720c9898SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 27720c9898SEd Tanous </edmx:Reference> 28720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml"> 29720c9898SEd Tanous <edmx:Include Namespace="Event"/> 30720c9898SEd Tanous </edmx:Reference> 31720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MetricReportDefinition_v1.xml"> 32720c9898SEd Tanous <edmx:Include Namespace="MetricReportDefinition"/> 33720c9898SEd Tanous </edmx:Reference> 34720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> 35720c9898SEd Tanous <edmx:Include Namespace="CertificateCollection"/> 36720c9898SEd Tanous </edmx:Reference> 37720c9898SEd Tanous 38720c9898SEd Tanous <edmx:DataServices> 39720c9898SEd Tanous 40720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination"> 41720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 42f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 43720c9898SEd Tanous 44720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 45f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `EventDestination` schema defines the target of an event subscription, including the event types and context to provide to the target in the event payload."/> 46720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall represent the target of an event subscription, including the event types and context to provide to the target in the event payload."/> 47720c9898SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 48720c9898SEd Tanous <Record> 49720c9898SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 50720c9898SEd Tanous </Record> 51720c9898SEd Tanous </Annotation> 52720c9898SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 53720c9898SEd Tanous <Record> 54720c9898SEd Tanous <PropertyValue Property="Updatable" Bool="true"/> 55f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="Writable properties, such as `Context`, can be updated for an event destination."/> 56720c9898SEd Tanous </Record> 57720c9898SEd Tanous </Annotation> 58720c9898SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 59720c9898SEd Tanous <Record> 60720c9898SEd Tanous <PropertyValue Property="Deletable" Bool="true"/> 61720c9898SEd Tanous <Annotation Term="OData.Description" String="When client no longer needs to receive event notifications, it can delete an event destination."/> 62720c9898SEd Tanous </Record> 63720c9898SEd Tanous </Annotation> 64720c9898SEd Tanous <Annotation Term="Redfish.Uris"> 65720c9898SEd Tanous <Collection> 66720c9898SEd Tanous <String>/redfish/v1/EventService/Subscriptions/{EventDestinationId}</String> 67720c9898SEd Tanous </Collection> 68720c9898SEd Tanous </Annotation> 69720c9898SEd Tanous </EntityType> 70720c9898SEd Tanous 71720c9898SEd Tanous <Action Name="SuspendSubscription" IsBound="true"> 72720c9898SEd Tanous <Annotation Term="OData.Description" String="This action suspends an event subscription."/> 73f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This action shall suspend an event subscription. No events shall be sent to the event destination until invocation of the `ResumeSubscription` action. The value of the `State` property within `Status` shall contain `Disabled` for a suspended subscription. The service may buffer events while the subscription is suspended."/> 74720c9898SEd Tanous <Parameter Name="EventDestination" Type="EventDestination.v1_2_0.Actions"/> 75720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 76720c9898SEd Tanous <Collection> 77720c9898SEd Tanous <Record> 78720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 79720c9898SEd Tanous <PropertyValue Property="Version" String="v1_12_0"/> 80720c9898SEd Tanous </Record> 81720c9898SEd Tanous </Collection> 82720c9898SEd Tanous </Annotation> 83720c9898SEd Tanous </Action> 84720c9898SEd Tanous 85720c9898SEd Tanous <Action Name="ResumeSubscription" IsBound="true"> 86720c9898SEd Tanous <Annotation Term="OData.Description" String="This action resumes a suspended event subscription."/> 87720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This action shall resume a suspended event subscription, which affects the subscription status. The service may deliver buffered events when the subscription is resumed."/> 88720c9898SEd Tanous <Parameter Name="EventDestination" Type="EventDestination.v1_2_0.Actions"/> 89720c9898SEd Tanous <Parameter Name="DeliverBufferedEventDuration" Type="Edm.Duration"> 90720c9898SEd Tanous <Annotation Term="OData.Description" String="The maximum age of buffered events that should be delivered when resuming the subscription."/> 91f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This parameter shall indicate the event age of any buffered or otherwise undelivered events that shall be delivered to this event destination when the subscription is resumed. The service shall deliver any available, previously undelivered event that was created within the duration specified. A value that equates to zero time, such as `PT0S`, shall indicate that no previously undelivered events shall be sent. If undelivered events within the duration may have been discarded due to a lack of buffer space, the service should send the `EventBufferExceeded` message from the Base Message Registry. If the client does not provide this parameter, the service shall apply an implementation-specific duration."/> 92720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 93720c9898SEd Tanous <Collection> 94720c9898SEd Tanous <Record> 95720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 96720c9898SEd Tanous <PropertyValue Property="Version" String="v1_12_0"/> 97720c9898SEd Tanous </Record> 98720c9898SEd Tanous </Collection> 99720c9898SEd Tanous </Annotation> 100720c9898SEd Tanous </Parameter> 101720c9898SEd Tanous </Action> 102720c9898SEd Tanous 103720c9898SEd Tanous <EnumType Name="EventFormatType"> 104720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 105720c9898SEd Tanous <Collection> 106720c9898SEd Tanous <Record> 107720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 108720c9898SEd Tanous <PropertyValue Property="Version" String="v1_4_0"/> 109720c9898SEd Tanous </Record> 110720c9898SEd Tanous </Collection> 111720c9898SEd Tanous </Annotation> 112720c9898SEd Tanous <Member Name="Event"> 113720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription destination receives an event payload."/> 114f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="The subscription destination shall receive an event payload as defined by the value of the `Protocol` property."/> 115720c9898SEd Tanous </Member> 116720c9898SEd Tanous <Member Name="MetricReport"> 117720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription destination receives a metric report."/> 118f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="The subscription destination shall receive a metric report payload as defined by the value of the `Protocol` property."/> 119720c9898SEd Tanous </Member> 120720c9898SEd Tanous </EnumType> 121720c9898SEd Tanous </Schema> 122720c9898SEd Tanous 123720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_0"> 124720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 125720c9898SEd Tanous <Annotation Term="Redfish.Release" String="1.0"/> 126720c9898SEd Tanous 127720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.EventDestination"> 128720c9898SEd Tanous <Property Name="Destination" Type="Edm.String" Nullable="false"> 129720c9898SEd Tanous <Annotation Term="Redfish.RequiredOnCreate"/> 130720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 131720c9898SEd Tanous <Annotation Term="OData.Description" String="The URI of the destination event receiver."/> 132f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a URI to the destination where the events are sent. If `Protocol` is `SMTP`, the URI shall follow the RFC6068-described format. SNMP URIs shall be consistent with RFC4088. Specifically, for SNMPv3, if a username is specified in the SNMP URI, the SNMPv3 authentication and encryption configuration associated with that user shall be utilized in the SNMPv3 traps. Syslog URIs shall be consistent with RFC3986 and contain the scheme `syslog://`. Server-sent event destinations shall be in the form `redfish-sse://ip:port` where `ip` and `port` are the IP address and the port of the client with the open SSE connection. For other URIs, such as HTTP or HTTPS, they shall be consistent with RFC3986."/> 133720c9898SEd Tanous <Annotation Term="OData.IsURL"/> 134720c9898SEd Tanous </Property> 135720c9898SEd Tanous <Property Name="EventTypes" Type="Collection(Event.EventType)" Nullable="false"> 136720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 137720c9898SEd Tanous <Annotation Term="OData.Description" String="The types of events that are sent to the destination."/> 138f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array that contains the types of events that shall be sent to the destination. To specify that a client is subscribing for metric reports, the `EventTypes` property should include 'MetricReport'. If the subscription does not include this property, the service shall use a single element with a default of `Other`."/> 139720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 140720c9898SEd Tanous <Collection> 141720c9898SEd Tanous <Record> 142720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 143720c9898SEd Tanous <PropertyValue Property="Version" String="v1_5_0"/> 144f2a8e57eSGunnar Mills <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. Use `EventFormatType` to create subscriptions for metric reports. If the subscription does not include this property, the service shall use a single element with a default of `Other`."/> 145720c9898SEd Tanous </Record> 146720c9898SEd Tanous </Collection> 147720c9898SEd Tanous </Annotation> 148720c9898SEd Tanous </Property> 149720c9898SEd Tanous <Property Name="Context" Type="Edm.String"> 150720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 151720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 152720c9898SEd Tanous <Annotation Term="OData.Description" String="A client-supplied string that is stored with the event destination subscription."/> 153720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a client-supplied context that remains with the connection through the connection's lifetime."/> 154720c9898SEd Tanous </Property> 155720c9898SEd Tanous <Property Name="Protocol" Type="EventDestination.v1_0_0.EventDestinationProtocol" Nullable="false"> 156720c9898SEd Tanous <Annotation Term="Redfish.RequiredOnCreate"/> 157720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 158720c9898SEd Tanous <Annotation Term="OData.Description" String="The protocol type of the event connection."/> 159720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the protocol type that the event uses to send the event to the destination. A `Redfish` value shall indicate that the event type shall adhere to the type defined in the Redfish Specification."/> 160720c9898SEd Tanous </Property> 161720c9898SEd Tanous <Property Name="HttpHeaders" Type="Collection(EventDestination.v1_0_0.HttpHeaderProperty)" Nullable="false"> 162720c9898SEd Tanous <Annotation Term="OData.Description" String="An array of settings for HTTP headers, such as authorization information. This array is `null` or an empty array in responses. An empty array is the preferred return value on read operations."/> 163f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects consisting of the names and values of the HTTP headers to include with every event `POST` to the event destination. This object shall be `null` or an empty array in responses. An empty array is the preferred return value in responses."/> 164720c9898SEd Tanous </Property> 165720c9898SEd Tanous </EntityType> 166720c9898SEd Tanous 167720c9898SEd Tanous <EnumType Name="EventDestinationProtocol"> 168720c9898SEd Tanous <Member Name="Redfish"> 169720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows the Redfish Specification for event notifications."/> 170f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the Redfish Specification for event notifications. Destinations requesting `EventFormatType` of `Event` shall receive a Redfish resource of type `Event`. Destinations requesting `EventFormatType` of `MetricReport` shall receive a Redfish resource of type `MetricReport`."/> 171720c9898SEd Tanous </Member> 172720c9898SEd Tanous <Member Name="Kafka"> 173720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows the Kafka protocol for event notifications."/> 174f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the Apache-defined Kafka protocol as defined by the Kafka Protocol Guide. The `Context` property shall contain the Kafka topic of the destination broker."/> 175720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 176720c9898SEd Tanous <Collection> 177720c9898SEd Tanous <Record> 178720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 179720c9898SEd Tanous <PropertyValue Property="Version" String="v1_13_0"/> 180720c9898SEd Tanous </Record> 181720c9898SEd Tanous </Collection> 182720c9898SEd Tanous </Annotation> 183720c9898SEd Tanous </Member> 184720c9898SEd Tanous <Member Name="SNMPv1"> 185720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows the SNMPv1 protocol for event notifications."/> 186720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the RFC1157-defined SNMPv1 protocol."/> 187720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 188720c9898SEd Tanous <Collection> 189720c9898SEd Tanous <Record> 190720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 191720c9898SEd Tanous <PropertyValue Property="Version" String="v1_7_0"/> 192720c9898SEd Tanous </Record> 193720c9898SEd Tanous </Collection> 194720c9898SEd Tanous </Annotation> 195720c9898SEd Tanous </Member> 196720c9898SEd Tanous <Member Name="SNMPv2c"> 197720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows the SNMPv2c protocol for event notifications."/> 198720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the SNMPv2c protocol as defined by RFC1441 and RFC1452."/> 199720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 200720c9898SEd Tanous <Collection> 201720c9898SEd Tanous <Record> 202720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 203720c9898SEd Tanous <PropertyValue Property="Version" String="v1_7_0"/> 204720c9898SEd Tanous </Record> 205720c9898SEd Tanous </Collection> 206720c9898SEd Tanous </Annotation> 207720c9898SEd Tanous </Member> 208720c9898SEd Tanous <Member Name="SNMPv3"> 209720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows the SNMPv3 protocol for event notifications."/> 210720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the SNMPv3 protocol as defined by RFC3411 and RFC3418."/> 211720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 212720c9898SEd Tanous <Collection> 213720c9898SEd Tanous <Record> 214720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 215720c9898SEd Tanous <PropertyValue Property="Version" String="v1_7_0"/> 216720c9898SEd Tanous </Record> 217720c9898SEd Tanous </Collection> 218720c9898SEd Tanous </Annotation> 219720c9898SEd Tanous </Member> 220720c9898SEd Tanous <Member Name="SMTP"> 221720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows the SMTP specification for event notifications."/> 222720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the RFC5321-defined SMTP specification."/> 223720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 224720c9898SEd Tanous <Collection> 225720c9898SEd Tanous <Record> 226720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 227720c9898SEd Tanous <PropertyValue Property="Version" String="v1_7_0"/> 228720c9898SEd Tanous </Record> 229720c9898SEd Tanous </Collection> 230720c9898SEd Tanous </Annotation> 231720c9898SEd Tanous </Member> 232720c9898SEd Tanous <Member Name="SyslogTLS"> 233720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows syslog TLS-based transport for event notifications."/> 234720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the TLS-based transport for syslog as defined in RFC5424."/> 235720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 236720c9898SEd Tanous <Collection> 237720c9898SEd Tanous <Record> 238720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 239720c9898SEd Tanous <PropertyValue Property="Version" String="v1_9_0"/> 240720c9898SEd Tanous </Record> 241720c9898SEd Tanous </Collection> 242720c9898SEd Tanous </Annotation> 243720c9898SEd Tanous </Member> 244720c9898SEd Tanous <Member Name="SyslogTCP"> 245720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows syslog TCP-based transport for event notifications."/> 246720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the TCP-based transport for syslog as defined in RFC6587."/> 247720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 248720c9898SEd Tanous <Collection> 249720c9898SEd Tanous <Record> 250720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 251720c9898SEd Tanous <PropertyValue Property="Version" String="v1_9_0"/> 252720c9898SEd Tanous </Record> 253720c9898SEd Tanous </Collection> 254720c9898SEd Tanous </Annotation> 255720c9898SEd Tanous </Member> 256720c9898SEd Tanous <Member Name="SyslogUDP"> 257720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows syslog UDP-based transport for event notifications."/> 258720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the UDP-based transport for syslog as defined in RFC5424."/> 259720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 260720c9898SEd Tanous <Collection> 261720c9898SEd Tanous <Record> 262720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 263720c9898SEd Tanous <PropertyValue Property="Version" String="v1_9_0"/> 264720c9898SEd Tanous </Record> 265720c9898SEd Tanous </Collection> 266720c9898SEd Tanous </Annotation> 267720c9898SEd Tanous </Member> 268720c9898SEd Tanous <Member Name="SyslogRELP"> 269720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows syslog RELP for event notifications."/> 270720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the destination follows the Reliable Event Logging Protocol (RELP) transport for syslog as defined by www.rsyslog.com."/> 271720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 272720c9898SEd Tanous <Collection> 273720c9898SEd Tanous <Record> 274720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 275720c9898SEd Tanous <PropertyValue Property="Version" String="v1_9_0"/> 276720c9898SEd Tanous </Record> 277720c9898SEd Tanous </Collection> 278720c9898SEd Tanous </Annotation> 279720c9898SEd Tanous </Member> 280720c9898SEd Tanous <Member Name="OEM"> 281720c9898SEd Tanous <Annotation Term="OData.Description" String="The destination follows an OEM protocol for event notifications."/> 282f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate an OEM-specific protocol. The `OEMProtocol` property shall contain the specific OEM event destination protocol."/> 283720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 284720c9898SEd Tanous <Collection> 285720c9898SEd Tanous <Record> 286720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 287720c9898SEd Tanous <PropertyValue Property="Version" String="v1_9_0"/> 288720c9898SEd Tanous </Record> 289720c9898SEd Tanous </Collection> 290720c9898SEd Tanous </Annotation> 291720c9898SEd Tanous </Member> 292720c9898SEd Tanous </EnumType> 293720c9898SEd Tanous 294720c9898SEd Tanous <ComplexType Name="HttpHeaderProperty"> 295720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 296720c9898SEd Tanous <Annotation Term="OData.Description" String="The HTTP header value is the property value. The header name is the property name."/> 297f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This type shall contain the HTTP header name and value to include with every event `POST` to the event destination."/> 298720c9898SEd Tanous <Annotation Term="Redfish.DynamicPropertyPatterns"> 299720c9898SEd Tanous <Collection> 300720c9898SEd Tanous <Record> 301720c9898SEd Tanous <PropertyValue Property="Pattern" String="^[^:\\s]+$"/> 302720c9898SEd Tanous <PropertyValue Property="Type" String="Edm.String"/> 303720c9898SEd Tanous </Record> 304720c9898SEd Tanous </Collection> 305720c9898SEd Tanous </Annotation> 306720c9898SEd Tanous </ComplexType> 307720c9898SEd Tanous </Schema> 308720c9898SEd Tanous 309720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_2"> 310720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 311720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 312720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_0.EventDestination"/> 313720c9898SEd Tanous </Schema> 314720c9898SEd Tanous 315720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_3"> 316720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 317f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add permissions annotations to all properties for clarity."/> 318720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_2.EventDestination"/> 319720c9898SEd Tanous </Schema> 320720c9898SEd Tanous 321720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_4"> 322720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 323720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 324720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_3.EventDestination"/> 325720c9898SEd Tanous </Schema> 326720c9898SEd Tanous 327720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_5"> 328720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 329f2a8e57eSGunnar Mills <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 enumerated values."/> 330720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_4.EventDestination"/> 331720c9898SEd Tanous </Schema> 332720c9898SEd Tanous 333720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_6"> 334720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 335720c9898SEd Tanous <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."/> 336720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_5.EventDestination"/> 337720c9898SEd Tanous </Schema> 338720c9898SEd Tanous 339720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_7"> 340720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 341f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 342720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_6.EventDestination"/> 343720c9898SEd Tanous </Schema> 344720c9898SEd Tanous 345720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_8"> 346720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 347f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to update descriptions that this schema defines."/> 348720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_7.EventDestination"/> 349720c9898SEd Tanous </Schema> 350720c9898SEd Tanous 351720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_9"> 352720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 353f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`."/> 354720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_8.EventDestination"/> 355720c9898SEd Tanous </Schema> 356720c9898SEd Tanous 357720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_10"> 358720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 359f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 360720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_9.EventDestination"/> 361720c9898SEd Tanous </Schema> 362720c9898SEd Tanous 363720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_11"> 364720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 365720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 366720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_10.EventDestination"/> 367720c9898SEd Tanous </Schema> 368720c9898SEd Tanous 369720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_12"> 370720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 371720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 372720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_11.EventDestination"/> 373720c9898SEd Tanous </Schema> 374720c9898SEd Tanous 375f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_0_13"> 376f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 377f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 378f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_12.EventDestination"/> 379f2a8e57eSGunnar Mills </Schema> 380f2a8e57eSGunnar Mills 381720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_0"> 382720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 383720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2016.2"/> 384720c9898SEd Tanous 385720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_0_2.EventDestination"> 386720c9898SEd Tanous <NavigationProperty Name="OriginResources" Type="Collection(Resource.ItemOrCollection)"> 387720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 388720c9898SEd Tanous <Annotation Term="OData.Description" String="The array of resources for which the service sends only related events."/> 389f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall specify an array of resources, resource collections, or referenceable members that are the only allowable values for the `OriginOfCondition` property within an event that the service sends to the subscriber. Events with an `OriginOfCondition` that is not contained in this array, and is not subordinate to members of this array if `SubordinateResources` contains the value `true`, shall not be sent to the subscriber. If this property is an empty array or is absent, no filtering based upon the URI of the `OriginOfCondition` of an event is performed."/> 390720c9898SEd Tanous </NavigationProperty> 391720c9898SEd Tanous <Property Name="MessageIds" Type="Collection(Edm.String)"> 392720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 393f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The list of `MessageId` values that are sent to this event destination."/> 394f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of `MessageId` values that are the allowable values for the `MessageId` property within an event sent to the subscriber. The `MessageId` should be in the `MessageRegistryPrefix.MessageKey` format. If included, the `MessageId` major and minor version details should be ignored. Events with a `MessageId` that is not contained in this array and is not from a message registry contained in RegistryPrefixes shall not be sent to the subscriber. If this property is an empty array or is absent, no inclusive filtering based upon the `MessageId` of an event is performed."/> 395720c9898SEd Tanous </Property> 396720c9898SEd Tanous </EntityType> 397720c9898SEd Tanous </Schema> 398720c9898SEd Tanous 399720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_1"> 400720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 401f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add permissions annotations to all properties for clarity."/> 402720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_0.EventDestination"/> 403720c9898SEd Tanous </Schema> 404720c9898SEd Tanous 405720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_2"> 406720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 407720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 408720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_1.EventDestination"/> 409720c9898SEd Tanous </Schema> 410720c9898SEd Tanous 411720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_3"> 412720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 413720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 414720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_2.EventDestination"/> 415720c9898SEd Tanous </Schema> 416720c9898SEd Tanous 417720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_4"> 418720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 419f2a8e57eSGunnar Mills <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 enumerated values."/> 420720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_3.EventDestination"/> 421720c9898SEd Tanous </Schema> 422720c9898SEd Tanous 423720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_5"> 424720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 425720c9898SEd Tanous <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."/> 426720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_4.EventDestination"/> 427720c9898SEd Tanous </Schema> 428720c9898SEd Tanous 429720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_6"> 430720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 431f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 432720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_5.EventDestination"/> 433720c9898SEd Tanous </Schema> 434720c9898SEd Tanous 435720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_7"> 436720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 437f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to update descriptions that this schema defines."/> 438720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_6.EventDestination"/> 439720c9898SEd Tanous </Schema> 440720c9898SEd Tanous 441720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_8"> 442720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 443f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`."/> 444720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_7.EventDestination"/> 445720c9898SEd Tanous </Schema> 446720c9898SEd Tanous 447720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_9"> 448720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 449f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 450720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_8.EventDestination"/> 451720c9898SEd Tanous </Schema> 452720c9898SEd Tanous 453720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_10"> 454720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 455f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 456720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_9.EventDestination"/> 457720c9898SEd Tanous </Schema> 458720c9898SEd Tanous 459720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_11"> 460720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 461f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas."/> 462720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_10.EventDestination"/> 463720c9898SEd Tanous </Schema> 464720c9898SEd Tanous 465720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_12"> 466720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 467720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 468720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_11.EventDestination"/> 469720c9898SEd Tanous </Schema> 470720c9898SEd Tanous 471f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_1_13"> 472f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 473f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 474f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_12.EventDestination"/> 475f2a8e57eSGunnar Mills </Schema> 476f2a8e57eSGunnar Mills 477720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_0"> 478720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 479720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2017.1"/> 480720c9898SEd Tanous 481720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_1_2.EventDestination"> 482720c9898SEd Tanous <Property Name="Actions" Type="EventDestination.v1_2_0.Actions" Nullable="false"> 483720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 484720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 485720c9898SEd Tanous </Property> 486720c9898SEd Tanous </EntityType> 487720c9898SEd Tanous 488720c9898SEd Tanous <ComplexType Name="Actions"> 489720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 490720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 491720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 492720c9898SEd Tanous <Property Name="Oem" Type="EventDestination.v1_2_0.OemActions" Nullable="false"> 493720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 494720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 495720c9898SEd Tanous </Property> 496720c9898SEd Tanous </ComplexType> 497720c9898SEd Tanous 498720c9898SEd Tanous <ComplexType Name="OemActions"> 499720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 500720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 501720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 502720c9898SEd Tanous </ComplexType> 503720c9898SEd Tanous </Schema> 504720c9898SEd Tanous 505720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_1"> 506720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 507720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 508720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_0.EventDestination"/> 509720c9898SEd Tanous </Schema> 510720c9898SEd Tanous 511720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_2"> 512720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 513f2a8e57eSGunnar Mills <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 enumerated values."/> 514720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_1.EventDestination"/> 515720c9898SEd Tanous </Schema> 516720c9898SEd Tanous 517720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_3"> 518720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 519720c9898SEd Tanous <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."/> 520720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_2.EventDestination"/> 521720c9898SEd Tanous </Schema> 522720c9898SEd Tanous 523720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_4"> 524720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 525f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 526720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_3.EventDestination"/> 527720c9898SEd Tanous </Schema> 528720c9898SEd Tanous 529720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_5"> 530720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 531f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to update descriptions that this schema defines."/> 532720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_4.EventDestination"/> 533720c9898SEd Tanous </Schema> 534720c9898SEd Tanous 535720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_6"> 536720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 537f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`."/> 538720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_5.EventDestination"/> 539720c9898SEd Tanous </Schema> 540720c9898SEd Tanous 541720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_7"> 542720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 543f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 544720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_6.EventDestination"/> 545720c9898SEd Tanous </Schema> 546720c9898SEd Tanous 547720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_8"> 548720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 549f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 550720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_7.EventDestination"/> 551720c9898SEd Tanous </Schema> 552720c9898SEd Tanous 553720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_9"> 554720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 555f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas."/> 556720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_8.EventDestination"/> 557720c9898SEd Tanous </Schema> 558720c9898SEd Tanous 559720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_10"> 560720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 561720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 562720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_9.EventDestination"/> 563720c9898SEd Tanous </Schema> 564720c9898SEd Tanous 565f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_2_11"> 566f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 567f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 568f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_10.EventDestination"/> 569f2a8e57eSGunnar Mills </Schema> 570f2a8e57eSGunnar Mills 571720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_0"> 572720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 573720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2018.1"/> 574720c9898SEd Tanous 575720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_2_2.EventDestination"> 576720c9898SEd Tanous <Property Name="SubscriptionType" Type="EventDestination.v1_3_0.SubscriptionType"> 577720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 578720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription type for events."/> 579f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate the type of subscription for events. If this property is not present, the `SubscriptionType` shall be assumed to be `RedfishEvent`."/> 580720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 581720c9898SEd Tanous </Property> 582720c9898SEd Tanous </EntityType> 583720c9898SEd Tanous 584720c9898SEd Tanous <EnumType Name="SubscriptionType"> 585720c9898SEd Tanous <Member Name="RedfishEvent"> 586f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The subscription follows the Redfish Specification for event notifications. To send an event notification, a service sends an HTTP `POST` to the subscriber's destination URI."/> 587720c9898SEd Tanous </Member> 588720c9898SEd Tanous <Member Name="SSE"> 589720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription follows the HTML5 server-sent event definition for event notifications."/> 590720c9898SEd Tanous </Member> 591720c9898SEd Tanous <Member Name="SNMPTrap"> 592720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription follows the various versions of SNMP Traps for event notifications."/> 593f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the subscription follows the various versions of SNMP Traps for event notifications. `Protocol` shall specify the appropriate version of SNMP."/> 594720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 595720c9898SEd Tanous <Collection> 596720c9898SEd Tanous <Record> 597720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 598720c9898SEd Tanous <PropertyValue Property="Version" String="v1_7_0"/> 599720c9898SEd Tanous </Record> 600720c9898SEd Tanous </Collection> 601720c9898SEd Tanous </Annotation> 602720c9898SEd Tanous </Member> 603720c9898SEd Tanous <Member Name="SNMPInform"> 604720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription follows versions 2 and 3 of SNMP Inform for event notifications."/> 605f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the subscription follows versions 2 and 3 of SNMP Inform for event notifications. `Protocol` shall specify the appropriate version of SNMP."/> 606720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 607720c9898SEd Tanous <Collection> 608720c9898SEd Tanous <Record> 609720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 610720c9898SEd Tanous <PropertyValue Property="Version" String="v1_7_0"/> 611720c9898SEd Tanous </Record> 612720c9898SEd Tanous </Collection> 613720c9898SEd Tanous </Annotation> 614720c9898SEd Tanous </Member> 615720c9898SEd Tanous <Member Name="Syslog"> 616720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription sends syslog messages for event notifications."/> 617f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the subscription forwards syslog messages to the event destination. `Protocol` shall specify the appropriate syslog protocol."/> 618720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 619720c9898SEd Tanous <Collection> 620720c9898SEd Tanous <Record> 621720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 622720c9898SEd Tanous <PropertyValue Property="Version" String="v1_9_0"/> 623720c9898SEd Tanous </Record> 624720c9898SEd Tanous </Collection> 625720c9898SEd Tanous </Annotation> 626720c9898SEd Tanous </Member> 627720c9898SEd Tanous <Member Name="OEM"> 628720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription is an OEM subscription."/> 629f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate an OEM subscription type. The `OEMSubscriptionType` property shall contain the specific OEM subscription type."/> 630720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 631720c9898SEd Tanous <Collection> 632720c9898SEd Tanous <Record> 633720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 634720c9898SEd Tanous <PropertyValue Property="Version" String="v1_9_0"/> 635720c9898SEd Tanous </Record> 636720c9898SEd Tanous </Collection> 637720c9898SEd Tanous </Annotation> 638720c9898SEd Tanous </Member> 639720c9898SEd Tanous </EnumType> 640720c9898SEd Tanous </Schema> 641720c9898SEd Tanous 642720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_1"> 643720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 644720c9898SEd Tanous <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."/> 645720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_0.EventDestination"/> 646720c9898SEd Tanous </Schema> 647720c9898SEd Tanous 648720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_2"> 649720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 650f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 651720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_1.EventDestination"/> 652720c9898SEd Tanous </Schema> 653720c9898SEd Tanous 654720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_3"> 655720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 656f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to update descriptions that this schema defines."/> 657720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_2.EventDestination"/> 658720c9898SEd Tanous </Schema> 659720c9898SEd Tanous 660720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_4"> 661720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 662f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`."/> 663720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_3.EventDestination"/> 664720c9898SEd Tanous </Schema> 665720c9898SEd Tanous 666720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_5"> 667720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 668f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 669720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_4.EventDestination"/> 670720c9898SEd Tanous </Schema> 671720c9898SEd Tanous 672720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_6"> 673720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 674f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 675720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_5.EventDestination"/> 676720c9898SEd Tanous </Schema> 677720c9898SEd Tanous 678720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_7"> 679720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 680f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas."/> 681720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_6.EventDestination"/> 682720c9898SEd Tanous </Schema> 683720c9898SEd Tanous 684720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_8"> 685720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 686720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 687720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_7.EventDestination"/> 688720c9898SEd Tanous </Schema> 689720c9898SEd Tanous 690f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_3_9"> 691f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 692f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 693f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_8.EventDestination"/> 694f2a8e57eSGunnar Mills </Schema> 695f2a8e57eSGunnar Mills 696720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_0"> 697720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 698720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2018.2"/> 699720c9898SEd Tanous 700720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_3_0.EventDestination"> 701720c9898SEd Tanous <Property Name="RegistryPrefixes" Type="Collection(Edm.String)"> 702720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 703f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The list of prefixes for the message registries that contain the `MessageId` values that are sent to this event destination."/> 704f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array the prefixes of message registries that contain the `MessageId` values that are the allowable values for the `MessageId` property within an event sent to the subscriber. Events with a `MessageId` that is not from a message registry contained in this array and is not contained by `MessageIds` shall not be sent to the subscriber. If this property is an empty array or is absent, no inclusive filtering based upon message registry of the `MessageId` of an event is performed."/> 705720c9898SEd Tanous </Property> 706720c9898SEd Tanous <Property Name="ResourceTypes" Type="Collection(Edm.String)"> 707720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 708f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The list of resource type values (schema names) that correspond to the `OriginOfCondition`. The version and full namespace should not be specified."/> 709f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall specify an array of resource type values that contain the allowable resource types for the resource referenced by the `OriginOfCondition` property. Events with the resource type of the resource referenced by the `OriginOfCondition` property that is not contained in this array shall not be sent to the subscriber. If this property is an empty array or is absent, no filtering based upon the resource type of the `OriginOfCondition` of an event is performed. This property shall contain only the general namespace for the type and not the versioned value. For example, it shall not contain `Task.v1_2_0.Task` and instead shall contain `Task`. To specify that a client is subscribing to metric reports, the `EventTypes` property should include `MetricReport`."/> 710720c9898SEd Tanous </Property> 711720c9898SEd Tanous <Property Name="SubordinateResources" Type="Edm.Boolean"> 712720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 713f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="An indication of whether the subscription is for events in the `OriginResources` array and its subordinate resources. If `true` and the `OriginResources` array is specified, the subscription is for events in the `OriginResources` array and its subordinate resources. Note that resources associated through the Links section are not considered subordinate. If `false` and the `OriginResources` array is specified, the subscription is for events in the `OriginResources` array only. If the `OriginResources` array is not present, this property has no relevance."/> 714f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether the subscription is for events in the `OriginResources` array and its subordinate resources. If `true` and the `OriginResources` array is specified, the subscription is for events in the `OriginResources` array and its subordinate resources. Note that resources associated through the Links section are not considered subordinate. If `false` and the `OriginResources` array is specified, the subscription shall be for events in the `OriginResources` array only. If the `OriginResources` array is not present, this property shall have no relevance."/> 715720c9898SEd Tanous </Property> 716720c9898SEd Tanous <Property Name="EventFormatType" Type="EventDestination.EventFormatType"> 717720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 718f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The content types of the message that are sent to the `EventDestination`."/> 719f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate the content types of the message that this service sends to the `EventDestination`. If this property is not present, the `EventFormatType` shall be assumed to be Event."/> 720720c9898SEd Tanous </Property> 721720c9898SEd Tanous </EntityType> 722720c9898SEd Tanous </Schema> 723720c9898SEd Tanous 724720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_1"> 725720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 726f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to update the descriptions for` EventTypes` and `ResourceTypes`, regarding metric reports."/> 727720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_0.EventDestination"/> 728720c9898SEd Tanous </Schema> 729720c9898SEd Tanous 730720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_2"> 731720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 732f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to update descriptions that this schema defines."/> 733720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_1.EventDestination"/> 734720c9898SEd Tanous </Schema> 735720c9898SEd Tanous 736720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_3"> 737720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 738f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`."/> 739720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_2.EventDestination"/> 740720c9898SEd Tanous </Schema> 741720c9898SEd Tanous 742720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_4"> 743720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 744f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 745720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_3.EventDestination"/> 746720c9898SEd Tanous </Schema> 747720c9898SEd Tanous 748720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_5"> 749720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 750f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 751720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_4.EventDestination"/> 752720c9898SEd Tanous </Schema> 753720c9898SEd Tanous 754720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_6"> 755720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 756f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas."/> 757720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_5.EventDestination"/> 758720c9898SEd Tanous </Schema> 759720c9898SEd Tanous 760720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_7"> 761720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 762720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 763720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_6.EventDestination"/> 764720c9898SEd Tanous </Schema> 765720c9898SEd Tanous 766720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_8"> 767720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 768720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 769720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_7.EventDestination"/> 770720c9898SEd Tanous </Schema> 771720c9898SEd Tanous 772f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_4_9"> 773f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 774f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 775f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_8.EventDestination"/> 776f2a8e57eSGunnar Mills </Schema> 777f2a8e57eSGunnar Mills 778720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_0"> 779720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 780720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2019.1"/> 781f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to deprecate the `EventTypes` property."/> 782720c9898SEd Tanous 783720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_4_1.EventDestination"/> 784720c9898SEd Tanous </Schema> 785720c9898SEd Tanous 786720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_1"> 787720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 788f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions for `HttpHeaders`. It was also created to update descriptions that this schema defines."/> 789720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_0.EventDestination"/> 790720c9898SEd Tanous </Schema> 791720c9898SEd Tanous 792720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_2"> 793720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 794f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`."/> 795720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_1.EventDestination"/> 796720c9898SEd Tanous </Schema> 797720c9898SEd Tanous 798720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_3"> 799720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 800f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 801720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_2.EventDestination"/> 802720c9898SEd Tanous </Schema> 803720c9898SEd Tanous 804720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_4"> 805720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 806f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 807720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_3.EventDestination"/> 808720c9898SEd Tanous </Schema> 809720c9898SEd Tanous 810720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_5"> 811720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 812f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas."/> 813720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_4.EventDestination"/> 814720c9898SEd Tanous </Schema> 815720c9898SEd Tanous 816720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_6"> 817720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 818720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 819720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_5.EventDestination"/> 820720c9898SEd Tanous </Schema> 821720c9898SEd Tanous 822720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_7"> 823720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 824720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 825720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_6.EventDestination"/> 826720c9898SEd Tanous </Schema> 827720c9898SEd Tanous 828f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_5_8"> 829f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 830f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 831f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_7.EventDestination"/> 832f2a8e57eSGunnar Mills </Schema> 833f2a8e57eSGunnar Mills 834720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_0"> 835720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 836720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2019.2"/> 837f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add `DeliveryRetryPolicy`."/> 838720c9898SEd Tanous 839720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_5_0.EventDestination"> 840720c9898SEd Tanous <Property Name="DeliveryRetryPolicy" Type="EventDestination.v1_6_0.DeliveryRetryPolicy"> 841720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 842f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The subscription delivery retry policy for events, where the subscription type is `RedfishEvent`."/> 843f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate the subscription delivery retry policy for events where the subscription type is `RedfishEvent`."/> 844720c9898SEd Tanous </Property> 845720c9898SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 846720c9898SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 847720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 848720c9898SEd Tanous </Property> 849720c9898SEd Tanous <NavigationProperty Name="MetricReportDefinitions" Type="Collection(MetricReportDefinition.MetricReportDefinition)"> 850720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 851720c9898SEd Tanous <Annotation Term="OData.Description" String="A list of metric report definitions for which the service only sends related metric reports. If this property is absent or the array is empty, metric reports that originate from any metric report definition are sent to the subscriber."/> 852720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall specify an array of metric report definitions that are the only allowable generators of metric reports for this subscription. Metric reports originating from metric report definitions not contained in this array shall not be sent to the subscriber. If this property is absent or the array is empty, the service shall send metric reports originating from any metric report definition to the subscriber."/> 853720c9898SEd Tanous </NavigationProperty> 854720c9898SEd Tanous </EntityType> 855720c9898SEd Tanous 856720c9898SEd Tanous <EnumType Name="DeliveryRetryPolicy"> 857720c9898SEd Tanous <Member Name="TerminateAfterRetries"> 858720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription is terminated after the maximum number of retries is reached."/> 8599b46bc0bSMyung Bae <Annotation Term="OData.LongDescription" String="This value shall indicate the subscription is terminated after the maximum number of retries is reached, specified by the `DeliveryRetryAttempts` property in the event service. The service shall delete this resource to terminate the subscription."/> 860720c9898SEd Tanous </Member> 861720c9898SEd Tanous <Member Name="SuspendRetries"> 862720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription is suspended after the maximum number of retries is reached."/> 863f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the subscription is suspended after the maximum number of retries is reached, specified by the `DeliveryRetryAttempts` property in the event service. The value of the `State` property within `Status` shall contain `Disabled` for a suspended subscription."/> 864720c9898SEd Tanous </Member> 865720c9898SEd Tanous <Member Name="RetryForever"> 866720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription is not suspended or terminated, and attempts at delivery of future events continues regardless of the number of retries."/> 867f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the subscription is not suspended or terminated, and attempts at delivery of future events shall continue regardless of the number of retries. The interval between retries remains constant and is specified by the `DeliveryRetryIntervalSeconds` property in the event service."/> 868720c9898SEd Tanous </Member> 869720c9898SEd Tanous <Member Name="RetryForeverWithBackoff"> 870720c9898SEd Tanous <Annotation Term="OData.Description" String="The subscription is not suspended or terminated, and attempts at delivery of future events continues regardless of the number of retries, but issued over time according to a service-defined backoff algorithm."/> 871720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the subscription is not suspended or terminated, and attempts at delivery of future events shall continue regardless of the number of retries. Retry attempts are issued over time according to a service-defined backoff algorithm. The backoff algorithm may insert an increasing amount of delay between retry attempts and may reach a maximum."/> 872720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 873720c9898SEd Tanous <Collection> 874720c9898SEd Tanous <Record> 875720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 876720c9898SEd Tanous <PropertyValue Property="Version" String="v1_10_0"/> 877720c9898SEd Tanous </Record> 878720c9898SEd Tanous </Collection> 879720c9898SEd Tanous </Annotation> 880720c9898SEd Tanous </Member> 881720c9898SEd Tanous </EnumType> 882720c9898SEd Tanous </Schema> 883720c9898SEd Tanous 884720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_1"> 885720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 886f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct typographic errors in `DeliveryRetryPolicy`."/> 887720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_0.EventDestination"/> 888720c9898SEd Tanous </Schema> 889720c9898SEd Tanous 890720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_2"> 891720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 892f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`. It was also created to allow for a service to select its own `DeliveryRetryPolicy` if not specified by the client."/> 893720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_1.EventDestination"/> 894720c9898SEd Tanous </Schema> 895720c9898SEd Tanous 896720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_3"> 897720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 898720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 899720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_2.EventDestination"/> 900720c9898SEd Tanous </Schema> 901720c9898SEd Tanous 902720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_4"> 903720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 904f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 905720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_3.EventDestination"/> 906720c9898SEd Tanous </Schema> 907720c9898SEd Tanous 908720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_5"> 909720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 910f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 911720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_4.EventDestination"/> 912720c9898SEd Tanous </Schema> 913720c9898SEd Tanous 914720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_6"> 915720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 916f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas."/> 917720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_5.EventDestination"/> 918720c9898SEd Tanous </Schema> 919720c9898SEd Tanous 920720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_7"> 921720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 922720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 923720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_6.EventDestination"/> 924720c9898SEd Tanous </Schema> 925720c9898SEd Tanous 926720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_8"> 927720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 928720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 929720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_7.EventDestination"/> 930720c9898SEd Tanous </Schema> 931720c9898SEd Tanous 932f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_9"> 933f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 934f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 935f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_8.EventDestination"/> 936f2a8e57eSGunnar Mills </Schema> 937f2a8e57eSGunnar Mills 9389b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_6_10"> 9399b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 9409b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 9419b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_9.EventDestination"/> 9429b46bc0bSMyung Bae </Schema> 9439b46bc0bSMyung Bae 944720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_0"> 945720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 946720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2019.3"/> 947f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add `SMTP` and `SNMP` to `EventDestinationProtocol`, and `SNMP` to `SubscriptionType`."/> 948720c9898SEd Tanous 949720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_6_0.EventDestination"> 950720c9898SEd Tanous <Property Name="SNMP" Type="EventDestination.v1_7_0.SNMPSettings" Nullable="false"> 951720c9898SEd Tanous <Annotation Term="OData.Description" String="Settings for an SNMP event destination."/> 952720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the settings for an SNMP event destination."/> 953720c9898SEd Tanous </Property> 954720c9898SEd Tanous </EntityType> 955720c9898SEd Tanous 956720c9898SEd Tanous <ComplexType Name="SNMPSettings"> 957720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 958720c9898SEd Tanous <Annotation Term="OData.Description" String="Settings for an SNMP event destination."/> 959720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the settings for an SNMP event destination."/> 960720c9898SEd Tanous <Property Name="TrapCommunity" Type="Edm.String"> 961720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/> 962720c9898SEd Tanous <Annotation Term="OData.Description" String="The SNMP trap community string."/> 963720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the SNMP trap community string. The value shall be `null` in responses."/> 964720c9898SEd Tanous </Property> 965720c9898SEd Tanous <Property Name="AuthenticationKey" Type="Edm.String"> 966720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/> 967720c9898SEd Tanous <Annotation Term="OData.Description" String="The secret authentication key for SNMPv3."/> 968dd5c81e9SGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the key for SNMPv3 authentication. The value shall be `null` in responses. This property accepts a passphrase or a hex-encoded key. If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation. If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414."/> 969dd5c81e9SGunnar Mills <Annotation Term="Validation.Pattern" String="(^[ -~]+$)|(^Passphrase:[ -~]+$)|(^Hex:[0-9A-Fa-f]{24,96}$)|(^\*+$)"/> 970720c9898SEd Tanous </Property> 971720c9898SEd Tanous <Property Name="AuthenticationProtocol" Type="EventDestination.v1_7_0.SNMPAuthenticationProtocols"> 972720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 973720c9898SEd Tanous <Annotation Term="OData.Description" String="The authentication protocol for SNMPv3."/> 974720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 authentication protocol."/> 975720c9898SEd Tanous </Property> 976720c9898SEd Tanous <Property Name="EncryptionKey" Type="Edm.String"> 977720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/> 978720c9898SEd Tanous <Annotation Term="OData.Description" String="The secret authentication key for SNMPv3."/> 979dd5c81e9SGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the key for SNMPv3 encryption. The value shall be `null` in responses. This property accepts a passphrase or a hex-encoded key. If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation. If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414."/> 980dd5c81e9SGunnar Mills <Annotation Term="Validation.Pattern" String="(^[ -~]+$)|(^Passphrase:[ -~]+$)|(^Hex:[0-9A-Fa-f]{16,64}$)|(^\*+$)"/> 981720c9898SEd Tanous </Property> 982720c9898SEd Tanous <Property Name="EncryptionProtocol" Type="EventDestination.v1_7_0.SNMPEncryptionProtocols"> 983720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 984720c9898SEd Tanous <Annotation Term="OData.Description" String="The encryption protocol for SNMPv3."/> 985720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the SNMPv3 encryption protocol."/> 986720c9898SEd Tanous </Property> 987720c9898SEd Tanous </ComplexType> 988720c9898SEd Tanous 989720c9898SEd Tanous <EnumType Name="SNMPAuthenticationProtocols"> 990720c9898SEd Tanous <Member Name="None"> 991720c9898SEd Tanous <Annotation Term="OData.Description" String="No authentication."/> 992720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is not required."/> 993720c9898SEd Tanous </Member> 994720c9898SEd Tanous <Member Name="CommunityString"> 995720c9898SEd Tanous <Annotation Term="OData.Description" String="Trap community string authentication."/> 996720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate authentication using SNMP community strings and the value of TrapCommunity."/> 997720c9898SEd Tanous </Member> 998720c9898SEd Tanous <Member Name="HMAC_MD5"> 999720c9898SEd Tanous <Annotation Term="OData.Description" String="HMAC-MD5-96 authentication."/> 1000720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol."/> 1001720c9898SEd Tanous </Member> 1002720c9898SEd Tanous <Member Name="HMAC_SHA96"> 1003720c9898SEd Tanous <Annotation Term="OData.Description" String="HMAC-SHA-96 authentication."/> 1004720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol."/> 1005720c9898SEd Tanous </Member> 1006720c9898SEd Tanous <Member Name="HMAC128_SHA224"> 1007720c9898SEd Tanous <Annotation Term="OData.Description" String="HMAC-128-SHA-224 authentication."/> 1008720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol."/> 1009720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 1010720c9898SEd Tanous <Collection> 1011720c9898SEd Tanous <Record> 1012720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1013720c9898SEd Tanous <PropertyValue Property="Version" String="v1_10_0"/> 1014720c9898SEd Tanous </Record> 1015720c9898SEd Tanous </Collection> 1016720c9898SEd Tanous </Annotation> 1017720c9898SEd Tanous </Member> 1018720c9898SEd Tanous <Member Name="HMAC192_SHA256"> 1019720c9898SEd Tanous <Annotation Term="OData.Description" String="HMAC-192-SHA-256 authentication."/> 1020720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol."/> 1021720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 1022720c9898SEd Tanous <Collection> 1023720c9898SEd Tanous <Record> 1024720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1025720c9898SEd Tanous <PropertyValue Property="Version" String="v1_10_0"/> 1026720c9898SEd Tanous </Record> 1027720c9898SEd Tanous </Collection> 1028720c9898SEd Tanous </Annotation> 1029720c9898SEd Tanous </Member> 1030720c9898SEd Tanous <Member Name="HMAC256_SHA384"> 1031720c9898SEd Tanous <Annotation Term="OData.Description" String="HMAC-256-SHA-384 authentication."/> 1032720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol."/> 1033720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 1034720c9898SEd Tanous <Collection> 1035720c9898SEd Tanous <Record> 1036720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1037720c9898SEd Tanous <PropertyValue Property="Version" String="v1_10_0"/> 1038720c9898SEd Tanous </Record> 1039720c9898SEd Tanous </Collection> 1040720c9898SEd Tanous </Annotation> 1041720c9898SEd Tanous </Member> 1042720c9898SEd Tanous <Member Name="HMAC384_SHA512"> 1043720c9898SEd Tanous <Annotation Term="OData.Description" String="HMAC-384-SHA-512 authentication."/> 1044720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol."/> 1045720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 1046720c9898SEd Tanous <Collection> 1047720c9898SEd Tanous <Record> 1048720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1049720c9898SEd Tanous <PropertyValue Property="Version" String="v1_10_0"/> 1050720c9898SEd Tanous </Record> 1051720c9898SEd Tanous </Collection> 1052720c9898SEd Tanous </Annotation> 1053720c9898SEd Tanous </Member> 1054720c9898SEd Tanous </EnumType> 1055720c9898SEd Tanous 1056720c9898SEd Tanous <EnumType Name="SNMPEncryptionProtocols"> 1057720c9898SEd Tanous <Member Name="None"> 1058720c9898SEd Tanous <Annotation Term="OData.Description" String="No encryption."/> 1059720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate there is no encryption."/> 1060720c9898SEd Tanous </Member> 1061720c9898SEd Tanous <Member Name="CBC_DES"> 1062720c9898SEd Tanous <Annotation Term="OData.Description" String="CBC-DES encryption."/> 1063720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol."/> 1064720c9898SEd Tanous </Member> 1065720c9898SEd Tanous <Member Name="CFB128_AES128"> 1066720c9898SEd Tanous <Annotation Term="OData.Description" String="CFB128-AES-128 encryption."/> 1067720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-128 encryption protocol."/> 1068720c9898SEd Tanous </Member> 1069720c9898SEd Tanous <Member Name="CFB128_AES192"> 1070720c9898SEd Tanous <Annotation Term="OData.Description" String="CFB128-AES-192 encryption."/> 1071720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-192 encryption protocol, extended from RFC3826."/> 1072720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 1073720c9898SEd Tanous <Collection> 1074720c9898SEd Tanous <Record> 1075720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1076720c9898SEd Tanous <PropertyValue Property="Version" String="v1_14_0"/> 1077720c9898SEd Tanous </Record> 1078720c9898SEd Tanous </Collection> 1079720c9898SEd Tanous </Annotation> 1080720c9898SEd Tanous </Member> 1081720c9898SEd Tanous <Member Name="CFB128_AES256"> 1082720c9898SEd Tanous <Annotation Term="OData.Description" String="CFB128-AES-256 encryption."/> 1083720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate encryption conforms to the CFB128-AES-256 encryption protocol, extended from RFC3826."/> 1084720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 1085720c9898SEd Tanous <Collection> 1086720c9898SEd Tanous <Record> 1087720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1088720c9898SEd Tanous <PropertyValue Property="Version" String="v1_14_0"/> 1089720c9898SEd Tanous </Record> 1090720c9898SEd Tanous </Collection> 1091720c9898SEd Tanous </Annotation> 1092720c9898SEd Tanous </Member> 1093720c9898SEd Tanous </EnumType> 1094720c9898SEd Tanous </Schema> 1095720c9898SEd Tanous 1096720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_1"> 1097720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1098f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct typographic errors in `DeliveryRetryPolicy`."/> 1099720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_0.EventDestination"/> 1100720c9898SEd Tanous </Schema> 1101720c9898SEd Tanous 1102720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_2"> 1103720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1104f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`. It was also created to correct descriptions and terms for SNMP properties. It was also created to allow for a service to select its own `DeliveryRetryPolicy` if not specified by the client."/> 1105720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_1.EventDestination"/> 1106720c9898SEd Tanous </Schema> 1107720c9898SEd Tanous 1108720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_3"> 1109720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1110720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1111720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_2.EventDestination"/> 1112720c9898SEd Tanous </Schema> 1113720c9898SEd Tanous 1114720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_4"> 1115720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1116f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 1117720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_3.EventDestination"/> 1118720c9898SEd Tanous </Schema> 1119720c9898SEd Tanous 1120720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_5"> 1121720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1122f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 1123720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_4.EventDestination"/> 1124720c9898SEd Tanous </Schema> 1125720c9898SEd Tanous 1126720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_6"> 1127720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1128f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas. It was also created to mark properties with values containing sensitive data as write-only."/> 1129720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_5.EventDestination"/> 1130720c9898SEd Tanous </Schema> 1131720c9898SEd Tanous 1132720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_7"> 1133720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1134720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 1135720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_6.EventDestination"/> 1136720c9898SEd Tanous </Schema> 1137720c9898SEd Tanous 1138720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_8"> 1139720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1140720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1141720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_7.EventDestination"/> 1142720c9898SEd Tanous </Schema> 1143720c9898SEd Tanous 1144f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_9"> 1145f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1146f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1147f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_8.EventDestination"/> 1148f2a8e57eSGunnar Mills </Schema> 1149f2a8e57eSGunnar Mills 1150dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_10"> 1151dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1152dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` property."/> 1153dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_9.EventDestination"/> 1154dd5c81e9SGunnar Mills </Schema> 1155dd5c81e9SGunnar Mills 11569b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_7_11"> 11579b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 11589b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 11599b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_10.EventDestination"/> 11609b46bc0bSMyung Bae </Schema> 11619b46bc0bSMyung Bae 1162720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_0"> 1163720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1164720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2020.1"/> 1165720c9898SEd Tanous 1166720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_7_0.EventDestination"> 1167720c9898SEd Tanous <Property Name="IncludeOriginOfCondition" Type="Edm.Boolean"> 1168720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1169f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="An indication of whether the events subscribed to will also include the entire resource or object referenced by the `OriginOfCondition` property in the event payload."/> 1170f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether the event payload sent to the subscription destination will expand the `OriginOfCondition` property to include the resource or object referenced by the `OriginOfCondition` property."/> 1171720c9898SEd Tanous </Property> 1172720c9898SEd Tanous </EntityType> 1173720c9898SEd Tanous </Schema> 1174720c9898SEd Tanous 1175720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_1"> 1176720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1177f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct typographic errors in `DeliveryRetryPolicy`."/> 1178720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_0.EventDestination"/> 1179720c9898SEd Tanous </Schema> 1180720c9898SEd Tanous 1181720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_2"> 1182720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1183f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`. It was also created to correct descriptions and terms for SNMP properties. It was also created to allow for a service to select its own `DeliveryRetryPolicy` if not specified by the client."/> 1184720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_1.EventDestination"/> 1185720c9898SEd Tanous </Schema> 1186720c9898SEd Tanous 1187720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_3"> 1188720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1189720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1190720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_2.EventDestination"/> 1191720c9898SEd Tanous </Schema> 1192720c9898SEd Tanous 1193720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_4"> 1194720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1195f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 1196720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_3.EventDestination"/> 1197720c9898SEd Tanous </Schema> 1198720c9898SEd Tanous 1199720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_5"> 1200720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1201f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 1202720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_4.EventDestination"/> 1203720c9898SEd Tanous </Schema> 1204720c9898SEd Tanous 1205720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_6"> 1206720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1207f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas. It was also created to mark properties with values containing sensitive data as write-only."/> 1208720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_5.EventDestination"/> 1209720c9898SEd Tanous </Schema> 1210720c9898SEd Tanous 1211720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_7"> 1212720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1213720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 1214720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_6.EventDestination"/> 1215720c9898SEd Tanous </Schema> 1216720c9898SEd Tanous 1217720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_8"> 1218720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1219720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1220720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_7.EventDestination"/> 1221720c9898SEd Tanous </Schema> 1222720c9898SEd Tanous 1223f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_9"> 1224f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1225f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1226f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_8.EventDestination"/> 1227f2a8e57eSGunnar Mills </Schema> 1228f2a8e57eSGunnar Mills 1229dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_10"> 1230dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1231dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` property."/> 1232dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_9.EventDestination"/> 1233dd5c81e9SGunnar Mills </Schema> 1234dd5c81e9SGunnar Mills 12359b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_8_11"> 12369b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 12379b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 12389b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_10.EventDestination"/> 12399b46bc0bSMyung Bae </Schema> 12409b46bc0bSMyung Bae 1241720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_0"> 1242720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1243720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2020.3"/> 1244720c9898SEd Tanous 1245720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_8_1.EventDestination"> 1246720c9898SEd Tanous <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 1247720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1248f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the `Destination` property."/> 1249f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CertificateCollection` that represent the server certificates for the server referenced by the `Destination` property. If `VerifyCertificate` is `true`, services shall compare the certificates in this collection with the certificate obtained during handshaking with the event destination in order to verify the identity of the event destination prior to sending an event. If the server cannot be verified, the service shall not send the event. If `VerifyCertificate` is `false`, the service shall not perform certificate verification with certificates in this collection. Regardless of the contents of this collection, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/> 1250720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1251720c9898SEd Tanous </NavigationProperty> 1252720c9898SEd Tanous <Property Name="VerifyCertificate" Type="Edm.Boolean"> 1253720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1254f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="An indication of whether the service will verify the certificate of the server referenced by the `Destination` property prior to sending the event."/> 1255f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the certificate of the server referenced by the `Destination` property prior to sending the event with the certificates found in the collection referenced by the `Certificates` property. If this property is not supported by the service or specified by the client in the create request, it shall be assumed to be `false`. Regardless of the value of this property, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/> 1256720c9898SEd Tanous </Property> 1257720c9898SEd Tanous <Property Name="SyslogFilters" Type="Collection(EventDestination.v1_9_0.SyslogFilter)"> 1258720c9898SEd Tanous <Annotation Term="OData.Description" String="A list of filters applied to syslog messages before sending to a remote syslog server. An empty list indicates all syslog messages are sent."/> 1259720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall describe all desired syslog messages to send to a remote syslog server. If this property contains an empty array or is absent, all messages shall be sent."/> 1260720c9898SEd Tanous </Property> 1261720c9898SEd Tanous <Property Name="OEMProtocol" Type="Edm.String" Nullable="false"> 1262720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1263720c9898SEd Tanous <Annotation Term="OData.Description" String="The OEM-defined protocol type of the event connection."/> 1264f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the protocol type that the event uses to send the event to the destination. This property shall be present if `Protocol` is `OEM`."/> 1265720c9898SEd Tanous </Property> 1266720c9898SEd Tanous <Property Name="OEMSubscriptionType" Type="Edm.String" Nullable="false"> 1267720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1268720c9898SEd Tanous <Annotation Term="OData.Description" String="The OEM-defined subscription type for events."/> 1269f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate the OEM-defined type of subscription for events. This property shall be present if `SubscriptionType` is `OEM`."/> 1270720c9898SEd Tanous </Property> 1271720c9898SEd Tanous </EntityType> 1272720c9898SEd Tanous 1273720c9898SEd Tanous <EnumType Name="SyslogSeverity"> 1274720c9898SEd Tanous <Annotation Term="OData.Description" String="The syslog severity is an application-specific rating used to describe the urgency of the message."/> 1275720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall specify the syslog severity levels as an application-specific rating used to describe the urgency of the message. `Emergency` should be reserved for messages indicating the system is unusable and `Debug` should only be used when debugging a program. Severity values are described in RFC5424."/> 1276720c9898SEd Tanous <Member Name="Emergency"> 1277720c9898SEd Tanous <Annotation Term="OData.Description" String="A panic condition."/> 1278720c9898SEd Tanous </Member> 1279720c9898SEd Tanous <Member Name="Alert"> 1280720c9898SEd Tanous <Annotation Term="OData.Description" String="A condition that should be corrected immediately, such as a corrupted system database."/> 1281720c9898SEd Tanous </Member> 1282720c9898SEd Tanous <Member Name="Critical"> 1283720c9898SEd Tanous <Annotation Term="OData.Description" String="Hard device errors."/> 1284720c9898SEd Tanous </Member> 1285720c9898SEd Tanous <Member Name="Error"> 1286720c9898SEd Tanous <Annotation Term="OData.Description" String="An Error."/> 1287720c9898SEd Tanous </Member> 1288720c9898SEd Tanous <Member Name="Warning"> 1289720c9898SEd Tanous <Annotation Term="OData.Description" String="A Warning."/> 1290720c9898SEd Tanous </Member> 1291720c9898SEd Tanous <Member Name="Notice"> 1292720c9898SEd Tanous <Annotation Term="OData.Description" String="Conditions that are not error conditions, but that might require special handling."/> 1293720c9898SEd Tanous </Member> 1294720c9898SEd Tanous <Member Name="Informational"> 1295720c9898SEd Tanous <Annotation Term="OData.Description" String="Informational only."/> 1296720c9898SEd Tanous </Member> 1297720c9898SEd Tanous <Member Name="Debug"> 1298720c9898SEd Tanous <Annotation Term="OData.Description" String="Messages that contain information normally of use only when debugging a program."/> 1299720c9898SEd Tanous </Member> 1300720c9898SEd Tanous <Member Name="All"> 1301720c9898SEd Tanous <Annotation Term="OData.Description" String="A message of any severity."/> 1302720c9898SEd Tanous </Member> 1303720c9898SEd Tanous </EnumType> 1304720c9898SEd Tanous 1305720c9898SEd Tanous <EnumType Name="SyslogFacility"> 1306720c9898SEd Tanous <Annotation Term="OData.Description" String="The syslog facility code is an enumeration of program types."/> 1307720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall specify the syslog facility codes as program types. Facility values are described in the RFC5424."/> 1308720c9898SEd Tanous <Member Name="Kern"> 1309720c9898SEd Tanous <Annotation Term="OData.Description" String="Kernel messages."/> 1310720c9898SEd Tanous </Member> 1311720c9898SEd Tanous <Member Name="User"> 1312720c9898SEd Tanous <Annotation Term="OData.Description" String="User-level messages."/> 1313720c9898SEd Tanous </Member> 1314720c9898SEd Tanous <Member Name="Mail"> 1315720c9898SEd Tanous <Annotation Term="OData.Description" String="Mail system."/> 1316720c9898SEd Tanous </Member> 1317720c9898SEd Tanous <Member Name="Daemon"> 1318720c9898SEd Tanous <Annotation Term="OData.Description" String="System daemons."/> 1319720c9898SEd Tanous </Member> 1320720c9898SEd Tanous <Member Name="Auth"> 1321720c9898SEd Tanous <Annotation Term="OData.Description" String="Security/authentication messages."/> 1322720c9898SEd Tanous </Member> 1323720c9898SEd Tanous <Member Name="Syslog"> 1324720c9898SEd Tanous <Annotation Term="OData.Description" String="Messages generated internally by syslogd."/> 1325720c9898SEd Tanous </Member> 1326720c9898SEd Tanous <Member Name="LPR"> 1327720c9898SEd Tanous <Annotation Term="OData.Description" String="Line printer subsystem."/> 1328720c9898SEd Tanous </Member> 1329720c9898SEd Tanous <Member Name="News"> 1330720c9898SEd Tanous <Annotation Term="OData.Description" String="Network news subsystem."/> 1331720c9898SEd Tanous </Member> 1332720c9898SEd Tanous <Member Name="UUCP"> 1333720c9898SEd Tanous <Annotation Term="OData.Description" String="UUCP subsystem."/> 1334720c9898SEd Tanous </Member> 1335720c9898SEd Tanous <Member Name="Cron"> 1336720c9898SEd Tanous <Annotation Term="OData.Description" String="Clock daemon."/> 1337720c9898SEd Tanous </Member> 1338720c9898SEd Tanous <Member Name="Authpriv"> 1339720c9898SEd Tanous <Annotation Term="OData.Description" String="Security/authentication messages."/> 1340720c9898SEd Tanous </Member> 1341720c9898SEd Tanous <Member Name="FTP"> 1342720c9898SEd Tanous <Annotation Term="OData.Description" String="FTP daemon."/> 1343720c9898SEd Tanous </Member> 1344720c9898SEd Tanous <Member Name="NTP"> 1345720c9898SEd Tanous <Annotation Term="OData.Description" String="NTP subsystem."/> 1346720c9898SEd Tanous </Member> 1347720c9898SEd Tanous <Member Name="Security"> 1348720c9898SEd Tanous <Annotation Term="OData.Description" String="Log audit."/> 1349720c9898SEd Tanous </Member> 1350720c9898SEd Tanous <Member Name="Console"> 1351720c9898SEd Tanous <Annotation Term="OData.Description" String="Log alert."/> 1352720c9898SEd Tanous </Member> 1353720c9898SEd Tanous <Member Name="SolarisCron"> 1354720c9898SEd Tanous <Annotation Term="OData.Description" String="Scheduling daemon."/> 1355720c9898SEd Tanous </Member> 1356720c9898SEd Tanous <Member Name="Local0"> 1357720c9898SEd Tanous <Annotation Term="OData.Description" String="Locally used facility 0."/> 1358720c9898SEd Tanous </Member> 1359720c9898SEd Tanous <Member Name="Local1"> 1360720c9898SEd Tanous <Annotation Term="OData.Description" String="Locally used facility 1."/> 1361720c9898SEd Tanous </Member> 1362720c9898SEd Tanous <Member Name="Local2"> 1363720c9898SEd Tanous <Annotation Term="OData.Description" String="Locally used facility 2."/> 1364720c9898SEd Tanous </Member> 1365720c9898SEd Tanous <Member Name="Local3"> 1366720c9898SEd Tanous <Annotation Term="OData.Description" String="Locally used facility 3."/> 1367720c9898SEd Tanous </Member> 1368720c9898SEd Tanous <Member Name="Local4"> 1369720c9898SEd Tanous <Annotation Term="OData.Description" String="Locally used facility 4."/> 1370720c9898SEd Tanous </Member> 1371720c9898SEd Tanous <Member Name="Local5"> 1372720c9898SEd Tanous <Annotation Term="OData.Description" String="Locally used facility 5."/> 1373720c9898SEd Tanous </Member> 1374720c9898SEd Tanous <Member Name="Local6"> 1375720c9898SEd Tanous <Annotation Term="OData.Description" String="Locally used facility 6."/> 1376720c9898SEd Tanous </Member> 1377720c9898SEd Tanous <Member Name="Local7"> 1378720c9898SEd Tanous <Annotation Term="OData.Description" String="Locally used facility 7."/> 1379720c9898SEd Tanous </Member> 1380720c9898SEd Tanous </EnumType> 1381720c9898SEd Tanous 1382720c9898SEd Tanous <ComplexType Name="SyslogFilter"> 1383720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1384720c9898SEd Tanous <Annotation Term="OData.Description" String="A syslog filter."/> 1385720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the filter for a syslog message. The filter shall describe the desired syslog message to forward to a remote syslog server."/> 1386720c9898SEd Tanous <Property Name="LowestSeverity" Type="EventDestination.v1_9_0.SyslogSeverity"> 1387720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1388720c9898SEd Tanous <Annotation Term="OData.Description" String="The lowest severity level message that will be forwarded."/> 1389720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the lowest syslog severity level that will be forwarded. The service shall forward all messages equal to or greater than the value in this property. The value `All` shall indicate all severities."/> 1390720c9898SEd Tanous </Property> 1391720c9898SEd Tanous <Property Name="LogFacilities" Type="Collection(EventDestination.v1_9_0.SyslogFacility)"> 1392720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1393720c9898SEd Tanous <Annotation Term="OData.Description" String="The types of programs that can log messages."/> 1394720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the types of programs that can log messages. If this property contains an empty array or is absent, all facilities shall be indicated."/> 1395720c9898SEd Tanous </Property> 1396720c9898SEd Tanous </ComplexType> 1397720c9898SEd Tanous </Schema> 1398720c9898SEd Tanous 1399720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_1"> 1400720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1401f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the descriptions for `EventFormatType` and `EventDestinationProtocol`. It was also created to correct descriptions and terms for SNMP properties. It was also created to allow for a service to select its own `DeliveryRetryPolicy` if not specified by the client."/> 1402720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_0.EventDestination"/> 1403720c9898SEd Tanous </Schema> 1404720c9898SEd Tanous 1405720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_2"> 1406720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1407720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1408720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_1.EventDestination"/> 1409720c9898SEd Tanous </Schema> 1410720c9898SEd Tanous 1411720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_3"> 1412720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1413f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the description of `SyslogFilters`."/> 1414720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_2.EventDestination"/> 1415720c9898SEd Tanous </Schema> 1416720c9898SEd Tanous 1417720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_4"> 1418720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1419f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 1420720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_3.EventDestination"/> 1421720c9898SEd Tanous </Schema> 1422720c9898SEd Tanous 1423720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_5"> 1424720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1425f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `VerifyCertificate` when not supported or specified."/> 1426720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_4.EventDestination"/> 1427720c9898SEd Tanous </Schema> 1428720c9898SEd Tanous 1429720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_6"> 1430720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1431f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 1432720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_5.EventDestination"/> 1433720c9898SEd Tanous </Schema> 1434720c9898SEd Tanous 1435720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_7"> 1436720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1437f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that other certificate verification might be performed by the service due to other policies in the service. It was also created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas. It was also created to mark properties with values containing sensitive data as write-only."/> 1438720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_6.EventDestination"/> 1439720c9898SEd Tanous </Schema> 1440720c9898SEd Tanous 1441720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_8"> 1442720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1443720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 1444720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_7.EventDestination"/> 1445720c9898SEd Tanous </Schema> 1446720c9898SEd Tanous 1447720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_9"> 1448720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1449720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1450720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_8.EventDestination"/> 1451720c9898SEd Tanous </Schema> 1452720c9898SEd Tanous 1453f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_10"> 1454f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1455f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1456f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_9.EventDestination"/> 1457f2a8e57eSGunnar Mills </Schema> 1458f2a8e57eSGunnar Mills 1459dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_11"> 1460dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1461dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` property."/> 1462dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_10.EventDestination"/> 1463dd5c81e9SGunnar Mills </Schema> 1464dd5c81e9SGunnar Mills 14659b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_9_12"> 14669b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 14679b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 14689b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_11.EventDestination"/> 14699b46bc0bSMyung Bae </Schema> 14709b46bc0bSMyung Bae 1471720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_0"> 1472720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1473f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add additional SNMP authentication protocols and to provide better description for the authentication and encryption keys. It also added `RetryForeverWithBackoff` to `DeliveryRetryPolicy` and long description details to the `DeliveryRetryPolicy` values."/> 1474720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2020.4"/> 1475720c9898SEd Tanous 1476720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_9_1.EventDestination"/> 1477720c9898SEd Tanous 1478720c9898SEd Tanous <ComplexType Name="SNMPSettings" BaseType="EventDestination.v1_7_0.SNMPSettings"> 1479720c9898SEd Tanous <Property Name="AuthenticationKeySet" Type="Edm.Boolean" Nullable="false"> 1480720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1481f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="Indicates if the `AuthenticationKey` property is set."/> 1482f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the `AuthenticationKey` property. Otherwise, the property shall contain `false`."/> 1483720c9898SEd Tanous </Property> 1484720c9898SEd Tanous <Property Name="EncryptionKeySet" Type="Edm.Boolean" Nullable="false"> 1485720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1486f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="Indicates if the `EncryptionKey` property is set."/> 1487f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the `EncryptionKey` property. Otherwise, the property shall contain `false`."/> 1488720c9898SEd Tanous </Property> 1489720c9898SEd Tanous </ComplexType> 1490720c9898SEd Tanous </Schema> 1491720c9898SEd Tanous 1492720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_1"> 1493720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1494720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1495720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_0.EventDestination"/> 1496720c9898SEd Tanous </Schema> 1497720c9898SEd Tanous 1498720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_2"> 1499720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1500f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve the description of `SyslogFilters`."/> 1501720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_1.EventDestination"/> 1502720c9898SEd Tanous </Schema> 1503720c9898SEd Tanous 1504720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_3"> 1505720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1506f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 1507720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_2.EventDestination"/> 1508720c9898SEd Tanous </Schema> 1509720c9898SEd Tanous 1510720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_4"> 1511720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1512f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `VerifyCertificate` when not supported or specified."/> 1513720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_3.EventDestination"/> 1514720c9898SEd Tanous </Schema> 1515720c9898SEd Tanous 1516720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_5"> 1517720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1518f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 1519720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_4.EventDestination"/> 1520720c9898SEd Tanous </Schema> 1521720c9898SEd Tanous 1522720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_6"> 1523720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1524f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that other certificate verification might be performed by the service due to other policies in the service. It was also created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas. It was also created to mark properties with values containing sensitive data as write-only."/> 1525720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_5.EventDestination"/> 1526720c9898SEd Tanous </Schema> 1527720c9898SEd Tanous 1528720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_7"> 1529720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1530720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 1531720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_6.EventDestination"/> 1532720c9898SEd Tanous </Schema> 1533720c9898SEd Tanous 1534720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_8"> 1535720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1536720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1537720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_7.EventDestination"/> 1538720c9898SEd Tanous </Schema> 1539720c9898SEd Tanous 1540f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_9"> 1541f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1542f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1543f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_8.EventDestination"/> 1544f2a8e57eSGunnar Mills </Schema> 1545f2a8e57eSGunnar Mills 1546dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_10"> 1547dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1548dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` property."/> 1549dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_9.EventDestination"/> 1550dd5c81e9SGunnar Mills </Schema> 1551dd5c81e9SGunnar Mills 15529b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_10_11"> 15539b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 15549b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 15559b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_10.EventDestination"/> 15569b46bc0bSMyung Bae </Schema> 15579b46bc0bSMyung Bae 1558720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_0"> 1559720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1560720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2021.2"/> 1561720c9898SEd Tanous 1562720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_10_2.EventDestination"> 1563720c9898SEd Tanous <Property Name="SendHeartbeat" Type="Edm.Boolean"> 1564720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1565720c9898SEd Tanous <Annotation Term="OData.Description" String="Send a heartbeat event periodically to the destination."/> 1566f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate that the service shall periodically send the `RedfishServiceFunctional` message defined in the Heartbeat Event Message Registry to the subscriber. If this property is not present, no periodic event shall be sent. This property shall not apply to event destinations if the `SubscriptionType` property contains the value `SSE`."/> 1567720c9898SEd Tanous </Property> 1568720c9898SEd Tanous <Property Name="HeartbeatIntervalMinutes" Type="Edm.Int64"> 1569720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1570720c9898SEd Tanous <Annotation Term="OData.Description" String="Interval for sending heartbeat events to the destination in minutes."/> 1571f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate the interval for sending periodic heartbeat events to the subscriber. The value shall be the interval, in minutes, between each periodic event. This property shall not be present if the `SendHeartbeat` property is not present."/> 1572720c9898SEd Tanous <Annotation Term="Validation.Minimum" Int="1"/> 1573720c9898SEd Tanous <Annotation Term="Validation.Maximum" Int="65535"/> 1574720c9898SEd Tanous </Property> 1575720c9898SEd Tanous <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 1576720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1577f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The link to a collection of client identity certificates provided to the server referenced by the `Destination` property."/> 1578f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CertificateCollection` that represents the client identity certificates that are provided to the server referenced by the `Destination` property as part of TLS handshaking."/> 1579720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1580720c9898SEd Tanous </NavigationProperty> 1581720c9898SEd Tanous </EntityType> 1582720c9898SEd Tanous </Schema> 1583720c9898SEd Tanous 1584720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_1"> 1585720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1586f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Destination` property with server-sent events."/> 1587720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_0.EventDestination"/> 1588720c9898SEd Tanous </Schema> 1589720c9898SEd Tanous 1590720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_2"> 1591720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1592f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `VerifyCertificate` when not supported or specified."/> 1593720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_1.EventDestination"/> 1594720c9898SEd Tanous </Schema> 1595720c9898SEd Tanous 1596720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_3"> 1597720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1598f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify the format of the `MessageId` in the `MessageIds` property."/> 1599720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_2.EventDestination"/> 1600720c9898SEd Tanous </Schema> 1601720c9898SEd Tanous 1602720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_4"> 1603720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1604f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that other certificate verification might be performed by the service due to other policies in the service. It was also created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas. It was also created to mark properties with values containing sensitive data as write-only."/> 1605720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_3.EventDestination"/> 1606720c9898SEd Tanous </Schema> 1607720c9898SEd Tanous 1608720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_5"> 1609720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1610720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 1611720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_4.EventDestination"/> 1612720c9898SEd Tanous </Schema> 1613720c9898SEd Tanous 1614720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_6"> 1615720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1616720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1617720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_5.EventDestination"/> 1618720c9898SEd Tanous </Schema> 1619720c9898SEd Tanous 1620f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_7"> 1621f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1622f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1623f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_6.EventDestination"/> 1624f2a8e57eSGunnar Mills </Schema> 1625f2a8e57eSGunnar Mills 1626dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_8"> 1627dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1628dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` property."/> 1629dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_7.EventDestination"/> 1630dd5c81e9SGunnar Mills </Schema> 1631dd5c81e9SGunnar Mills 16329b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_11_9"> 16339b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 16349b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 16359b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_8.EventDestination"/> 16369b46bc0bSMyung Bae </Schema> 16379b46bc0bSMyung Bae 1638720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_12_0"> 1639720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1640720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2022.1"/> 1641f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add the `SuspendSubscription` action and to add the `DeliverBufferedEvents` parameter to the `ResumeSubscription` action."/> 1642720c9898SEd Tanous 1643720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_11_3.EventDestination"> 1644720c9898SEd Tanous <Property Name="ExcludeRegistryPrefixes" Type="Collection(Edm.String)"> 1645720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1646f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The list of prefixes for the message registries that contain the `MessageId` values that are not sent to this event destination."/> 1647f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of prefixes of excluded message registries that contain the `MessageId` values that are not allowed values for the `MessageId` property within an event sent to the subscriber. Events with a `MessageId` that is from a message registry contained in this array shall not be sent to the subscriber. If this property is an empty array or is absent, no exclusive filtering based upon message registry of the `MessageId` of an event is performed."/> 1648720c9898SEd Tanous </Property> 1649720c9898SEd Tanous <Property Name="ExcludeMessageIds" Type="Collection(Edm.String)"> 1650720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1651f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The list of `MessageId` values that are not sent to this event destination."/> 1652f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of excluded `MessageId` values that are not allowed values for the `MessageId` property within an event sent to the subscriber. The `MessageId` shall be in the `MessageRegistryPrefix.MessageKey` format. If included, the `MessageId` major and minor version details should be ignored. Events with a `MessageId` that is contained in this array shall not be sent to the subscriber. If this property is an empty array or is absent, no exclusive filtering based upon the `MessageId` of an event is performed."/> 1653720c9898SEd Tanous </Property> 1654720c9898SEd Tanous </EntityType> 1655720c9898SEd Tanous </Schema> 1656720c9898SEd Tanous 1657720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_12_1"> 1658720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1659f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that other certificate verification might be performed by the service due to other policies in the service. It was also created to make the format terminology of `MessageId` values consistent with the Redfish Specification and other schemas. It was also created to mark properties with values containing sensitive data as write-only."/> 1660720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_12_0.EventDestination"/> 1661720c9898SEd Tanous </Schema> 1662720c9898SEd Tanous 1663720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_12_2"> 1664720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1665720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/> 1666720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_12_1.EventDestination"/> 1667720c9898SEd Tanous </Schema> 1668720c9898SEd Tanous 1669720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_12_3"> 1670720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1671720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 1672720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_12_2.EventDestination"/> 1673720c9898SEd Tanous </Schema> 1674720c9898SEd Tanous 1675720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_12_4"> 1676720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1677720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1678720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_12_3.EventDestination"/> 1679720c9898SEd Tanous </Schema> 1680720c9898SEd Tanous 1681f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_12_5"> 1682f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1683f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1684f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_12_4.EventDestination"/> 1685f2a8e57eSGunnar Mills </Schema> 1686f2a8e57eSGunnar Mills 1687dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_12_6"> 1688dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1689dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` property."/> 1690dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_12_5.EventDestination"/> 1691dd5c81e9SGunnar Mills </Schema> 1692dd5c81e9SGunnar Mills 16939b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_12_7"> 16949b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 16959b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 16969b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_12_6.EventDestination"/> 16979b46bc0bSMyung Bae </Schema> 16989b46bc0bSMyung Bae 1699720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_13_0"> 1700720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1701720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2022.3"/> 1702f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add `Kafka` to `EventDestinationProtocol`."/> 1703720c9898SEd Tanous 1704720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_12_1.EventDestination"> 1705720c9898SEd Tanous <Property Name="Severities" Type="Collection(Resource.Health)"> 1706720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1707720c9898SEd Tanous <Annotation Term="OData.Description" String="The list of severities that are sent to this event destination."/> 1708f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of severities that are the allowable values for the `MessageSeverity` property within an event sent to the subscriber. If this property is an empty array or is absent, no filtering based upon the `MessageSeverity` of an event is performed."/> 1709720c9898SEd Tanous </Property> 1710720c9898SEd Tanous </EntityType> 1711720c9898SEd Tanous </Schema> 1712720c9898SEd Tanous 1713720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_13_1"> 1714720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1715720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/> 1716720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_13_0.EventDestination"/> 1717720c9898SEd Tanous </Schema> 1718720c9898SEd Tanous 1719720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_13_2"> 1720720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1721720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 1722720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_13_1.EventDestination"/> 1723720c9898SEd Tanous </Schema> 1724720c9898SEd Tanous 1725720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_13_3"> 1726720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1727720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1728720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_13_2.EventDestination"/> 1729720c9898SEd Tanous </Schema> 1730720c9898SEd Tanous 1731f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_13_4"> 1732f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1733f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1734f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_13_3.EventDestination"/> 1735f2a8e57eSGunnar Mills </Schema> 1736f2a8e57eSGunnar Mills 1737dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_13_5"> 1738dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1739dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` property."/> 1740dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_13_4.EventDestination"/> 1741dd5c81e9SGunnar Mills </Schema> 1742dd5c81e9SGunnar Mills 17439b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_13_6"> 17449b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 17459b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 17469b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_13_5.EventDestination"/> 17479b46bc0bSMyung Bae </Schema> 17489b46bc0bSMyung Bae 1749720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_14_0"> 1750720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1751720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2023.3"/> 1752f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add `CFB128_AES192` and `CFB128_AES256` to `SNMPEncryptionProtocols`."/> 1753720c9898SEd Tanous 1754720c9898SEd Tanous <EntityType Name="EventDestination" BaseType="EventDestination.v1_13_3.EventDestination"/> 1755720c9898SEd Tanous </Schema> 1756720c9898SEd Tanous 1757f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_14_1"> 1758f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1759f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1760f2a8e57eSGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_14_0.EventDestination"/> 1761f2a8e57eSGunnar Mills </Schema> 1762f2a8e57eSGunnar Mills 1763dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_14_2"> 1764dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1765dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for the SNMP `AuthenticationKey` property."/> 1766dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_14_1.EventDestination"/> 1767dd5c81e9SGunnar Mills </Schema> 1768dd5c81e9SGunnar Mills 17699b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_14_3"> 17709b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 17719b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 17729b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_14_2.EventDestination"/> 17739b46bc0bSMyung Bae </Schema> 17749b46bc0bSMyung Bae 1775dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_15_0"> 1776dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1777dd5c81e9SGunnar Mills <Annotation Term="Redfish.Release" String="2024.3"/> 1778dd5c81e9SGunnar Mills 1779dd5c81e9SGunnar Mills <EntityType Name="EventDestination" BaseType="EventDestination.v1_14_2.EventDestination"> 1780dd5c81e9SGunnar Mills <Property Name="BackupDestinations" Type="Collection(Edm.String)"> 1781dd5c81e9SGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1782dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="The backup destination URIs for this event receiver. Events are sent to these URIs, in array order, when the destination URI is unreachable or returns an error."/> 1783dd5c81e9SGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of URIs to destination where events are sent if the event receiver specified by `Destination` is unreachable or returns an error. Events are sent to each of the backup destinations, in array order, until a destination has been reached. An empty array shall indicate that the service supports backup event receivers, but none have been specified by the user."/> 1784dd5c81e9SGunnar Mills <Annotation Term="OData.IsURL"/> 1785dd5c81e9SGunnar Mills </Property> 1786dd5c81e9SGunnar Mills </EntityType> 1787dd5c81e9SGunnar Mills </Schema> 1788dd5c81e9SGunnar Mills 17899b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventDestination.v1_15_1"> 17909b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 17919b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to clarify that terminating a subscription also deletes the resource."/> 17929b46bc0bSMyung Bae <EntityType Name="EventDestination" BaseType="EventDestination.v1_15_0.EventDestination"/> 17939b46bc0bSMyung Bae </Schema> 17949b46bc0bSMyung Bae 1795720c9898SEd Tanous </edmx:DataServices> 1796720c9898SEd Tanous</edmx:Edmx> 1797