channelConfig.json 955 B

123456789101112131415161718192021222324252627282930313233343536
  1. [
  2. {
  3. "id": "947d22b7-305b-d959-874a-06e277143d44",
  4. "channelId": "fa1c5eaa-de6e-48b6-805e-8f091c7bb831",
  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": "75f37720-22bb-4f0b-f127-78f2091507a0",
  19. "channelId": "fa1c5eaa-de6e-48b6-805e-8f091c7bb832",
  20. "title": "告警钉钉配置",
  21. "param": {
  22. "dingTalkWebhook":"xxxxxxxxxxxxxxxx",
  23. "dingTalkSecret":"xxxx"
  24. },
  25. "createAt": 1683816661690
  26. },
  27. {
  28. "id": "6e5db9b5-a709-723b-665b-bbca5ce6a62c",
  29. "channelId": "fa1c5eaa-de6e-48b6-805e-8f091c7bb833",
  30. "title": "告警企业微信配置",
  31. "param": {
  32. "qyWechatWebhook":"xxxxxxxxxxxxxxxx"
  33. },
  34. "createAt": 1683816661690
  35. }
  36. ]