-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparam.json
89 lines (89 loc) · 2.82 KB
/
param.json
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
83
84
85
86
87
88
89
{
"items":[
{
"hostName":"clm-aus-015321.bmc.com",
"port":null,
"userName":"santopat",
"password":"bmcAdm1n",
"requestType":"cm",
"fileds":[
"{",
"\t\"config\": {",
" \t\t\"conditionFields\":[6],",
"\t\t\"statusCondition\":[3]",
"\t},",
"\t\"payload\": {",
"\t\t\"title\": \"@TITLE\",",
"\t\t\"fingerprintFields\": [\"ChangeID\"],",
"\t\t\"severity\": \"@SEVERITY\",",
"\t\t\"status\": \"@STATUS\",",
"\t\t\"properties\": {",
"\t\t\t\"Assignee\": \"@ASSIGNEE\",",
"\t\t\t\"ChangeID\": \"@CHANGE_ID\",",
"\t\t\t\"CI\": \"@CI\",",
"\t\t\t\"Priority\": \"@PRIORITY\",",
"\t\t\t\"PriorityWeight\": \"@WEIGHT\",",
"\t\t\t\"app_id\": \"Remedy(Change) Integration intial DEMO\"",
"\t\t},",
"\t\t\"createdAt\": \"@CREATED_AT\",",
"\t\t\"eventClass\": \"Change\",",
"\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\"1000\": \"Critical\",",
"\t\t\"2000\": \"High\",",
"\t\t\"3000\": \"Medium\",",
"\t\t\"4000\": \"Low\"",
"\t\t}",
"\t},",
"\t\"@PRIORITY\": {",
"\t\t\"fieldId\": 1000000164,",
"\t\t\"valueMap\":{",
"\t\t\"0\": \"Critical\",",
"\t\t\"1\": \"High\",",
"\t\t\"2\": \"Medium\",",
"\t\t\"3\": \"Low\"",
"\t\t}",
"\t},",
"\t\"@STATUS\": {",
"\t\t\"fieldId\": 7,",
"\t\t\"valueMap\":{",
"\t\t\"0\": \"Draft\",",
"\t\t\"1\": \"Request For Authorization\",",
"\t\t\"2\": \"Request For Change\",",
"\t\t\"3\": \"Planning In Progress\",",
"\t\t\"4\": \"Scheduled For Review\",",
"\t\t\"5\": \"Scheduled For Approval\",",
"\t\t\"6\": \"Scheduled\",",
"\t\t\"7\": \"Implementation In Progress\",",
"\t\t\"8\": \"Pending\",",
"\t\t\"9\": \"Rejected\",",
"\t\t\"10\": \"Completed\",",
"\t\t\"11\": \"Closed\",",
"\t\t\"12\": \"Cancelled\"",
"\t\t}",
"\t},",
"\t\"@CHANGE_ID\":{\"fieldId\":1000000182},",
"\t\"@WEIGHT\":{\"fieldId\":\"\"},",
"\t\"@TITLE\":{\"fieldId\":1000000151},",
"\t\"@ASSIGNEE\":{\"fieldId\":303124400},",
"\t\"@CI\":{\"fieldId\":301556800},",
"\t\"@CREATED_AT\":{\"fieldId\":6}",
"}"
],
"pollInterval":1400000
}
],
"pollInterval":500
}