/AWS1/CL_UNTMANAGEDNTFEVTSUMM¶
A short summary of a ManagedNotificationEvent. This is only used when listing managed notification events.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_schemaversion TYPE /AWS1/UNTSCHEMAVERSION /AWS1/UNTSCHEMAVERSION¶
The schema version of the
ManagedNotificationEvent.
io_sourceeventmetadata TYPE REF TO /AWS1/CL_UNTMANAGEDSRCEVTMET00 /AWS1/CL_UNTMANAGEDSRCEVTMET00¶
Contains metadata about the event that caused the
ManagedNotificationEvent.
io_messagecomponents TYPE REF TO /AWS1/CL_UNTMSGCOMPONENTSSUMM /AWS1/CL_UNTMSGCOMPONENTSSUMM¶
messageComponents
iv_eventstatus TYPE /AWS1/UNTEVENTSTATUS /AWS1/UNTEVENTSTATUS¶
The managed notification event status.
Values:
HEALTHY
All
EventRulesareACTIVE.
UNHEALTHY
Some
EventRulesareACTIVEand some areINACTIVE.
iv_notificationtype TYPE /AWS1/UNTNOTIFICATIONTYPE /AWS1/UNTNOTIFICATIONTYPE¶
The Type of event causing the notification.
Values:
ALERT
A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.
WARNING
A notification about an event where an issue is about to arise. For example, something is approaching a threshold.
ANNOUNCEMENT
A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.
INFORMATIONAL
A notification about informational messages. For example, recommendations, service announcements, or reminders.
Queryable Attributes¶
schemaVersion¶
The schema version of the
ManagedNotificationEvent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION, with configurable default |
ASK_SCHEMAVERSION() |
Getter for SCHEMAVERSION w/ exceptions if field has no value |
HAS_SCHEMAVERSION() |
Determine if SCHEMAVERSION has a value |
sourceEventMetadata¶
Contains metadata about the event that caused the
ManagedNotificationEvent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEEVENTMETADATA() |
Getter for SOURCEEVENTMETADATA |
messageComponents¶
messageComponents
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGECOMPONENTS() |
Getter for MESSAGECOMPONENTS |
eventStatus¶
The managed notification event status.
Values:
HEALTHY
All
EventRulesareACTIVE.
UNHEALTHY
Some
EventRulesareACTIVEand some areINACTIVE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTSTATUS() |
Getter for EVENTSTATUS, with configurable default |
ASK_EVENTSTATUS() |
Getter for EVENTSTATUS w/ exceptions if field has no value |
HAS_EVENTSTATUS() |
Determine if EVENTSTATUS has a value |
notificationType¶
The Type of event causing the notification.
Values:
ALERT
A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.
WARNING
A notification about an event where an issue is about to arise. For example, something is approaching a threshold.
ANNOUNCEMENT
A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.
INFORMATIONAL
A notification about informational messages. For example, recommendations, service announcements, or reminders.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTIFICATIONTYPE() |
Getter for NOTIFICATIONTYPE, with configurable default |
ASK_NOTIFICATIONTYPE() |
Getter for NOTIFICATIONTYPE w/ exceptions if field has no va |
HAS_NOTIFICATIONTYPE() |
Determine if NOTIFICATIONTYPE has a value |