Package com.bea.wli.monitoring.alert
Interface AlertActionHeaders
public interface AlertActionHeaders
The list of header fields contained in an alert generated by Oracle Service Bus.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name of the Alert Destination resource.static final String
Property indicating the unique identifier of the alert rule that generated this alert.static final String
Property indicating the name of alert rule that generated this alert.static final String
Since OSB release 2.6.static final String
The short summary for the alert entered by the user.static final String
The time at which the aert rule was generated.static final String
The name of the domain that triggered this alert.static final String
The name of the managed server that triggered this alert.static final String
Property indicating the fully-qualified name of Service that generated the alert.
-
Field Details
-
SERVICE_NAME
Property indicating the fully-qualified name of Service that generated the alert.- See Also:
-
ALERT_RULE_NAME
Property indicating the name of alert rule that generated this alert.- See Also:
-
ALERT_RULE_ID
Property indicating the unique identifier of the alert rule that generated this alert.- See Also:
-
ALERT_SEVERITY
Since OSB release 2.6. Replaces the ALERT_SEVERITY_HEADER. Property indicating the severity of the generated alert.- See Also:
-
ALERT_TIMESTAMP
The time at which the aert rule was generated.- See Also:
-
ALERT_SUMMARY
The short summary for the alert entered by the user.- See Also:
-
SERVER_NAME
The name of the managed server that triggered this alert.- See Also:
-
DOMAIN_NAME
The name of the domain that triggered this alert.- See Also:
-
ALERT_DESTINATION
The name of the Alert Destination resource.- See Also:
-