pageSize | Integer. The number of alerts that should be displayed on a given 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. |
alerts | Document List. An array of all alerts in the system. Each alert has the following details: | |
Key | Description | |
id | Long. Alert identifier. | |
ts | Long. Date and time when the 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. |