@Jagadeesh: I used following request using postman body and send the message passwd in value
in last paragraph to msteam channel now the output received perfectly. But same message cannot received using above ruby code.
{
"@type": "MessageCard",
"@context": "https://schema.org/extensions",
"summary": "Office 365 Notification",
"title": "Office 365 Service Degradations",
"sections": [
{
"markdown": false,
"facts": [
{
"name": "Service Incident:",
"value": "ID"
},
{
"name": "Start time:",
"value": "check_disk_critical"
},
{
"name": "Service:",
"value": "SERVICENAME"
},
{
"name": "Description:",
"value": "# Time: 210211 6:12:12
# User@Host: live_test_demo_web[live_test_demo_web] @ [10.7.13.209] Id: 468920921
# Query_time: 2.070946 Lock_time: 0.000041 Rows_sent: 0 Rows_examined: 762480
use web;
SET timestamp=1613023932;
UPDATE `testing_web`.`abc_customer_data` SET `test_processing`=0 WHERE `id` > 0;"
}
],
"title": "Office 365 Service Problem"
}
]
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…