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:fetch
 
pub.alert:fetch
WmPublic. Gets the unread alerts in the system based on the page number and page size.
Input Parameters
pageSize
Integer. The number of alerts that should be displayed on the specified page in Integration Server Administrator.
pageNumber
Integer. The page where Integration Server should load alerts as they may be displayed across multiple pages on Integration Server Administrator.
Output Parameters
alerts
Object. An array of unread alerts in the system. Each alert has the following details:
Key
Description
id
Long. Alert identifier.
ts
Long. Date and time when an alert is generated, in the Unix time format.
serverId
String. IP address of the host where Integration Server Administrator is running.
memberName
String. Member name of the machine that hosts Integration Server Administrator in a cluster.
user
String. User who initiated the alert.
channelId
Integer. Channel identifier for the alert.
channel
String. Channel for the alert.
severity
String. Severity of the alert.
subject
String. Subject of the alert message.
contentType
String. Text that identifies the type of content in the alert, such as text/plain and text/html.
content
String. Content of the alert.
Usage Notes
None.