-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparam_Incidents
82 lines (82 loc) · 2.49 KB
/
param_Incidents
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"items":[
{
"hostName":"clm-aus-015321.bmc.com",
"port":null,
"userName":"gokumar",
"password":"bmcAdm1n",
"requestType":"im",
"fileds":[
"{",
"\t\"payload\": {",
"\t\t\"title\": \"@TITLE\",",
"\t\t\"fingerprintFields\": [",
"\t\t\t\"IncidentNumber\"",
"\t\t],",
"\t\t\"severity\": \"@SEVERITY\",",
"\t\t\"status\": \"@STATUS\",",
"\t\t\"properties\": {",
"\t\t\t\"Assignee\": \"@ASSIGNEE\",",
"\t\t\t\"IncidentNumber\": \"@INCIDENT_NUMBER\",",
"\t\t\t\"CI\": \"@CI\",",
"\t\t\t\"Priority\": \"@PRIORITY\",",
"\t\t\t\"PriorityWeight\": \"@WEIGHT\",",
"\t\t\t\"app_id\": \"BMC APPLICATION\"",
"\t\t},",
"\t\t\"createdAt\": \"@CREATED_AT\",",
"\t\t\"eventClass\": \"Incident\",",
"\t\t\"source\": {",
"\t\t\t\"name\": \"Remedy\",",
"\t\t\t\"type\": \"Remedy\",",
"\t\t\t\"ref\": \"Remedy\"",
"\t\t},",
"\t\t\"sender\": {",
"\t\t\t\"name\": \"Remedy\",",
"\t\t\t\"type\": \"Remedy\",",
"\t\t\t\"ref\": \"Remedy\"",
"\t\t}",
"\t},",
"\t\"@SEVERITY\": {",
"\t\t\"fieldId\":1000000162,",
"\t\t\"valueMap\":{",
"\t\t\t\"1000\": \"Critical\",",
"\t\t\t\"2000\": \"High\",",
"\t\t\t\"3000\": \"Medium\",",
"\t\t\t\"4000\": \"Low\"",
"\t\t}",
"\t},",
"\t\"@PRIORITY\": {",
"\t\t\"fieldId\": 1000000164,",
"\t\t\"valueMap\":{",
"\t\t\t\"0\": \"Critical\",",
"\t\t\t\"1\": \"High\",",
"\t\t\t\"2\": \"Medium\",",
"\t\t\t\"3\": \"Low\"",
"\t\t}",
"\t},",
"\t\"@STATUS\": {",
"\t\t\"fieldId\": 7,",
"\t\t\"valueMap\":{",
"\t\t\t\"0\":\"New\",",
"\t\t\t\"1\": \"Assigned\",",
"\t\t\t\"2\": \"In Progress\",",
"\t\t\t\"3\": \"Pending\",",
"\t\t\t\"4\": \"Resolved\",",
"\t\t\t\"5\": \"Closed\",",
"\t\t\t\"6\": \"Cancelled\"",
"\t\t}",
"\t},",
"\t\"@INCIDENT_NUMBER\":{\"fieldId\":1000000161},",
"\t\"@WEIGHT\":{\"fieldId\":1000000169},",
"\t\"@TITLE\":{\"fieldId\":8},",
"\t\"@ASSIGNEE\":{\"fieldId\":1000000218},",
"\t\"@CI\":{\"fieldId\":303544200},",
"\t\"@CREATED_AT\":{\"fieldId\":1000000564}",
"\t",
"}"
],
"pollInterval":1200000
}
],
"pollInterval":1200000
}