Update Holmes related feature
[clamp.git] / src / test / resources / example / model-properties / holmes / modelBpmnProperties.json
1 {
2   "Holmes_0i4n2mm": [
3     {
4       "name": "correlationalLogic",
5       "value": "blabla"
6     },
7     {
8       "name": "configPolicyName",
9       "value": "configPolicy1"
10     }
11   ],
12   "Policy_0honxgv": {
13     "policy1": [
14       {
15         "name": "pname",
16         "value": "policy1"
17       },
18       {
19         "name": "pid",
20         "value": "0"
21       },
22       {
23         "name": "timeout",
24         "value": "345"
25       },
26       {
27         "policyConfigurations": [
28           [
29             {
30               "name": "maxRetries",
31               "value": [
32                 "3"
33               ]
34             },
35             {
36               "name": "retryTimeLimit",
37               "value": [
38                 "180"
39               ]
40             },
41             {
42               "name": "_id",
43               "value": [
44                 "dGLuNqg"
45               ]
46             },
47             {
48               "name": "parentPolicy",
49               "value": [
50                 ""
51               ]
52             },
53             {
54               "name": "targetResourceId",
55               "value": [
56                 "resourceid"
57               ]
58             }
59           ]
60         ]
61       }
62     ]
63   },
64   "global": [
65     {
66       "name": "actionSet",
67       "value": [
68         "vnfRecipe"
69       ]
70     },
71     {
72       "name": "location",
73       "value": [
74         "SNDGCA64",
75         "ALPRGAED"
76       ]
77     },
78     {
79       "name": "vf",
80       "value": [
81         "f5213e3a-9191-4362-93b5-b67f8d770e44"
82       ]
83     },
84     {
85       "name": "location",
86       "value": [
87         "SNDGCA64",
88         "ALPRGAED",
89         "LSLEILAA",
90         "MDTWNJC1"
91       ]
92     }
93   ],
94   "shared": {
95     "byService": {
96       "": {
97         "vf": {
98           "": ""
99         },
100         "location": {
101           "": ""
102         },
103         "alarmCondition": {
104           "": ""
105         }
106       }
107     },
108     "byVf": {
109       "": {
110         "vfc": {
111           "": ""
112         }
113       }
114     }
115   }
116 }