UNPKG

on-http-y1

Version:
174 lines (173 loc) 9.17 kB
{ "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_1_0.json", "title": "#EventService.v1_0_3.EventService", "$ref": "#/definitions/EventService", "definitions": { "SubmitTestEvent": { "patternProperties": { "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { "type": [ "array", "boolean", "number", "null", "object", "string" ], "description": "This property shall specify a valid odata or Redfish property." } }, "type": "object", "additionalProperties": false, "properties": { "title": { "type": "string", "description": "Friendly action name" }, "target": { "type": "string", "format": "uri", "description": "Link to invoke action" } }, "description": "This action is used to generate a test event.", "longDescription": "This action shall add a test event to the event service with the event data specified in the action parameters. This message should then be sent to any appropriate ListenerDestination targets." }, "EventService": { "type": "object", "patternProperties": { "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { "type": [ "array", "boolean", "number", "null", "object", "string" ], "description": "This property shall specify a valid odata or Redfish property." } }, "additionalProperties": false, "properties": { "@odata.context": { "$ref": "http://redfish.dmtf.org/schemas/v1/odata.4.0.0.json#/definitions/context" }, "@odata.id": { "$ref": "http://redfish.dmtf.org/schemas/v1/odata.4.0.0.json#/definitions/id" }, "@odata.type": { "$ref": "http://redfish.dmtf.org/schemas/v1/odata.4.0.0.json#/definitions/type" }, "Oem": { "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", "description": "This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections.", "longDescription": "The value of this string shall be of the format for the reserved word *Oem*." }, "Id": { "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", "readonly": true }, "Description": { "anyOf": [ {"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"}, {"type": "null"} ], "readonly": true }, "Name": { "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", "readonly": true }, "ServiceEnabled": { "type": [ "boolean", "null" ], "readonly": false, "description": "This indicates whether this service is enabled.", "longDescription": "The value of this property shall be a boolean indicating whether this service is enabled." }, "DeliveryRetryAttempts": { "type": "number", "readonly": true, "description": "This is the number of attempts an event posting is retried before the subscription is terminated.", "longDescription": "The value of this property shall be the number of retrys attempted for any given event to the subscription destination before the subscription is terminated." }, "DeliveryRetryIntervalSeconds": { "type": "number", "units": "s", "readonly": true, "description": "This represents the number of seconds between retry attempts for sending any given Event.", "longDescription": "The value of this property shall be the interval in seconds between the retry attempts for any given event to the subscription destination." }, "EventTypesForSubscription": { "type": "array", "items": { "$ref": "http://redfish.dmtf.org/schemas/v1/Event.v1_0_0.json#/definitions/EventType" }, "readonly": true, "description": "This is the types of Events that can be subscribed to.", "longDescription": "The value of this property shall be the types of events that subscriptions can subscribe to. The semantics associated with the enumerations values are defined in the Redfish specification." }, "Actions": { "type": "object", "patternProperties": { "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { "type": [ "array", "boolean", "number", "null", "object", "string" ], "description": "This property shall specify a valid odata or Redfish property." } }, "additionalProperties": false, "properties": { "Oem": { "type": "object", "patternProperties": { "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message|Privileges)\\.[a-zA-Z_][a-zA-Z0-9_.]+$": { "type": [ "array", "boolean", "number", "null", "object", "string" ], "description": "This property shall specify a valid odata or Redfish property." } }, "additionalProperties": true, "properties": {} }, "#EventService.SubmitTestEvent": { "$ref": "#/definitions/SubmitTestEvent" } }, "description": "The available actions for this resource.", "longDescription": "The Actions property shall contain the available actions for this resource." }, "Status": { "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status" }, "Subscriptions": { "$ref": "http://redfish.dmtf.org/schemas/v1/EventDestinationCollection.json#/definitions/EventDestinationCollection", "readonly": true, "description": "This is a reference to a collection of Event Destination resources.", "longDescription": "The value of this property shall contain the link to a collection of type EventDestinationCollection." } }, "required": [ "Id", "Name" ], "description": "The Event Service resource contains properties for managing event subcriptions and generates the events sent to subscribers. The resource has links to the actual collection of subscriptions (called Event Destinations)." } }, "copyright": "Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright" }