-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMicrosoft_Teams_v1.json
More file actions
50 lines (50 loc) · 11.9 KB
/
Microsoft_Teams_v1.json
File metadata and controls
50 lines (50 loc) · 11.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"enabledStatus": [
"active",
"update",
"clear",
"ack"
],
"parseMethod": "",
"name": "Microsoft Teams",
"ack": {
"headers": [],
"password": "********",
"method": "post",
"payload": "{\n \"@type\": \"MessageCard\",\n \"@context\": \"http://schema.org/extensions\",\n \"summary\": \"LogicMonitor Alert\",\n \"themeColor\": \"003366\",\n \"sections\": [\n {\n \"startGroup\": true,\n \"title\": \"LogicMonitor Acknowledgement Notification\",\n \"activityImage\": \"http://www.logicmonitor.com/wp-content/uploads/2015/07/LM_Logo_Circle_Indigo_300px.png\",\n \"activityTitle\": \"Group: **##GROUP##**\",\n \"activitySubtitle\": \"##LEVEL## Alert received: ##ALERTID##\",\n \"text\": \"LogicMonitor Alert Details\",\n \"facts\": [\n {\n \"name\": \"Group\",\n \"value\": \"##GROUP##\"\n },\n {\n \"name\": \"Host\",\n \"value\": \"##HOST##\"\n },\n {\n \"name\": \"Datasource\",\n \"value\": \"##DATASOURCE##\"\n },\n {\n \"name\": \"Datapoint\",\n \"value\": \"##DATAPOINT##\"\n },\n {\n \"name\": \"Threshold\",\n \"value\": \"##THRESHOLD##\"\n },\n {\n \"name\": \"Duration\",\n \"value\": \"##DURATION##\"\n },\n {\n \"name\": \"Start\",\n \"value\": \"##START##\"\n },\n {\n \"name\": \"Alert URL\",\n \"value\": \"##AlertDetailURL##\"\n },\n {\n \"name\": \"Service URL\",\n \"value\": \"##URL##\"\n },\n {\n \"name\": \"Service Description\",\n \"value\": \"##WEBSITEDESCRIPTION##\"\n },\n {\n \"name\": \"Service Checkpoint\",\n \"value\": \"##CHECKPOINT##\"\n }, \n {\n \"name\": \"Service Group\",\n \"value\": \"##WEBSITEGROUP##\"\n }\n ],\n \"potentialAction\": [\n {\n \"@type\": \"OpenUri\",\n \"name\": \"Open Alert\",\n \"targets\": [\n { \"os\": \"default\", \"uri\": \"##AlertDetailURL##\" }\n ]\n }\n ]\n }\n ]\n}",
"payloadFormat": "json",
"url": "https://outlook.office.com/webhook/##TEAMS.WEBHOOK##/IncomingWebhook/##TEAMS.INCOMINGWEBHOOK##",
"username": ""
},
"clear": {
"headers": [],
"password": "********",
"method": "post",
"payload": "{\n \"@type\": \"MessageCard\",\n \"@context\": \"http://schema.org/extensions\",\n \"summary\": \"LogicMonitor Alert\",\n \"themeColor\": \"33f449\",\n \"sections\": [\n {\n \"startGroup\": true,\n \"title\": \"LogicMonitor Alert Clear Notification\",\n \"activityImage\": \"http://www.logicmonitor.com/wp-content/uploads/2015/07/LM_Logo_Circle_Indigo_300px.png\",\n \"activityTitle\": \"Group: **##GROUP##**\",\n \"activitySubtitle\": \"##LEVEL## Alert received: ##ALERTID##\",\n \"text\": \"LogicMonitor Alert Details\",\n \"facts\": [\n {\n \"name\": \"Group\",\n \"value\": \"##GROUP##\"\n },\n {\n \"name\": \"Host\",\n \"value\": \"##HOST##\"\n },\n {\n \"name\": \"Datasource\",\n \"value\": \"##DATASOURCE##\"\n },\n {\n \"name\": \"Datapoint\",\n \"value\": \"##DATAPOINT##\"\n },\n {\n \"name\": \"Threshold\",\n \"value\": \"##THRESHOLD##\"\n },\n {\n \"name\": \"Duration\",\n \"value\": \"##DURATION##\"\n },\n {\n \"name\": \"Start\",\n \"value\": \"##START##\"\n },\n {\n \"name\": \"Alert URL\",\n \"value\": \"##AlertDetailURL##\"\n },\n {\n \"name\": \"Service URL\",\n \"value\": \"##URL##\"\n },\n {\n \"name\": \"Service Description\",\n \"value\": \"##WEBSITEDESCRIPTION##\"\n },\n {\n \"name\": \"Service Checkpoint\",\n \"value\": \"##CHECKPOINT##\"\n }, \n {\n \"name\": \"Service Group\",\n \"value\": \"##WEBSITEGROUP##\"\n }\n ],\n \"potentialAction\": [\n {\n \"@type\": \"OpenUri\",\n \"name\": \"Open Alert\",\n \"targets\": [\n { \"os\": \"default\", \"uri\": \"##AlertDetailURL##\" }\n ]\n }\n ]\n }\n ]\n}",
"payloadFormat": "json",
"url": "https://outlook.office.com/webhook/##TEAMS.WEBHOOK##/IncomingWebhook/##TEAMS.INCOMINGWEBHOOK##",
"username": ""
},
"description": "Courtesy of LogicMonitor Professional Services.",
"active": {
"headers": [],
"password": "********",
"method": "post",
"payload": "{\n \"@type\": \"MessageCard\",\n \"@context\": \"http://schema.org/extensions\",\n \"summary\": \"LogicMonitor Alert\",\n \"themeColor\": \"ff0000\",\n \"sections\": [\n {\n \"startGroup\": true,\n \"title\": \"LogicMonitor Automated Alert Notification\",\n \"activityImage\": \"http://www.logicmonitor.com/wp-content/uploads/2015/07/LM_Logo_Circle_Indigo_300px.png\",\n \"activityTitle\": \"Group: **##GROUP##**\",\n \"activitySubtitle\": \"##LEVEL## Alert received: ##ALERTID##\",\n \"text\": \"LogicMonitor Alert Details\",\n \"facts\": [\n {\n \"name\": \"Group\",\n \"value\": \"##GROUP##\"\n },\n {\n \"name\": \"Host\",\n \"value\": \"##HOST##\"\n },\n {\n \"name\": \"Datasource\",\n \"value\": \"##DATASOURCE##\"\n },\n {\n \"name\": \"Datapoint\",\n \"value\": \"##DATAPOINT##\"\n },\n {\n \"name\": \"Threshold\",\n \"value\": \"##THRESHOLD##\"\n },\n {\n \"name\": \"Duration\",\n \"value\": \"##DURATION##\"\n },\n {\n \"name\": \"Start\",\n \"value\": \"##START##\"\n },\n {\n \"name\": \"Alert URL\",\n \"value\": \"##AlertDetailURL##\"\n },\n {\n \"name\": \"Service URL\",\n \"value\": \"##URL##\"\n },\n {\n \"name\": \"Service Description\",\n \"value\": \"##WEBSITEDESCRIPTION##\"\n },\n {\n \"name\": \"Service Checkpoint\",\n \"value\": \"##CHECKPOINT##\"\n }, \n {\n \"name\": \"Service Group\",\n \"value\": \"##WEBSITEGROUP##\"\n }\n ],\n \"potentialAction\": [\n {\n \"@type\": \"OpenUri\",\n \"name\": \"Open Alert\",\n \"targets\": [\n { \"os\": \"default\", \"uri\": \"##AlertDetailURL##\" }\n ]\n }\n ]\n }\n ]\n}",
"payloadFormat": "json",
"url": "https://outlook.office.com/webhook/##TEAMS.WEBHOOK##/IncomingWebhook/##TEAMS.INCOMINGWEBHOOK##",
"username": ""
},
"update": {
"headers": [],
"password": "********",
"method": "post",
"payload": "{\n \"@type\": \"MessageCard\",\n \"@context\": \"http://schema.org/extensions\",\n \"summary\": \"LogicMonitor Alert\",\n \"themeColor\": \"ffcc00\",\n \"sections\": [\n {\n \"startGroup\": true,\n \"title\": \"LogicMonitor Alert Update Notification\",\n \"activityImage\": \"http://www.logicmonitor.com/wp-content/uploads/2015/07/LM_Logo_Circle_Indigo_300px.png\",\n \"activityTitle\": \"Group: **##GROUP##**\",\n \"activitySubtitle\": \"##LEVEL## Alert received: ##ALERTID##\",\n \"text\": \"LogicMonitor Alert Details\",\n \"facts\": [\n {\n \"name\": \"Group\",\n \"value\": \"##GROUP##\"\n },\n {\n \"name\": \"Host\",\n \"value\": \"##HOST##\"\n },\n {\n \"name\": \"Datasource\",\n \"value\": \"##DATASOURCE##\"\n },\n {\n \"name\": \"Datapoint\",\n \"value\": \"##DATAPOINT##\"\n },\n {\n \"name\": \"Threshold\",\n \"value\": \"##THRESHOLD##\"\n },\n {\n \"name\": \"Duration\",\n \"value\": \"##DURATION##\"\n },\n {\n \"name\": \"Start\",\n \"value\": \"##START##\"\n },\n {\n \"name\": \"Alert URL\",\n \"value\": \"##AlertDetailURL##\"\n },\n {\n \"name\": \"Service URL\",\n \"value\": \"##URL##\"\n },\n {\n \"name\": \"Service Description\",\n \"value\": \"##WEBSITEDESCRIPTION##\"\n },\n {\n \"name\": \"Service Checkpoint\",\n \"value\": \"##CHECKPOINT##\"\n }, \n {\n \"name\": \"Service Group\",\n \"value\": \"##WEBSITEGROUP##\"\n }\n ],\n \"potentialAction\": [\n {\n \"@type\": \"OpenUri\",\n \"name\": \"Open Alert\",\n \"targets\": [\n { \"os\": \"default\", \"uri\": \"##AlertDetailURL##\" }\n ]\n }\n ]\n }\n ]\n}",
"payloadFormat": "json",
"url": "https://outlook.office.com/webhook/##TEAMS.WEBHOOK##/IncomingWebhook/##TEAMS.INCOMINGWEBHOOK##",
"username": ""
},
"type": "http",
"parseExpression": "",
"uiDetails": "{\"includeIDInHttpResponse\":false,\"groupInfo\":[[\"update\"],[\"clear\"],[\"ack\"],[\"active\"]],\"multipleMode\":true}"
}