-
id
java.lang.String id
primary key id.
-
name
java.lang.String name
receiver name.
-
enable
boolean enable
is enabled this receiver.
-
type
java.lang.Byte type
Notification information method: 0-SMS 1-Email 2-webhook 3-WeChat Official Account.
4-Enterprise WeChat Robot 5-DingTalk Robot 6-FeiShu Robot.
7-Telegram Bot 8-SlackWebHook 9-Discord Bot 10-Enterprise WeChat app message.
-
phone
java.lang.String phone
Mobile number: Valid when the notification method is SMS.
-
email
java.lang.String email
Email account: Valid when the notification method is email.
-
hookUrl
java.lang.String hookUrl
URL address: The notification method is valid for webhook.
-
wechatId
java.lang.String wechatId
The notification method is valid for WeChat official account, enterprise WeChat robot or FlyBook robot.
-
accessToken
java.lang.String accessToken
Access token : The notification method is valid for DingTalk robot.
-
tgBotToken
java.lang.String tgBotToken
Telegram bot token : The notification method is valid for Telegram Bot.
-
tgUserId
java.lang.String tgUserId
Telegram user id: The notification method is valid for Telegram Bot.
-
slackWebHookUrl
java.lang.String slackWebHookUrl
URL address: The notification method is valid for Slack.
-
corpId
java.lang.String corpId
Enterprise weChat message: The notification method is valid for Enterprise WeChat app message.
-
agentId
java.lang.String agentId
Enterprise weChat appId: The notification method is valid for Enterprise WeChat app message.
-
appSecret
java.lang.String appSecret
Enterprise weChat secret: The notification method is valid for Enterprise WeChat app message.
-
discordChannelId
java.lang.String discordChannelId
Discord channel id: The notification method is valid for Discord.
-
discordBotToken
java.lang.String discordBotToken
Discord bot token: The notification method is valid for Discord.
-
smnAk
java.lang.String smnAk
huawei cloud SMN ak: If the notification method is valid for huawei cloud SMN.
-
smnSk
java.lang.String smnSk
huawei cloud SMN sk: If the notification method is valid for huawei cloud SMN.
-
smnProjectId
java.lang.String smnProjectId
huawei cloud SMN projectId: If the notification method is valid for huawei cloud SMN.
-
smnRegion
java.lang.String smnRegion
huawei cloud SMN region: If the notification method is valid for huawei cloud SMN.
-
smnTopicUrn
java.lang.String smnTopicUrn
huawei cloud SMN TopicUrn: If the notification method is valid for huawei cloud SMN.
-
matchAll
boolean matchAll
match all.
-
levels
java.util.List<E> levels
match alert levels.
-
labels
java.util.Map<K,V> labels
match alert labels.
-
dateCreated
java.util.Date dateCreated
create time.
-
dateUpdated
java.util.Date dateUpdated
update time.