740edeeab5f002f0ac559221c1859f3783a8b694
[clamp.git] / src / test / resources / example / model-properties / custom / modelBpmnProperties.json
1 {
2     "global":
3     [
4         {
5             "name": "service",
6             "value":
7             [
8                 "0f983e18-4603-4bb4-a98c-e29691fb16a1"
9             ]
10         },
11
12         {
13             "name": "vf",
14             "value":
15             [
16                 "6c7aaec2-59eb-41d9-8681-b7f976ab668d"
17             ]
18         },
19
20         {
21             "name": "actionSet",
22             "value":
23             [
24                 "vnfRecipe"
25             ]
26         },
27
28         {
29             "name": "location",
30             "value":
31             [
32                 "SNDGCA64"
33             ]
34         }
35     ],
36
37     "Policy_":
38     {
39         "Policy1":
40         [
41             {
42                 "name": "pname",
43                 "value": "Policy1"
44             },
45
46             {
47                 "name": "pid",
48                 "value": "1"
49             },
50
51             {
52                 "name": "timeout",
53                 "value": "500"
54             },
55
56             {
57                 "policyConfigurations":
58                 [
59                     [
60                         {
61                             "name": "recipe",
62                             "value":
63                             [
64                                 "restart"
65                             ]
66                         },
67
68                         {
69                             "name": "maxRetries",
70                             "value":
71                             [
72                                 "3"
73                             ]
74                         },
75
76                         {
77                             "name": "retryTimeLimit",
78                             "value":
79                             [
80                                 "180"
81                             ]
82                         },
83
84                         {
85                             "name": "_id",
86                             "value":
87                             [
88                                 "n9bQ4t6"
89                             ]
90                         },
91
92                         {
93                             "name": "parentPolicy",
94                             "value":
95                             [
96                                 ""
97                             ]
98                         },
99                         {
100                             "name": "targetResourceId",
101                             "value":
102                             [
103                                 "resource-id"
104                             ]
105                         }
106                     ],
107
108                     [
109                         {
110                             "name": "recipe",
111                             "value":
112                             [
113                                 "rebuild"
114                             ]
115                         },
116
117                         {
118                             "name": "maxRetries",
119                             "value":
120                             [
121                                 "3"
122                             ]
123                         },
124
125                         {
126                             "name": "retryTimeLimit",
127                             "value":
128                             [
129                                 "180"
130                             ]
131                         },
132
133                         {
134                             "name": "_id",
135                             "value":
136                             [
137                                 "ItE5xKT"
138                             ]
139                         },
140
141                         {
142                             "name": "parentPolicy",
143                             "value":
144                             [
145                                 "n9bQ4t6"
146                             ]
147                         },
148
149                         {
150                             "name": "parentPolicyConditions",
151                             "value":
152                             [
153                                 "Failure_Retries",
154                                 "Failure_Timeout",
155                                 "Failure_Exception",
156                                 "Failure"
157                             ]
158                         },
159                         {
160                             "name": "targetResourceId",
161                             "value":
162                             [
163                                 "resource-id"
164                             ]
165                         }
166                     ]
167                 ]
168             }
169         ]
170     },
171
172     "TCA_":
173     {
174         "Narra":
175         [
176             {
177                 "name": "tname",
178                 "value": "Narra"
179             },
180
181             {
182                 "name": "tuuid",
183                 "value": "886be8da-14fe-tca1-d04b-d13b55d58df9"
184             },
185
186             {
187                 "name": "tnfc",
188                 "value": "ENBE"
189             },
190
191             {
192                 "name": "tcaEnab",
193                 "value": "on"
194             },
195
196             {
197                 "name": "tcaPol",
198                 "value": "Policy1"
199             },
200
201             {
202                 "name": "tcaPolId",
203                 "value": "1"
204             },
205
206             {
207                 "name": "tcaInt",
208                 "value": "2"
209             },
210
211             {
212                 "name": "tcaSev",
213                 "value": "Warning"
214             },
215
216             {
217                 "name": "tcaVio",
218                 "value": "3"
219             },
220
221             {
222                 "serviceConfigurations":
223                 [
224                     [
225                         "PMRRCCONNESTABFAILCELLLATENCY",
226                         "LESS",
227                         "4",
228                         "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[?(@.Name == 'PMRRCCONNESTABFAILCELLLATENCY')].Value"
229                     ],
230
231                     [
232                         "PMRAATTCBRA",
233                         "GREATER",
234                         "30",
235                         "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[?(@.Name == 'PMRAATTCBRA')].Value"
236                     ]
237                 ]
238             }
239         ]
240     },
241     
242     "CustomType_": [
243       {
244          "name": "test",
245          "value": "This is a test"
246       }
247     ]
248 }