Create SVG in UI
[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": "service",
73                         "value": [
74                                 "4cc5b45a-1f63-4194-8100-cd8e14248c92"
75                         ]
76                 },
77                 {
78                         "name": "vf",
79                         "value": [
80                                 "f5213e3a-9191-4362-93b5-b67f8d770e44"
81                         ]
82                 },
83                 {
84                         "name": "location",
85                         "value": [
86                                 "SNDGCA64",
87                                 "ALPRGAED",
88                                 "LSLEILAA",
89                                 "MDTWNJC1"
90                         ]
91                 },
92                 {
93                         "name": "deployParameters",
94                         "value": {
95                                 "input1": "value1",
96                                 "input2": "value2"
97                         }
98                 }
99         ],
100         "shared": {
101                 "byService": {
102                         "": {
103                                 "vf": {
104                                         "": ""
105                                 },
106                                 "location": {
107                                         "": ""
108                                 },
109                                 "alarmCondition": {
110                                         "": ""
111                                 }
112                         }
113                 },
114                 "byVf": {
115                         "": {
116                                 "vfc": {
117                                         "": ""
118                                 }
119                         }
120                 }
121         }
122 }