1*9b46bc0bSMyung Bae{ 2*9b46bc0bSMyung Bae "$id": "http://redfish.dmtf.org/schemas/v1/EventDestination.v1_15_1.json", 3*9b46bc0bSMyung Bae "$ref": "#/definitions/EventDestination", 4*9b46bc0bSMyung Bae "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*9b46bc0bSMyung Bae "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*9b46bc0bSMyung Bae "definitions": { 7*9b46bc0bSMyung Bae "Actions": { 8*9b46bc0bSMyung Bae "additionalProperties": false, 9*9b46bc0bSMyung Bae "description": "The available actions for this resource.", 10*9b46bc0bSMyung Bae "longDescription": "This type shall contain the available actions for this resource.", 11*9b46bc0bSMyung Bae "patternProperties": { 12*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 14*9b46bc0bSMyung Bae "type": [ 15*9b46bc0bSMyung Bae "array", 16*9b46bc0bSMyung Bae "boolean", 17*9b46bc0bSMyung Bae "integer", 18*9b46bc0bSMyung Bae "number", 19*9b46bc0bSMyung Bae "null", 20*9b46bc0bSMyung Bae "object", 21*9b46bc0bSMyung Bae "string" 22*9b46bc0bSMyung Bae ] 23*9b46bc0bSMyung Bae } 24*9b46bc0bSMyung Bae }, 25*9b46bc0bSMyung Bae "properties": { 26*9b46bc0bSMyung Bae "#EventDestination.ResumeSubscription": { 27*9b46bc0bSMyung Bae "$ref": "#/definitions/ResumeSubscription" 28*9b46bc0bSMyung Bae }, 29*9b46bc0bSMyung Bae "#EventDestination.SuspendSubscription": { 30*9b46bc0bSMyung Bae "$ref": "#/definitions/SuspendSubscription" 31*9b46bc0bSMyung Bae }, 32*9b46bc0bSMyung Bae "Oem": { 33*9b46bc0bSMyung Bae "$ref": "#/definitions/OemActions", 34*9b46bc0bSMyung Bae "description": "The available OEM-specific actions for this resource.", 35*9b46bc0bSMyung Bae "longDescription": "This property shall contain the available OEM-specific actions for this resource.", 36*9b46bc0bSMyung Bae "versionAdded": "v1_2_0" 37*9b46bc0bSMyung Bae } 38*9b46bc0bSMyung Bae }, 39*9b46bc0bSMyung Bae "type": "object" 40*9b46bc0bSMyung Bae }, 41*9b46bc0bSMyung Bae "DeliveryRetryPolicy": { 42*9b46bc0bSMyung Bae "enum": [ 43*9b46bc0bSMyung Bae "TerminateAfterRetries", 44*9b46bc0bSMyung Bae "SuspendRetries", 45*9b46bc0bSMyung Bae "RetryForever", 46*9b46bc0bSMyung Bae "RetryForeverWithBackoff" 47*9b46bc0bSMyung Bae ], 48*9b46bc0bSMyung Bae "enumDescriptions": { 49*9b46bc0bSMyung Bae "RetryForever": "The subscription is not suspended or terminated, and attempts at delivery of future events continues regardless of the number of retries.", 50*9b46bc0bSMyung Bae "RetryForeverWithBackoff": "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.", 51*9b46bc0bSMyung Bae "SuspendRetries": "The subscription is suspended after the maximum number of retries is reached.", 52*9b46bc0bSMyung Bae "TerminateAfterRetries": "The subscription is terminated after the maximum number of retries is reached." 53*9b46bc0bSMyung Bae }, 54*9b46bc0bSMyung Bae "enumLongDescriptions": { 55*9b46bc0bSMyung Bae "RetryForever": "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.", 56*9b46bc0bSMyung Bae "RetryForeverWithBackoff": "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.", 57*9b46bc0bSMyung Bae "SuspendRetries": "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.", 58*9b46bc0bSMyung Bae "TerminateAfterRetries": "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." 59*9b46bc0bSMyung Bae }, 60*9b46bc0bSMyung Bae "enumVersionAdded": { 61*9b46bc0bSMyung Bae "RetryForeverWithBackoff": "v1_10_0" 62*9b46bc0bSMyung Bae }, 63*9b46bc0bSMyung Bae "type": "string" 64*9b46bc0bSMyung Bae }, 65*9b46bc0bSMyung Bae "EventDestination": { 66*9b46bc0bSMyung Bae "additionalProperties": false, 67*9b46bc0bSMyung Bae "description": "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.", 68*9b46bc0bSMyung Bae "longDescription": "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.", 69*9b46bc0bSMyung Bae "patternProperties": { 70*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 71*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 72*9b46bc0bSMyung Bae "type": [ 73*9b46bc0bSMyung Bae "array", 74*9b46bc0bSMyung Bae "boolean", 75*9b46bc0bSMyung Bae "integer", 76*9b46bc0bSMyung Bae "number", 77*9b46bc0bSMyung Bae "null", 78*9b46bc0bSMyung Bae "object", 79*9b46bc0bSMyung Bae "string" 80*9b46bc0bSMyung Bae ] 81*9b46bc0bSMyung Bae } 82*9b46bc0bSMyung Bae }, 83*9b46bc0bSMyung Bae "properties": { 84*9b46bc0bSMyung Bae "@odata.context": { 85*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 86*9b46bc0bSMyung Bae }, 87*9b46bc0bSMyung Bae "@odata.etag": { 88*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 89*9b46bc0bSMyung Bae }, 90*9b46bc0bSMyung Bae "@odata.id": { 91*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 92*9b46bc0bSMyung Bae }, 93*9b46bc0bSMyung Bae "@odata.type": { 94*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 95*9b46bc0bSMyung Bae }, 96*9b46bc0bSMyung Bae "Actions": { 97*9b46bc0bSMyung Bae "$ref": "#/definitions/Actions", 98*9b46bc0bSMyung Bae "description": "The available actions for this resource.", 99*9b46bc0bSMyung Bae "longDescription": "This property shall contain the available actions for this resource.", 100*9b46bc0bSMyung Bae "versionAdded": "v1_2_0" 101*9b46bc0bSMyung Bae }, 102*9b46bc0bSMyung Bae "BackupDestinations": { 103*9b46bc0bSMyung Bae "description": "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.", 104*9b46bc0bSMyung Bae "format": "uri-reference", 105*9b46bc0bSMyung Bae "items": { 106*9b46bc0bSMyung Bae "type": [ 107*9b46bc0bSMyung Bae "string", 108*9b46bc0bSMyung Bae "null" 109*9b46bc0bSMyung Bae ] 110*9b46bc0bSMyung Bae }, 111*9b46bc0bSMyung Bae "longDescription": "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.", 112*9b46bc0bSMyung Bae "readonly": false, 113*9b46bc0bSMyung Bae "type": "array", 114*9b46bc0bSMyung Bae "versionAdded": "v1_15_0" 115*9b46bc0bSMyung Bae }, 116*9b46bc0bSMyung Bae "Certificates": { 117*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", 118*9b46bc0bSMyung Bae "description": "The link to a collection of server certificates for the server referenced by the `Destination` property.", 119*9b46bc0bSMyung Bae "longDescription": "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.", 120*9b46bc0bSMyung Bae "readonly": true, 121*9b46bc0bSMyung Bae "versionAdded": "v1_9_0" 122*9b46bc0bSMyung Bae }, 123*9b46bc0bSMyung Bae "ClientCertificates": { 124*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection", 125*9b46bc0bSMyung Bae "description": "The link to a collection of client identity certificates provided to the server referenced by the `Destination` property.", 126*9b46bc0bSMyung Bae "longDescription": "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.", 127*9b46bc0bSMyung Bae "readonly": true, 128*9b46bc0bSMyung Bae "versionAdded": "v1_11_0" 129*9b46bc0bSMyung Bae }, 130*9b46bc0bSMyung Bae "Context": { 131*9b46bc0bSMyung Bae "description": "A client-supplied string that is stored with the event destination subscription.", 132*9b46bc0bSMyung Bae "longDescription": "This property shall contain a client-supplied context that remains with the connection through the connection's lifetime.", 133*9b46bc0bSMyung Bae "readonly": false, 134*9b46bc0bSMyung Bae "type": [ 135*9b46bc0bSMyung Bae "string", 136*9b46bc0bSMyung Bae "null" 137*9b46bc0bSMyung Bae ] 138*9b46bc0bSMyung Bae }, 139*9b46bc0bSMyung Bae "DeliveryRetryPolicy": { 140*9b46bc0bSMyung Bae "anyOf": [ 141*9b46bc0bSMyung Bae { 142*9b46bc0bSMyung Bae "$ref": "#/definitions/DeliveryRetryPolicy" 143*9b46bc0bSMyung Bae }, 144*9b46bc0bSMyung Bae { 145*9b46bc0bSMyung Bae "type": "null" 146*9b46bc0bSMyung Bae } 147*9b46bc0bSMyung Bae ], 148*9b46bc0bSMyung Bae "description": "The subscription delivery retry policy for events, where the subscription type is `RedfishEvent`.", 149*9b46bc0bSMyung Bae "longDescription": "This property shall indicate the subscription delivery retry policy for events where the subscription type is `RedfishEvent`.", 150*9b46bc0bSMyung Bae "readonly": false, 151*9b46bc0bSMyung Bae "versionAdded": "v1_6_0" 152*9b46bc0bSMyung Bae }, 153*9b46bc0bSMyung Bae "Description": { 154*9b46bc0bSMyung Bae "anyOf": [ 155*9b46bc0bSMyung Bae { 156*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 157*9b46bc0bSMyung Bae }, 158*9b46bc0bSMyung Bae { 159*9b46bc0bSMyung Bae "type": "null" 160*9b46bc0bSMyung Bae } 161*9b46bc0bSMyung Bae ], 162*9b46bc0bSMyung Bae "readonly": true 163*9b46bc0bSMyung Bae }, 164*9b46bc0bSMyung Bae "Destination": { 165*9b46bc0bSMyung Bae "description": "The URI of the destination event receiver.", 166*9b46bc0bSMyung Bae "format": "uri-reference", 167*9b46bc0bSMyung Bae "longDescription": "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.", 168*9b46bc0bSMyung Bae "readonly": true, 169*9b46bc0bSMyung Bae "type": "string" 170*9b46bc0bSMyung Bae }, 171*9b46bc0bSMyung Bae "EventFormatType": { 172*9b46bc0bSMyung Bae "anyOf": [ 173*9b46bc0bSMyung Bae { 174*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/EventDestination.json#/definitions/EventFormatType" 175*9b46bc0bSMyung Bae }, 176*9b46bc0bSMyung Bae { 177*9b46bc0bSMyung Bae "type": "null" 178*9b46bc0bSMyung Bae } 179*9b46bc0bSMyung Bae ], 180*9b46bc0bSMyung Bae "description": "The content types of the message that are sent to the `EventDestination`.", 181*9b46bc0bSMyung Bae "longDescription": "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.", 182*9b46bc0bSMyung Bae "readonly": true, 183*9b46bc0bSMyung Bae "versionAdded": "v1_4_0" 184*9b46bc0bSMyung Bae }, 185*9b46bc0bSMyung Bae "EventTypes": { 186*9b46bc0bSMyung Bae "deprecated": "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`.", 187*9b46bc0bSMyung Bae "description": "The types of events that are sent to the destination.", 188*9b46bc0bSMyung Bae "items": { 189*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType" 190*9b46bc0bSMyung Bae }, 191*9b46bc0bSMyung Bae "longDescription": "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`.", 192*9b46bc0bSMyung Bae "readonly": true, 193*9b46bc0bSMyung Bae "type": "array", 194*9b46bc0bSMyung Bae "versionDeprecated": "v1_5_0" 195*9b46bc0bSMyung Bae }, 196*9b46bc0bSMyung Bae "ExcludeMessageIds": { 197*9b46bc0bSMyung Bae "description": "The list of `MessageId` values that are not sent to this event destination.", 198*9b46bc0bSMyung Bae "items": { 199*9b46bc0bSMyung Bae "type": [ 200*9b46bc0bSMyung Bae "string", 201*9b46bc0bSMyung Bae "null" 202*9b46bc0bSMyung Bae ] 203*9b46bc0bSMyung Bae }, 204*9b46bc0bSMyung Bae "longDescription": "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.", 205*9b46bc0bSMyung Bae "readonly": true, 206*9b46bc0bSMyung Bae "type": "array", 207*9b46bc0bSMyung Bae "versionAdded": "v1_12_0" 208*9b46bc0bSMyung Bae }, 209*9b46bc0bSMyung Bae "ExcludeRegistryPrefixes": { 210*9b46bc0bSMyung Bae "description": "The list of prefixes for the message registries that contain the `MessageId` values that are not sent to this event destination.", 211*9b46bc0bSMyung Bae "items": { 212*9b46bc0bSMyung Bae "type": [ 213*9b46bc0bSMyung Bae "string", 214*9b46bc0bSMyung Bae "null" 215*9b46bc0bSMyung Bae ] 216*9b46bc0bSMyung Bae }, 217*9b46bc0bSMyung Bae "longDescription": "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.", 218*9b46bc0bSMyung Bae "readonly": true, 219*9b46bc0bSMyung Bae "type": "array", 220*9b46bc0bSMyung Bae "versionAdded": "v1_12_0" 221*9b46bc0bSMyung Bae }, 222*9b46bc0bSMyung Bae "HeartbeatIntervalMinutes": { 223*9b46bc0bSMyung Bae "description": "Interval for sending heartbeat events to the destination in minutes.", 224*9b46bc0bSMyung Bae "longDescription": "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.", 225*9b46bc0bSMyung Bae "maximum": 65535, 226*9b46bc0bSMyung Bae "minimum": 1, 227*9b46bc0bSMyung Bae "readonly": true, 228*9b46bc0bSMyung Bae "type": [ 229*9b46bc0bSMyung Bae "integer", 230*9b46bc0bSMyung Bae "null" 231*9b46bc0bSMyung Bae ], 232*9b46bc0bSMyung Bae "versionAdded": "v1_11_0" 233*9b46bc0bSMyung Bae }, 234*9b46bc0bSMyung Bae "HttpHeaders": { 235*9b46bc0bSMyung Bae "description": "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.", 236*9b46bc0bSMyung Bae "items": { 237*9b46bc0bSMyung Bae "$ref": "#/definitions/HttpHeaderProperty" 238*9b46bc0bSMyung Bae }, 239*9b46bc0bSMyung Bae "longDescription": "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.", 240*9b46bc0bSMyung Bae "type": "array" 241*9b46bc0bSMyung Bae }, 242*9b46bc0bSMyung Bae "Id": { 243*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 244*9b46bc0bSMyung Bae "readonly": true 245*9b46bc0bSMyung Bae }, 246*9b46bc0bSMyung Bae "IncludeOriginOfCondition": { 247*9b46bc0bSMyung Bae "description": "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.", 248*9b46bc0bSMyung Bae "longDescription": "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.", 249*9b46bc0bSMyung Bae "readonly": true, 250*9b46bc0bSMyung Bae "type": [ 251*9b46bc0bSMyung Bae "boolean", 252*9b46bc0bSMyung Bae "null" 253*9b46bc0bSMyung Bae ], 254*9b46bc0bSMyung Bae "versionAdded": "v1_8_0" 255*9b46bc0bSMyung Bae }, 256*9b46bc0bSMyung Bae "MessageIds": { 257*9b46bc0bSMyung Bae "description": "The list of `MessageId` values that are sent to this event destination.", 258*9b46bc0bSMyung Bae "items": { 259*9b46bc0bSMyung Bae "type": [ 260*9b46bc0bSMyung Bae "string", 261*9b46bc0bSMyung Bae "null" 262*9b46bc0bSMyung Bae ] 263*9b46bc0bSMyung Bae }, 264*9b46bc0bSMyung Bae "longDescription": "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.", 265*9b46bc0bSMyung Bae "readonly": true, 266*9b46bc0bSMyung Bae "type": "array", 267*9b46bc0bSMyung Bae "versionAdded": "v1_1_0" 268*9b46bc0bSMyung Bae }, 269*9b46bc0bSMyung Bae "MetricReportDefinitions": { 270*9b46bc0bSMyung Bae "description": "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.", 271*9b46bc0bSMyung Bae "items": { 272*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinition.json#/definitions/MetricReportDefinition" 273*9b46bc0bSMyung Bae }, 274*9b46bc0bSMyung Bae "longDescription": "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.", 275*9b46bc0bSMyung Bae "readonly": true, 276*9b46bc0bSMyung Bae "type": "array", 277*9b46bc0bSMyung Bae "versionAdded": "v1_6_0" 278*9b46bc0bSMyung Bae }, 279*9b46bc0bSMyung Bae "MetricReportDefinitions@odata.count": { 280*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 281*9b46bc0bSMyung Bae }, 282*9b46bc0bSMyung Bae "Name": { 283*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 284*9b46bc0bSMyung Bae "readonly": true 285*9b46bc0bSMyung Bae }, 286*9b46bc0bSMyung Bae "OEMProtocol": { 287*9b46bc0bSMyung Bae "description": "The OEM-defined protocol type of the event connection.", 288*9b46bc0bSMyung Bae "longDescription": "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`.", 289*9b46bc0bSMyung Bae "readonly": true, 290*9b46bc0bSMyung Bae "type": "string", 291*9b46bc0bSMyung Bae "versionAdded": "v1_9_0" 292*9b46bc0bSMyung Bae }, 293*9b46bc0bSMyung Bae "OEMSubscriptionType": { 294*9b46bc0bSMyung Bae "description": "The OEM-defined subscription type for events.", 295*9b46bc0bSMyung Bae "longDescription": "This property shall indicate the OEM-defined type of subscription for events. This property shall be present if `SubscriptionType` is `OEM`.", 296*9b46bc0bSMyung Bae "readonly": true, 297*9b46bc0bSMyung Bae "type": "string", 298*9b46bc0bSMyung Bae "versionAdded": "v1_9_0" 299*9b46bc0bSMyung Bae }, 300*9b46bc0bSMyung Bae "Oem": { 301*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 302*9b46bc0bSMyung Bae "description": "The OEM extension property.", 303*9b46bc0bSMyung Bae "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 304*9b46bc0bSMyung Bae }, 305*9b46bc0bSMyung Bae "OriginResources": { 306*9b46bc0bSMyung Bae "description": "The array of resources for which the service sends only related events.", 307*9b46bc0bSMyung Bae "items": { 308*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" 309*9b46bc0bSMyung Bae }, 310*9b46bc0bSMyung Bae "longDescription": "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.", 311*9b46bc0bSMyung Bae "readonly": true, 312*9b46bc0bSMyung Bae "type": "array", 313*9b46bc0bSMyung Bae "versionAdded": "v1_1_0" 314*9b46bc0bSMyung Bae }, 315*9b46bc0bSMyung Bae "OriginResources@odata.count": { 316*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 317*9b46bc0bSMyung Bae }, 318*9b46bc0bSMyung Bae "Protocol": { 319*9b46bc0bSMyung Bae "$ref": "#/definitions/EventDestinationProtocol", 320*9b46bc0bSMyung Bae "description": "The protocol type of the event connection.", 321*9b46bc0bSMyung Bae "longDescription": "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.", 322*9b46bc0bSMyung Bae "readonly": true 323*9b46bc0bSMyung Bae }, 324*9b46bc0bSMyung Bae "RegistryPrefixes": { 325*9b46bc0bSMyung Bae "description": "The list of prefixes for the message registries that contain the `MessageId` values that are sent to this event destination.", 326*9b46bc0bSMyung Bae "items": { 327*9b46bc0bSMyung Bae "type": [ 328*9b46bc0bSMyung Bae "string", 329*9b46bc0bSMyung Bae "null" 330*9b46bc0bSMyung Bae ] 331*9b46bc0bSMyung Bae }, 332*9b46bc0bSMyung Bae "longDescription": "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.", 333*9b46bc0bSMyung Bae "readonly": true, 334*9b46bc0bSMyung Bae "type": "array", 335*9b46bc0bSMyung Bae "versionAdded": "v1_4_0" 336*9b46bc0bSMyung Bae }, 337*9b46bc0bSMyung Bae "ResourceTypes": { 338*9b46bc0bSMyung Bae "description": "The list of resource type values (schema names) that correspond to the `OriginOfCondition`. The version and full namespace should not be specified.", 339*9b46bc0bSMyung Bae "items": { 340*9b46bc0bSMyung Bae "type": [ 341*9b46bc0bSMyung Bae "string", 342*9b46bc0bSMyung Bae "null" 343*9b46bc0bSMyung Bae ] 344*9b46bc0bSMyung Bae }, 345*9b46bc0bSMyung Bae "longDescription": "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`.", 346*9b46bc0bSMyung Bae "readonly": true, 347*9b46bc0bSMyung Bae "type": "array", 348*9b46bc0bSMyung Bae "versionAdded": "v1_4_0" 349*9b46bc0bSMyung Bae }, 350*9b46bc0bSMyung Bae "SNMP": { 351*9b46bc0bSMyung Bae "$ref": "#/definitions/SNMPSettings", 352*9b46bc0bSMyung Bae "description": "Settings for an SNMP event destination.", 353*9b46bc0bSMyung Bae "longDescription": "This property shall contain the settings for an SNMP event destination.", 354*9b46bc0bSMyung Bae "versionAdded": "v1_7_0" 355*9b46bc0bSMyung Bae }, 356*9b46bc0bSMyung Bae "SendHeartbeat": { 357*9b46bc0bSMyung Bae "description": "Send a heartbeat event periodically to the destination.", 358*9b46bc0bSMyung Bae "longDescription": "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`.", 359*9b46bc0bSMyung Bae "readonly": true, 360*9b46bc0bSMyung Bae "type": [ 361*9b46bc0bSMyung Bae "boolean", 362*9b46bc0bSMyung Bae "null" 363*9b46bc0bSMyung Bae ], 364*9b46bc0bSMyung Bae "versionAdded": "v1_11_0" 365*9b46bc0bSMyung Bae }, 366*9b46bc0bSMyung Bae "Severities": { 367*9b46bc0bSMyung Bae "description": "The list of severities that are sent to this event destination.", 368*9b46bc0bSMyung Bae "items": { 369*9b46bc0bSMyung Bae "anyOf": [ 370*9b46bc0bSMyung Bae { 371*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Health" 372*9b46bc0bSMyung Bae }, 373*9b46bc0bSMyung Bae { 374*9b46bc0bSMyung Bae "type": "null" 375*9b46bc0bSMyung Bae } 376*9b46bc0bSMyung Bae ] 377*9b46bc0bSMyung Bae }, 378*9b46bc0bSMyung Bae "longDescription": "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.", 379*9b46bc0bSMyung Bae "readonly": true, 380*9b46bc0bSMyung Bae "type": "array", 381*9b46bc0bSMyung Bae "versionAdded": "v1_13_0" 382*9b46bc0bSMyung Bae }, 383*9b46bc0bSMyung Bae "Status": { 384*9b46bc0bSMyung Bae "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 385*9b46bc0bSMyung Bae "description": "The status and health of the resource and its subordinate or dependent resources.", 386*9b46bc0bSMyung Bae "longDescription": "This property shall contain any status or health properties of the resource.", 387*9b46bc0bSMyung Bae "versionAdded": "v1_6_0" 388*9b46bc0bSMyung Bae }, 389*9b46bc0bSMyung Bae "SubordinateResources": { 390*9b46bc0bSMyung Bae "description": "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.", 391*9b46bc0bSMyung Bae "longDescription": "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.", 392*9b46bc0bSMyung Bae "readonly": true, 393*9b46bc0bSMyung Bae "type": [ 394*9b46bc0bSMyung Bae "boolean", 395*9b46bc0bSMyung Bae "null" 396*9b46bc0bSMyung Bae ], 397*9b46bc0bSMyung Bae "versionAdded": "v1_4_0" 398*9b46bc0bSMyung Bae }, 399*9b46bc0bSMyung Bae "SubscriptionType": { 400*9b46bc0bSMyung Bae "anyOf": [ 401*9b46bc0bSMyung Bae { 402*9b46bc0bSMyung Bae "$ref": "#/definitions/SubscriptionType" 403*9b46bc0bSMyung Bae }, 404*9b46bc0bSMyung Bae { 405*9b46bc0bSMyung Bae "type": "null" 406*9b46bc0bSMyung Bae } 407*9b46bc0bSMyung Bae ], 408*9b46bc0bSMyung Bae "description": "The subscription type for events.", 409*9b46bc0bSMyung Bae "longDescription": "This property shall indicate the type of subscription for events. If this property is not present, the `SubscriptionType` shall be assumed to be `RedfishEvent`.", 410*9b46bc0bSMyung Bae "readonly": true, 411*9b46bc0bSMyung Bae "versionAdded": "v1_3_0" 412*9b46bc0bSMyung Bae }, 413*9b46bc0bSMyung Bae "SyslogFilters": { 414*9b46bc0bSMyung Bae "description": "A list of filters applied to syslog messages before sending to a remote syslog server. An empty list indicates all syslog messages are sent.", 415*9b46bc0bSMyung Bae "items": { 416*9b46bc0bSMyung Bae "anyOf": [ 417*9b46bc0bSMyung Bae { 418*9b46bc0bSMyung Bae "$ref": "#/definitions/SyslogFilter" 419*9b46bc0bSMyung Bae }, 420*9b46bc0bSMyung Bae { 421*9b46bc0bSMyung Bae "type": "null" 422*9b46bc0bSMyung Bae } 423*9b46bc0bSMyung Bae ] 424*9b46bc0bSMyung Bae }, 425*9b46bc0bSMyung Bae "longDescription": "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.", 426*9b46bc0bSMyung Bae "type": "array", 427*9b46bc0bSMyung Bae "versionAdded": "v1_9_0" 428*9b46bc0bSMyung Bae }, 429*9b46bc0bSMyung Bae "VerifyCertificate": { 430*9b46bc0bSMyung Bae "description": "An indication of whether the service will verify the certificate of the server referenced by the `Destination` property prior to sending the event.", 431*9b46bc0bSMyung Bae "longDescription": "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.", 432*9b46bc0bSMyung Bae "readonly": false, 433*9b46bc0bSMyung Bae "type": [ 434*9b46bc0bSMyung Bae "boolean", 435*9b46bc0bSMyung Bae "null" 436*9b46bc0bSMyung Bae ], 437*9b46bc0bSMyung Bae "versionAdded": "v1_9_0" 438*9b46bc0bSMyung Bae } 439*9b46bc0bSMyung Bae }, 440*9b46bc0bSMyung Bae "required": [ 441*9b46bc0bSMyung Bae "Context", 442*9b46bc0bSMyung Bae "@odata.id", 443*9b46bc0bSMyung Bae "@odata.type", 444*9b46bc0bSMyung Bae "Id", 445*9b46bc0bSMyung Bae "Name", 446*9b46bc0bSMyung Bae "SubscriptionType" 447*9b46bc0bSMyung Bae ], 448*9b46bc0bSMyung Bae "requiredOnCreate": [ 449*9b46bc0bSMyung Bae "Destination", 450*9b46bc0bSMyung Bae "Protocol" 451*9b46bc0bSMyung Bae ], 452*9b46bc0bSMyung Bae "type": "object" 453*9b46bc0bSMyung Bae }, 454*9b46bc0bSMyung Bae "EventDestinationProtocol": { 455*9b46bc0bSMyung Bae "enum": [ 456*9b46bc0bSMyung Bae "Redfish", 457*9b46bc0bSMyung Bae "Kafka", 458*9b46bc0bSMyung Bae "SNMPv1", 459*9b46bc0bSMyung Bae "SNMPv2c", 460*9b46bc0bSMyung Bae "SNMPv3", 461*9b46bc0bSMyung Bae "SMTP", 462*9b46bc0bSMyung Bae "SyslogTLS", 463*9b46bc0bSMyung Bae "SyslogTCP", 464*9b46bc0bSMyung Bae "SyslogUDP", 465*9b46bc0bSMyung Bae "SyslogRELP", 466*9b46bc0bSMyung Bae "OEM" 467*9b46bc0bSMyung Bae ], 468*9b46bc0bSMyung Bae "enumDescriptions": { 469*9b46bc0bSMyung Bae "Kafka": "The destination follows the Kafka protocol for event notifications.", 470*9b46bc0bSMyung Bae "OEM": "The destination follows an OEM protocol for event notifications.", 471*9b46bc0bSMyung Bae "Redfish": "The destination follows the Redfish Specification for event notifications.", 472*9b46bc0bSMyung Bae "SMTP": "The destination follows the SMTP specification for event notifications.", 473*9b46bc0bSMyung Bae "SNMPv1": "The destination follows the SNMPv1 protocol for event notifications.", 474*9b46bc0bSMyung Bae "SNMPv2c": "The destination follows the SNMPv2c protocol for event notifications.", 475*9b46bc0bSMyung Bae "SNMPv3": "The destination follows the SNMPv3 protocol for event notifications.", 476*9b46bc0bSMyung Bae "SyslogRELP": "The destination follows syslog RELP for event notifications.", 477*9b46bc0bSMyung Bae "SyslogTCP": "The destination follows syslog TCP-based transport for event notifications.", 478*9b46bc0bSMyung Bae "SyslogTLS": "The destination follows syslog TLS-based transport for event notifications.", 479*9b46bc0bSMyung Bae "SyslogUDP": "The destination follows syslog UDP-based transport for event notifications." 480*9b46bc0bSMyung Bae }, 481*9b46bc0bSMyung Bae "enumLongDescriptions": { 482*9b46bc0bSMyung Bae "Kafka": "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.", 483*9b46bc0bSMyung Bae "OEM": "This value shall indicate an OEM-specific protocol. The `OEMProtocol` property shall contain the specific OEM event destination protocol.", 484*9b46bc0bSMyung Bae "Redfish": "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`.", 485*9b46bc0bSMyung Bae "SMTP": "This value shall indicate the destination follows the RFC5321-defined SMTP specification.", 486*9b46bc0bSMyung Bae "SNMPv1": "This value shall indicate the destination follows the RFC1157-defined SNMPv1 protocol.", 487*9b46bc0bSMyung Bae "SNMPv2c": "This value shall indicate the destination follows the SNMPv2c protocol as defined by RFC1441 and RFC1452.", 488*9b46bc0bSMyung Bae "SNMPv3": "This value shall indicate the destination follows the SNMPv3 protocol as defined by RFC3411 and RFC3418.", 489*9b46bc0bSMyung Bae "SyslogRELP": "This value shall indicate the destination follows the Reliable Event Logging Protocol (RELP) transport for syslog as defined by www.rsyslog.com.", 490*9b46bc0bSMyung Bae "SyslogTCP": "This value shall indicate the destination follows the TCP-based transport for syslog as defined in RFC6587.", 491*9b46bc0bSMyung Bae "SyslogTLS": "This value shall indicate the destination follows the TLS-based transport for syslog as defined in RFC5424.", 492*9b46bc0bSMyung Bae "SyslogUDP": "This value shall indicate the destination follows the UDP-based transport for syslog as defined in RFC5424." 493*9b46bc0bSMyung Bae }, 494*9b46bc0bSMyung Bae "enumVersionAdded": { 495*9b46bc0bSMyung Bae "Kafka": "v1_13_0", 496*9b46bc0bSMyung Bae "OEM": "v1_9_0", 497*9b46bc0bSMyung Bae "SMTP": "v1_7_0", 498*9b46bc0bSMyung Bae "SNMPv1": "v1_7_0", 499*9b46bc0bSMyung Bae "SNMPv2c": "v1_7_0", 500*9b46bc0bSMyung Bae "SNMPv3": "v1_7_0", 501*9b46bc0bSMyung Bae "SyslogRELP": "v1_9_0", 502*9b46bc0bSMyung Bae "SyslogTCP": "v1_9_0", 503*9b46bc0bSMyung Bae "SyslogTLS": "v1_9_0", 504*9b46bc0bSMyung Bae "SyslogUDP": "v1_9_0" 505*9b46bc0bSMyung Bae }, 506*9b46bc0bSMyung Bae "type": "string" 507*9b46bc0bSMyung Bae }, 508*9b46bc0bSMyung Bae "HttpHeaderProperty": { 509*9b46bc0bSMyung Bae "additionalProperties": false, 510*9b46bc0bSMyung Bae "description": "The HTTP header value is the property value. The header name is the property name.", 511*9b46bc0bSMyung Bae "longDescription": "This type shall contain the HTTP header name and value to include with every event `POST` to the event destination.", 512*9b46bc0bSMyung Bae "patternProperties": { 513*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 514*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 515*9b46bc0bSMyung Bae "type": [ 516*9b46bc0bSMyung Bae "array", 517*9b46bc0bSMyung Bae "boolean", 518*9b46bc0bSMyung Bae "integer", 519*9b46bc0bSMyung Bae "number", 520*9b46bc0bSMyung Bae "null", 521*9b46bc0bSMyung Bae "object", 522*9b46bc0bSMyung Bae "string" 523*9b46bc0bSMyung Bae ] 524*9b46bc0bSMyung Bae }, 525*9b46bc0bSMyung Bae "^[^:\\\\s]+$": { 526*9b46bc0bSMyung Bae "type": "string" 527*9b46bc0bSMyung Bae } 528*9b46bc0bSMyung Bae }, 529*9b46bc0bSMyung Bae "properties": {}, 530*9b46bc0bSMyung Bae "type": "object" 531*9b46bc0bSMyung Bae }, 532*9b46bc0bSMyung Bae "OemActions": { 533*9b46bc0bSMyung Bae "additionalProperties": true, 534*9b46bc0bSMyung Bae "description": "The available OEM-specific actions for this resource.", 535*9b46bc0bSMyung Bae "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 536*9b46bc0bSMyung Bae "patternProperties": { 537*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 538*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 539*9b46bc0bSMyung Bae "type": [ 540*9b46bc0bSMyung Bae "array", 541*9b46bc0bSMyung Bae "boolean", 542*9b46bc0bSMyung Bae "integer", 543*9b46bc0bSMyung Bae "number", 544*9b46bc0bSMyung Bae "null", 545*9b46bc0bSMyung Bae "object", 546*9b46bc0bSMyung Bae "string" 547*9b46bc0bSMyung Bae ] 548*9b46bc0bSMyung Bae } 549*9b46bc0bSMyung Bae }, 550*9b46bc0bSMyung Bae "properties": {}, 551*9b46bc0bSMyung Bae "type": "object" 552*9b46bc0bSMyung Bae }, 553*9b46bc0bSMyung Bae "ResumeSubscription": { 554*9b46bc0bSMyung Bae "additionalProperties": false, 555*9b46bc0bSMyung Bae "description": "This action resumes a suspended event subscription.", 556*9b46bc0bSMyung Bae "longDescription": "This action shall resume a suspended event subscription, which affects the subscription status. The service may deliver buffered events when the subscription is resumed.", 557*9b46bc0bSMyung Bae "parameters": { 558*9b46bc0bSMyung Bae "DeliverBufferedEventDuration": { 559*9b46bc0bSMyung Bae "description": "The maximum age of buffered events that should be delivered when resuming the subscription.", 560*9b46bc0bSMyung Bae "longDescription": "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.", 561*9b46bc0bSMyung Bae "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$", 562*9b46bc0bSMyung Bae "type": "string", 563*9b46bc0bSMyung Bae "versionAdded": "v1_12_0" 564*9b46bc0bSMyung Bae } 565*9b46bc0bSMyung Bae }, 566*9b46bc0bSMyung Bae "patternProperties": { 567*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 568*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 569*9b46bc0bSMyung Bae "type": [ 570*9b46bc0bSMyung Bae "array", 571*9b46bc0bSMyung Bae "boolean", 572*9b46bc0bSMyung Bae "integer", 573*9b46bc0bSMyung Bae "number", 574*9b46bc0bSMyung Bae "null", 575*9b46bc0bSMyung Bae "object", 576*9b46bc0bSMyung Bae "string" 577*9b46bc0bSMyung Bae ] 578*9b46bc0bSMyung Bae } 579*9b46bc0bSMyung Bae }, 580*9b46bc0bSMyung Bae "properties": { 581*9b46bc0bSMyung Bae "target": { 582*9b46bc0bSMyung Bae "description": "Link to invoke action", 583*9b46bc0bSMyung Bae "format": "uri-reference", 584*9b46bc0bSMyung Bae "type": "string" 585*9b46bc0bSMyung Bae }, 586*9b46bc0bSMyung Bae "title": { 587*9b46bc0bSMyung Bae "description": "Friendly action name", 588*9b46bc0bSMyung Bae "type": "string" 589*9b46bc0bSMyung Bae } 590*9b46bc0bSMyung Bae }, 591*9b46bc0bSMyung Bae "type": "object" 592*9b46bc0bSMyung Bae }, 593*9b46bc0bSMyung Bae "SNMPAuthenticationProtocols": { 594*9b46bc0bSMyung Bae "enum": [ 595*9b46bc0bSMyung Bae "None", 596*9b46bc0bSMyung Bae "CommunityString", 597*9b46bc0bSMyung Bae "HMAC_MD5", 598*9b46bc0bSMyung Bae "HMAC_SHA96", 599*9b46bc0bSMyung Bae "HMAC128_SHA224", 600*9b46bc0bSMyung Bae "HMAC192_SHA256", 601*9b46bc0bSMyung Bae "HMAC256_SHA384", 602*9b46bc0bSMyung Bae "HMAC384_SHA512" 603*9b46bc0bSMyung Bae ], 604*9b46bc0bSMyung Bae "enumDescriptions": { 605*9b46bc0bSMyung Bae "CommunityString": "Trap community string authentication.", 606*9b46bc0bSMyung Bae "HMAC128_SHA224": "HMAC-128-SHA-224 authentication.", 607*9b46bc0bSMyung Bae "HMAC192_SHA256": "HMAC-192-SHA-256 authentication.", 608*9b46bc0bSMyung Bae "HMAC256_SHA384": "HMAC-256-SHA-384 authentication.", 609*9b46bc0bSMyung Bae "HMAC384_SHA512": "HMAC-384-SHA-512 authentication.", 610*9b46bc0bSMyung Bae "HMAC_MD5": "HMAC-MD5-96 authentication.", 611*9b46bc0bSMyung Bae "HMAC_SHA96": "HMAC-SHA-96 authentication.", 612*9b46bc0bSMyung Bae "None": "No authentication." 613*9b46bc0bSMyung Bae }, 614*9b46bc0bSMyung Bae "enumLongDescriptions": { 615*9b46bc0bSMyung Bae "CommunityString": "This value shall indicate authentication using SNMP community strings and the value of TrapCommunity.", 616*9b46bc0bSMyung Bae "HMAC128_SHA224": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol.", 617*9b46bc0bSMyung Bae "HMAC192_SHA256": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol.", 618*9b46bc0bSMyung Bae "HMAC256_SHA384": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol.", 619*9b46bc0bSMyung Bae "HMAC384_SHA512": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol.", 620*9b46bc0bSMyung Bae "HMAC_MD5": "This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol.", 621*9b46bc0bSMyung Bae "HMAC_SHA96": "This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol.", 622*9b46bc0bSMyung Bae "None": "This value shall indicate authentication is not required." 623*9b46bc0bSMyung Bae }, 624*9b46bc0bSMyung Bae "enumVersionAdded": { 625*9b46bc0bSMyung Bae "HMAC128_SHA224": "v1_10_0", 626*9b46bc0bSMyung Bae "HMAC192_SHA256": "v1_10_0", 627*9b46bc0bSMyung Bae "HMAC256_SHA384": "v1_10_0", 628*9b46bc0bSMyung Bae "HMAC384_SHA512": "v1_10_0" 629*9b46bc0bSMyung Bae }, 630*9b46bc0bSMyung Bae "type": "string" 631*9b46bc0bSMyung Bae }, 632*9b46bc0bSMyung Bae "SNMPEncryptionProtocols": { 633*9b46bc0bSMyung Bae "enum": [ 634*9b46bc0bSMyung Bae "None", 635*9b46bc0bSMyung Bae "CBC_DES", 636*9b46bc0bSMyung Bae "CFB128_AES128", 637*9b46bc0bSMyung Bae "CFB128_AES192", 638*9b46bc0bSMyung Bae "CFB128_AES256" 639*9b46bc0bSMyung Bae ], 640*9b46bc0bSMyung Bae "enumDescriptions": { 641*9b46bc0bSMyung Bae "CBC_DES": "CBC-DES encryption.", 642*9b46bc0bSMyung Bae "CFB128_AES128": "CFB128-AES-128 encryption.", 643*9b46bc0bSMyung Bae "CFB128_AES192": "CFB128-AES-192 encryption.", 644*9b46bc0bSMyung Bae "CFB128_AES256": "CFB128-AES-256 encryption.", 645*9b46bc0bSMyung Bae "None": "No encryption." 646*9b46bc0bSMyung Bae }, 647*9b46bc0bSMyung Bae "enumLongDescriptions": { 648*9b46bc0bSMyung Bae "CBC_DES": "This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol.", 649*9b46bc0bSMyung Bae "CFB128_AES128": "This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-128 encryption protocol.", 650*9b46bc0bSMyung Bae "CFB128_AES192": "This value shall indicate encryption conforms to the CFB128-AES-192 encryption protocol, extended from RFC3826.", 651*9b46bc0bSMyung Bae "CFB128_AES256": "This value shall indicate encryption conforms to the CFB128-AES-256 encryption protocol, extended from RFC3826.", 652*9b46bc0bSMyung Bae "None": "This value shall indicate there is no encryption." 653*9b46bc0bSMyung Bae }, 654*9b46bc0bSMyung Bae "enumVersionAdded": { 655*9b46bc0bSMyung Bae "CFB128_AES192": "v1_14_0", 656*9b46bc0bSMyung Bae "CFB128_AES256": "v1_14_0" 657*9b46bc0bSMyung Bae }, 658*9b46bc0bSMyung Bae "type": "string" 659*9b46bc0bSMyung Bae }, 660*9b46bc0bSMyung Bae "SNMPSettings": { 661*9b46bc0bSMyung Bae "additionalProperties": false, 662*9b46bc0bSMyung Bae "description": "Settings for an SNMP event destination.", 663*9b46bc0bSMyung Bae "longDescription": "This type shall contain the settings for an SNMP event destination.", 664*9b46bc0bSMyung Bae "patternProperties": { 665*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 666*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 667*9b46bc0bSMyung Bae "type": [ 668*9b46bc0bSMyung Bae "array", 669*9b46bc0bSMyung Bae "boolean", 670*9b46bc0bSMyung Bae "integer", 671*9b46bc0bSMyung Bae "number", 672*9b46bc0bSMyung Bae "null", 673*9b46bc0bSMyung Bae "object", 674*9b46bc0bSMyung Bae "string" 675*9b46bc0bSMyung Bae ] 676*9b46bc0bSMyung Bae } 677*9b46bc0bSMyung Bae }, 678*9b46bc0bSMyung Bae "properties": { 679*9b46bc0bSMyung Bae "AuthenticationKey": { 680*9b46bc0bSMyung Bae "description": "The secret authentication key for SNMPv3.", 681*9b46bc0bSMyung Bae "longDescription": "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.", 682*9b46bc0bSMyung Bae "pattern": "(^[ -~]+$)|(^Passphrase:[ -~]+$)|(^Hex:[0-9A-Fa-f]{24,96}$)|(^\\*+$)", 683*9b46bc0bSMyung Bae "readonly": false, 684*9b46bc0bSMyung Bae "type": [ 685*9b46bc0bSMyung Bae "string", 686*9b46bc0bSMyung Bae "null" 687*9b46bc0bSMyung Bae ], 688*9b46bc0bSMyung Bae "versionAdded": "v1_7_0", 689*9b46bc0bSMyung Bae "writeOnly": true 690*9b46bc0bSMyung Bae }, 691*9b46bc0bSMyung Bae "AuthenticationKeySet": { 692*9b46bc0bSMyung Bae "description": "Indicates if the `AuthenticationKey` property is set.", 693*9b46bc0bSMyung Bae "longDescription": "This property shall contain `true` if a valid value was provided for the `AuthenticationKey` property. Otherwise, the property shall contain `false`.", 694*9b46bc0bSMyung Bae "readonly": true, 695*9b46bc0bSMyung Bae "type": "boolean", 696*9b46bc0bSMyung Bae "versionAdded": "v1_10_0" 697*9b46bc0bSMyung Bae }, 698*9b46bc0bSMyung Bae "AuthenticationProtocol": { 699*9b46bc0bSMyung Bae "anyOf": [ 700*9b46bc0bSMyung Bae { 701*9b46bc0bSMyung Bae "$ref": "#/definitions/SNMPAuthenticationProtocols" 702*9b46bc0bSMyung Bae }, 703*9b46bc0bSMyung Bae { 704*9b46bc0bSMyung Bae "type": "null" 705*9b46bc0bSMyung Bae } 706*9b46bc0bSMyung Bae ], 707*9b46bc0bSMyung Bae "description": "The authentication protocol for SNMPv3.", 708*9b46bc0bSMyung Bae "longDescription": "This property shall contain the SNMPv3 authentication protocol.", 709*9b46bc0bSMyung Bae "readonly": false, 710*9b46bc0bSMyung Bae "versionAdded": "v1_7_0" 711*9b46bc0bSMyung Bae }, 712*9b46bc0bSMyung Bae "EncryptionKey": { 713*9b46bc0bSMyung Bae "description": "The secret authentication key for SNMPv3.", 714*9b46bc0bSMyung Bae "longDescription": "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.", 715*9b46bc0bSMyung Bae "pattern": "(^[ -~]+$)|(^Passphrase:[ -~]+$)|(^Hex:[0-9A-Fa-f]{16,64}$)|(^\\*+$)", 716*9b46bc0bSMyung Bae "readonly": false, 717*9b46bc0bSMyung Bae "type": [ 718*9b46bc0bSMyung Bae "string", 719*9b46bc0bSMyung Bae "null" 720*9b46bc0bSMyung Bae ], 721*9b46bc0bSMyung Bae "versionAdded": "v1_7_0", 722*9b46bc0bSMyung Bae "writeOnly": true 723*9b46bc0bSMyung Bae }, 724*9b46bc0bSMyung Bae "EncryptionKeySet": { 725*9b46bc0bSMyung Bae "description": "Indicates if the `EncryptionKey` property is set.", 726*9b46bc0bSMyung Bae "longDescription": "This property shall contain `true` if a valid value was provided for the `EncryptionKey` property. Otherwise, the property shall contain `false`.", 727*9b46bc0bSMyung Bae "readonly": true, 728*9b46bc0bSMyung Bae "type": "boolean", 729*9b46bc0bSMyung Bae "versionAdded": "v1_10_0" 730*9b46bc0bSMyung Bae }, 731*9b46bc0bSMyung Bae "EncryptionProtocol": { 732*9b46bc0bSMyung Bae "anyOf": [ 733*9b46bc0bSMyung Bae { 734*9b46bc0bSMyung Bae "$ref": "#/definitions/SNMPEncryptionProtocols" 735*9b46bc0bSMyung Bae }, 736*9b46bc0bSMyung Bae { 737*9b46bc0bSMyung Bae "type": "null" 738*9b46bc0bSMyung Bae } 739*9b46bc0bSMyung Bae ], 740*9b46bc0bSMyung Bae "description": "The encryption protocol for SNMPv3.", 741*9b46bc0bSMyung Bae "longDescription": "This property shall contain the SNMPv3 encryption protocol.", 742*9b46bc0bSMyung Bae "readonly": false, 743*9b46bc0bSMyung Bae "versionAdded": "v1_7_0" 744*9b46bc0bSMyung Bae }, 745*9b46bc0bSMyung Bae "TrapCommunity": { 746*9b46bc0bSMyung Bae "description": "The SNMP trap community string.", 747*9b46bc0bSMyung Bae "longDescription": "This property shall contain the SNMP trap community string. The value shall be `null` in responses.", 748*9b46bc0bSMyung Bae "readonly": false, 749*9b46bc0bSMyung Bae "type": [ 750*9b46bc0bSMyung Bae "string", 751*9b46bc0bSMyung Bae "null" 752*9b46bc0bSMyung Bae ], 753*9b46bc0bSMyung Bae "versionAdded": "v1_7_0", 754*9b46bc0bSMyung Bae "writeOnly": true 755*9b46bc0bSMyung Bae } 756*9b46bc0bSMyung Bae }, 757*9b46bc0bSMyung Bae "type": "object" 758*9b46bc0bSMyung Bae }, 759*9b46bc0bSMyung Bae "SubscriptionType": { 760*9b46bc0bSMyung Bae "enum": [ 761*9b46bc0bSMyung Bae "RedfishEvent", 762*9b46bc0bSMyung Bae "SSE", 763*9b46bc0bSMyung Bae "SNMPTrap", 764*9b46bc0bSMyung Bae "SNMPInform", 765*9b46bc0bSMyung Bae "Syslog", 766*9b46bc0bSMyung Bae "OEM" 767*9b46bc0bSMyung Bae ], 768*9b46bc0bSMyung Bae "enumDescriptions": { 769*9b46bc0bSMyung Bae "OEM": "The subscription is an OEM subscription.", 770*9b46bc0bSMyung Bae "RedfishEvent": "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.", 771*9b46bc0bSMyung Bae "SNMPInform": "The subscription follows versions 2 and 3 of SNMP Inform for event notifications.", 772*9b46bc0bSMyung Bae "SNMPTrap": "The subscription follows the various versions of SNMP Traps for event notifications.", 773*9b46bc0bSMyung Bae "SSE": "The subscription follows the HTML5 server-sent event definition for event notifications.", 774*9b46bc0bSMyung Bae "Syslog": "The subscription sends syslog messages for event notifications." 775*9b46bc0bSMyung Bae }, 776*9b46bc0bSMyung Bae "enumLongDescriptions": { 777*9b46bc0bSMyung Bae "OEM": "This value shall indicate an OEM subscription type. The `OEMSubscriptionType` property shall contain the specific OEM subscription type.", 778*9b46bc0bSMyung Bae "SNMPInform": "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.", 779*9b46bc0bSMyung Bae "SNMPTrap": "This value shall indicate the subscription follows the various versions of SNMP Traps for event notifications. `Protocol` shall specify the appropriate version of SNMP.", 780*9b46bc0bSMyung Bae "Syslog": "This value shall indicate the subscription forwards syslog messages to the event destination. `Protocol` shall specify the appropriate syslog protocol." 781*9b46bc0bSMyung Bae }, 782*9b46bc0bSMyung Bae "enumVersionAdded": { 783*9b46bc0bSMyung Bae "OEM": "v1_9_0", 784*9b46bc0bSMyung Bae "SNMPInform": "v1_7_0", 785*9b46bc0bSMyung Bae "SNMPTrap": "v1_7_0", 786*9b46bc0bSMyung Bae "Syslog": "v1_9_0" 787*9b46bc0bSMyung Bae }, 788*9b46bc0bSMyung Bae "type": "string" 789*9b46bc0bSMyung Bae }, 790*9b46bc0bSMyung Bae "SuspendSubscription": { 791*9b46bc0bSMyung Bae "additionalProperties": false, 792*9b46bc0bSMyung Bae "description": "This action suspends an event subscription.", 793*9b46bc0bSMyung Bae "longDescription": "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.", 794*9b46bc0bSMyung Bae "parameters": {}, 795*9b46bc0bSMyung Bae "patternProperties": { 796*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 797*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 798*9b46bc0bSMyung Bae "type": [ 799*9b46bc0bSMyung Bae "array", 800*9b46bc0bSMyung Bae "boolean", 801*9b46bc0bSMyung Bae "integer", 802*9b46bc0bSMyung Bae "number", 803*9b46bc0bSMyung Bae "null", 804*9b46bc0bSMyung Bae "object", 805*9b46bc0bSMyung Bae "string" 806*9b46bc0bSMyung Bae ] 807*9b46bc0bSMyung Bae } 808*9b46bc0bSMyung Bae }, 809*9b46bc0bSMyung Bae "properties": { 810*9b46bc0bSMyung Bae "target": { 811*9b46bc0bSMyung Bae "description": "Link to invoke action", 812*9b46bc0bSMyung Bae "format": "uri-reference", 813*9b46bc0bSMyung Bae "type": "string" 814*9b46bc0bSMyung Bae }, 815*9b46bc0bSMyung Bae "title": { 816*9b46bc0bSMyung Bae "description": "Friendly action name", 817*9b46bc0bSMyung Bae "type": "string" 818*9b46bc0bSMyung Bae } 819*9b46bc0bSMyung Bae }, 820*9b46bc0bSMyung Bae "type": "object", 821*9b46bc0bSMyung Bae "versionAdded": "v1_12_0" 822*9b46bc0bSMyung Bae }, 823*9b46bc0bSMyung Bae "SyslogFacility": { 824*9b46bc0bSMyung Bae "description": "The syslog facility code is an enumeration of program types.", 825*9b46bc0bSMyung Bae "enum": [ 826*9b46bc0bSMyung Bae "Kern", 827*9b46bc0bSMyung Bae "User", 828*9b46bc0bSMyung Bae "Mail", 829*9b46bc0bSMyung Bae "Daemon", 830*9b46bc0bSMyung Bae "Auth", 831*9b46bc0bSMyung Bae "Syslog", 832*9b46bc0bSMyung Bae "LPR", 833*9b46bc0bSMyung Bae "News", 834*9b46bc0bSMyung Bae "UUCP", 835*9b46bc0bSMyung Bae "Cron", 836*9b46bc0bSMyung Bae "Authpriv", 837*9b46bc0bSMyung Bae "FTP", 838*9b46bc0bSMyung Bae "NTP", 839*9b46bc0bSMyung Bae "Security", 840*9b46bc0bSMyung Bae "Console", 841*9b46bc0bSMyung Bae "SolarisCron", 842*9b46bc0bSMyung Bae "Local0", 843*9b46bc0bSMyung Bae "Local1", 844*9b46bc0bSMyung Bae "Local2", 845*9b46bc0bSMyung Bae "Local3", 846*9b46bc0bSMyung Bae "Local4", 847*9b46bc0bSMyung Bae "Local5", 848*9b46bc0bSMyung Bae "Local6", 849*9b46bc0bSMyung Bae "Local7" 850*9b46bc0bSMyung Bae ], 851*9b46bc0bSMyung Bae "enumDescriptions": { 852*9b46bc0bSMyung Bae "Auth": "Security/authentication messages.", 853*9b46bc0bSMyung Bae "Authpriv": "Security/authentication messages.", 854*9b46bc0bSMyung Bae "Console": "Log alert.", 855*9b46bc0bSMyung Bae "Cron": "Clock daemon.", 856*9b46bc0bSMyung Bae "Daemon": "System daemons.", 857*9b46bc0bSMyung Bae "FTP": "FTP daemon.", 858*9b46bc0bSMyung Bae "Kern": "Kernel messages.", 859*9b46bc0bSMyung Bae "LPR": "Line printer subsystem.", 860*9b46bc0bSMyung Bae "Local0": "Locally used facility 0.", 861*9b46bc0bSMyung Bae "Local1": "Locally used facility 1.", 862*9b46bc0bSMyung Bae "Local2": "Locally used facility 2.", 863*9b46bc0bSMyung Bae "Local3": "Locally used facility 3.", 864*9b46bc0bSMyung Bae "Local4": "Locally used facility 4.", 865*9b46bc0bSMyung Bae "Local5": "Locally used facility 5.", 866*9b46bc0bSMyung Bae "Local6": "Locally used facility 6.", 867*9b46bc0bSMyung Bae "Local7": "Locally used facility 7.", 868*9b46bc0bSMyung Bae "Mail": "Mail system.", 869*9b46bc0bSMyung Bae "NTP": "NTP subsystem.", 870*9b46bc0bSMyung Bae "News": "Network news subsystem.", 871*9b46bc0bSMyung Bae "Security": "Log audit.", 872*9b46bc0bSMyung Bae "SolarisCron": "Scheduling daemon.", 873*9b46bc0bSMyung Bae "Syslog": "Messages generated internally by syslogd.", 874*9b46bc0bSMyung Bae "UUCP": "UUCP subsystem.", 875*9b46bc0bSMyung Bae "User": "User-level messages." 876*9b46bc0bSMyung Bae }, 877*9b46bc0bSMyung Bae "longDescription": "This type shall specify the syslog facility codes as program types. Facility values are described in the RFC5424.", 878*9b46bc0bSMyung Bae "type": "string" 879*9b46bc0bSMyung Bae }, 880*9b46bc0bSMyung Bae "SyslogFilter": { 881*9b46bc0bSMyung Bae "additionalProperties": false, 882*9b46bc0bSMyung Bae "description": "A syslog filter.", 883*9b46bc0bSMyung Bae "longDescription": "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.", 884*9b46bc0bSMyung Bae "patternProperties": { 885*9b46bc0bSMyung Bae "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 886*9b46bc0bSMyung Bae "description": "This property shall specify a valid odata or Redfish property.", 887*9b46bc0bSMyung Bae "type": [ 888*9b46bc0bSMyung Bae "array", 889*9b46bc0bSMyung Bae "boolean", 890*9b46bc0bSMyung Bae "integer", 891*9b46bc0bSMyung Bae "number", 892*9b46bc0bSMyung Bae "null", 893*9b46bc0bSMyung Bae "object", 894*9b46bc0bSMyung Bae "string" 895*9b46bc0bSMyung Bae ] 896*9b46bc0bSMyung Bae } 897*9b46bc0bSMyung Bae }, 898*9b46bc0bSMyung Bae "properties": { 899*9b46bc0bSMyung Bae "LogFacilities": { 900*9b46bc0bSMyung Bae "description": "The types of programs that can log messages.", 901*9b46bc0bSMyung Bae "items": { 902*9b46bc0bSMyung Bae "anyOf": [ 903*9b46bc0bSMyung Bae { 904*9b46bc0bSMyung Bae "$ref": "#/definitions/SyslogFacility" 905*9b46bc0bSMyung Bae }, 906*9b46bc0bSMyung Bae { 907*9b46bc0bSMyung Bae "type": "null" 908*9b46bc0bSMyung Bae } 909*9b46bc0bSMyung Bae ] 910*9b46bc0bSMyung Bae }, 911*9b46bc0bSMyung Bae "longDescription": "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.", 912*9b46bc0bSMyung Bae "readonly": false, 913*9b46bc0bSMyung Bae "type": "array", 914*9b46bc0bSMyung Bae "versionAdded": "v1_9_0" 915*9b46bc0bSMyung Bae }, 916*9b46bc0bSMyung Bae "LowestSeverity": { 917*9b46bc0bSMyung Bae "anyOf": [ 918*9b46bc0bSMyung Bae { 919*9b46bc0bSMyung Bae "$ref": "#/definitions/SyslogSeverity" 920*9b46bc0bSMyung Bae }, 921*9b46bc0bSMyung Bae { 922*9b46bc0bSMyung Bae "type": "null" 923*9b46bc0bSMyung Bae } 924*9b46bc0bSMyung Bae ], 925*9b46bc0bSMyung Bae "description": "The lowest severity level message that will be forwarded.", 926*9b46bc0bSMyung Bae "longDescription": "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.", 927*9b46bc0bSMyung Bae "readonly": false, 928*9b46bc0bSMyung Bae "versionAdded": "v1_9_0" 929*9b46bc0bSMyung Bae } 930*9b46bc0bSMyung Bae }, 931*9b46bc0bSMyung Bae "type": "object" 932*9b46bc0bSMyung Bae }, 933*9b46bc0bSMyung Bae "SyslogSeverity": { 934*9b46bc0bSMyung Bae "description": "The syslog severity is an application-specific rating used to describe the urgency of the message.", 935*9b46bc0bSMyung Bae "enum": [ 936*9b46bc0bSMyung Bae "Emergency", 937*9b46bc0bSMyung Bae "Alert", 938*9b46bc0bSMyung Bae "Critical", 939*9b46bc0bSMyung Bae "Error", 940*9b46bc0bSMyung Bae "Warning", 941*9b46bc0bSMyung Bae "Notice", 942*9b46bc0bSMyung Bae "Informational", 943*9b46bc0bSMyung Bae "Debug", 944*9b46bc0bSMyung Bae "All" 945*9b46bc0bSMyung Bae ], 946*9b46bc0bSMyung Bae "enumDescriptions": { 947*9b46bc0bSMyung Bae "Alert": "A condition that should be corrected immediately, such as a corrupted system database.", 948*9b46bc0bSMyung Bae "All": "A message of any severity.", 949*9b46bc0bSMyung Bae "Critical": "Hard device errors.", 950*9b46bc0bSMyung Bae "Debug": "Messages that contain information normally of use only when debugging a program.", 951*9b46bc0bSMyung Bae "Emergency": "A panic condition.", 952*9b46bc0bSMyung Bae "Error": "An Error.", 953*9b46bc0bSMyung Bae "Informational": "Informational only.", 954*9b46bc0bSMyung Bae "Notice": "Conditions that are not error conditions, but that might require special handling.", 955*9b46bc0bSMyung Bae "Warning": "A Warning." 956*9b46bc0bSMyung Bae }, 957*9b46bc0bSMyung Bae "longDescription": "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.", 958*9b46bc0bSMyung Bae "type": "string" 959*9b46bc0bSMyung Bae } 960*9b46bc0bSMyung Bae }, 961*9b46bc0bSMyung Bae "language": "en", 962*9b46bc0bSMyung Bae "owningEntity": "DMTF", 963*9b46bc0bSMyung Bae "release": "2024.3", 964*9b46bc0bSMyung Bae "title": "#EventDestination.v1_15_1.EventDestination" 965*9b46bc0bSMyung Bae}