Event interface
Event contains information about customer driven, platform driven, or unplanned events that occurred on the Appliance
Properties
| code | Code is used to break down the event further to identify why it occurred. |
| message | Message is intended to be actionable and should be used to inform the user of the event. |
| severity | Severity is the classification of the event to relay the importance of the event. |
| status | Status is used to represent the outcome of the event. |
| timestamp | Timestamp is the time the event occurred. |
| type | The type of event is used to classify how the event was initiated. |
Property Details
code
Code is used to break down the event further to identify why it occurred.
code?: string
Property Value
string
message
Message is intended to be actionable and should be used to inform the user of the event.
message?: string
Property Value
string
severity
Severity is the classification of the event to relay the importance of the event.
severity?: string
Property Value
string
status
Status is used to represent the outcome of the event.
status?: string
Property Value
string
timestamp
Timestamp is the time the event occurred.
timestamp?: Date
Property Value
Date
type
The type of event is used to classify how the event was initiated.
type?: string
Property Value
string