Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Alert Folder | Summary of Elements in this Folder | pub.alert:emit
 
pub.alert:emit
WmPublic. Generates an alert when a pre-configured condition is met. For example, User or Master Password Expiry, License Key Update, Enterprise Gateway Rule Violation, Service Error, and so on.
Note:
This service is invoked by Integration Server components to raise alerts.
Input Parameters
channelID
Short. Identifier of the channel associated with the alert.
severity
Short. Severity associated with the alert channel.
subject
String. Subject of the alert message.
contentType
String. Type of information in the alert. For example, text/plain.
content
String. Content of an alert. For example, Alert {0} Message Size Limit filter failed.\nClient IP Address: {1}\n Request URL : {2}\n Date & Time : {3}
Output Parameters
alertId
Object. A unique identifier assigned to each alert emitted.
Usage Notes
None.