A condition requires attention
The telemetry service is sending a metric report
Because EventType is deprecated as of Redfish Specification v1.6, the event is based on a registry or resource but not an EventType.
A resource has been added.
A resource has been removed
A resource has been updated
The status of a resource has changed
Bases: sushy.resources.base.ResourceBase
A client-supplied string that is stored with the event destination subscription
Delete an EventDestination
ConnectionError
HTTPError
The description of the EventDestination resource
The URI of the destination Event Service
The types of events that shall be sent to the destination
This is for setting HTTP headers, such as authorization information. This object will be null on a GET.
The EventDestination resource identity
The EventDestination resource name
Contain the protocol type that the event will use for sending the event to the destination. A value of Redfish shall be used to indicate that the event type shall adhere to that defined in the Redfish specification
Bases: sushy.resources.base.ResourceCollectionBase
Create a Subscription
payload – The payload representing the subscription.
ConnectionError
HTTPError
The new subscription
The EventDestination collection description
The EventDestination collection name
Bases: sushy.resources.base.CompositeField
Bases: sushy.resources.base.ResourceBase
Number of attempts an event posting is retried before the subscription is terminated. This retry is at the service level, meaning the HTTP POST to the Event Destination was returned by the HTTP operation as unsuccessful (4xx or 5xx return code) or an HTTP timeout occurred this many times before the Event Destination subscription is terminated
Number of seconds between retry attempts for sending any given Event
Types of Events that can be subscribed to
Get the Types of Events that can be subscribed to
A set with the types of Events that can be subscribed to.
The EventService resource identity
The EventService resource name
Indicates whether the EventService is enabled
The status of the EventService
Submit Test Event is used to to send a test event to the BMC
event_id – ID of event to be added.
event_timestamp – time stamp of event to be added.
event_type – type of event to be added.
message – human readable message of event to be added.
message_args – array of message arguments of the event to be added.
message_id – message ID of event to be added.
origin – string of the URL within the OriginOfCondition property of the event to be added
severity – the Severity of event to be added.
target – The link to invoke action.
MissingActionError if the EvenService does not have the action.
Reference to a collection of Event Destination resources
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.