channelConfig.json 719 B

1234567891011121314151617181920212223242526272829303132333435
  1. [
  2. {
  3. "id": 1312312,
  4. "channelId": 3,
  5. "title": "告警邮件配置",
  6. "param": {
  7. "userName":"xxx",
  8. "passWord":"xxx",
  9. "host":"smtp.qq.com",
  10. "port":465,
  11. "mailSmtpAuth":true,
  12. "from":"1111111@qq.com",
  13. "to":"abcdef@yeah.net,1211111@qq.com"
  14. },
  15. "createAt": 1683816661690
  16. },
  17. {
  18. "id": 1313123,
  19. "channelId": 1,
  20. "title": "告警钉钉配置",
  21. "param": {
  22. "dingTalkWebhook":"xxxxxxxxxxxxxxxx"
  23. },
  24. "createAt": 1683816661690
  25. },
  26. {
  27. "id": 32141342,
  28. "channelId": 2,
  29. "title": "告警企业微信配置",
  30. "param": {
  31. "qyWechatWebhook":"xxxxxxxxxxxxxxxx"
  32. },
  33. "createAt": 1683816661690
  34. }
  35. ]