Integration Server 10.15 | Built-In Services Reference Guide | Alert Folder | Summary of Elements in this Folder | pub.alert:updateChannel
 
pub.alert:updateChannel
WmPublic. Updates the settings of a channel.
Input Parameters
channelId
Integer. Identifier of the alert channel that you want to update.
Note:
Channel IDs for custom channels start with 1001.
description
String. Optional. Description of the channel.
emissionEnabled
Boolean. Optional. Indicates whether an alert is generated for the channel and stored in the database or not. Set to:
*true to emit alerts for the channel and store them in the database.
*false to disable alerts for the channel.
The default value is true for custom channels as well as system channels other than Service Error and Server Error.
systemNotificationEnabled
Boolean. Optional. Indicates whether the alert generated for the channel is displayed as a notification or not. Set to:
*true to generate notifications for the channel.
*false to disable notifications for the channel.
The default value is true for custom channels as well as system channels other than Service Error and Server Error.
Output Parameters
message
String. Indicates whether the channel is successfully updated or not.
Usage Notes
Invoke the pub.alert:updateChannel service to ignore a notification of a specific type or restore an ignored notification from Integration Server Administrator.