The rsd_lib.resources.v2_1.event_service.event_service
Module¶
-
class
rsd_lib.resources.v2_1.event_service.event_service.
EventService
(connector, path='', redfish_version=None, registries=None, reader=None, json_doc=None, root=None)¶ Bases:
rsd_lib.base.ResourceBase
EventService resource class
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).
-
delivery_retry_attempts
= <sushy.resources.base.Field object>¶ This is the number of attempts an event posting is retried before the subscription is terminated.
-
delivery_retry_interval_seconds
= <sushy.resources.base.Field object>¶ This represents the number of seconds between retry attempts for sending any given Event
-
event_types_for_subscription
= <sushy.resources.base.Field object>¶ This is the types of Events that can be subscribed to.
-
service_enabled
= <sushy.resources.base.Field object>¶ This indicates whether this service is enabled.
-
status
= <rsd_lib.base.StatusField object>¶ This indicates the known state of the resource, such as if it is enabled.
-
property
subscriptions
¶ Property to provide reference to EventDestinationCollection instance
It is calculated once when it is queried for the first time. On refresh, this property is reset.
-