Tianqi-Dotes opened a new issue #9173:
URL: https://github.com/apache/dolphinscheduler/issues/9173


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   In the DS Telegram instance, the code will construct a format to request 
POST HTTP to the webhook to trigger TG bot API. The construct is:
   {
       "text": 
"[{\"projectId\":1,\"projectName\":\"p1\",\"owner\":\"admin\",\"processId\":35,\"processDefinitionCode\":4928367293568,\"processName\":\"s11-3-20220324084708668\",\"taskCode\":4928359068928,\"taskName\":\"s1\",\"taskType\":\"SHELL\",\"taskState\":\"FAILURE\",\"taskStartTime\":\"2022-03-24
 08:47:08\",\"taskEndTime\":\"2022-03-24 
08:47:09\",\"taskHost\":\"192.168.1.103:1234\",\"logPath\":\"\"}]",
       "chat_id": "5115641748"
   }
   We should declare this in the doc to guide users to create a webhook to 
receive this kind of JSON body, either it won't work.
   
   ### What you expected to happen
   
   Declare the body format in the doc.
   
   ### How to reproduce
   
   Debug TG alert by alert module and check the body construction.
   
   ### Anything else
   
   Have acquired the author of this part and he agreed to declare this in the 
doc.
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to