123456789101112131415161718192021222324252627282930313233343536 |
- [
- {
- "id": 1312312,
- "channelId": 3,
- "title": "告警邮件配置",
- "param": {
- "userName":"xxx",
- "passWord":"xxx",
- "host":"smtp.qq.com",
- "port":465,
- "mailSmtpAuth":true,
- "from":"1111111@qq.com",
- "to":"abcdef@yeah.net,1211111@qq.com"
- },
- "createAt": 1683816661690
- },
- {
- "id": 1313123,
- "channelId": 1,
- "title": "告警钉钉配置",
- "param": {
- "dingTalkWebhook":"xxxxxxxxxxxxxxxx",
- "dingTalkSecret":"xxxx"
- },
- "createAt": 1683816661690
- },
- {
- "id": 32141342,
- "channelId": 2,
- "title": "告警企业微信配置",
- "param": {
- "qyWechatWebhook":"xxxxxxxxxxxxxxxx"
- },
- "createAt": 1683816661690
- }
- ]
|