summaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/custom/modelBpmnProperties.json
blob: 740edeeab5f002f0ac559221c1859f3783a8b694 (plain)
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
{
    "global":
    [
        {
            "name": "service",
            "value":
            [
                "0f983e18-4603-4bb4-a98c-e29691fb16a1"
            ]
        },

        {
            "name": "vf",
            "value":
            [
                "6c7aaec2-59eb-41d9-8681-b7f976ab668d"
            ]
        },

        {
            "name": "actionSet",
            "value":
            [
                "vnfRecipe"
            ]
        },

        {
            "name": "location",
            "value":
            [
                "SNDGCA64"
            ]
        }
    ],

    "Policy_":
    {
        "Policy1":
        [
            {
                "name": "pname",
                "value": "Policy1"
            },

            {
                "name": "pid",
                "value": "1"
            },

            {
                "name": "timeout",
                "value": "500"
            },

            {
                "policyConfigurations":
                [
                    [
                        {
                            "name": "recipe",
                            "value":
                            [
                                "restart"
                            ]
                        },

                        {
                            "name": "maxRetries",
                            "value":
                            [
                                "3"
                            ]
                        },

                        {
                            "name": "retryTimeLimit",
                            "value":
                            [
                                "180"
                            ]
                        },

                        {
                            "name": "_id",
                            "value":
                            [
                                "n9bQ4t6"
                            ]
                        },

                        {
                            "name": "parentPolicy",
                            "value":
                            [
                                ""
                            ]
                        },
                        {
                            "name": "targetResourceId",
                            "value":
                            [
                                "resource-id"
                            ]
                        }
                    ],

                    [
                        {
                            "name": "recipe",
                            "value":
                            [
                                "rebuild"
                            ]
                        },

                        {
                            "name": "maxRetries",
                            "value":
                            [
                                "3"
                            ]
                        },

                        {
                            "name": "retryTimeLimit",
                            "value":
                            [
                                "180"
                            ]
                        },

                        {
                            "name": "_id",
                            "value":
                            [
                                "ItE5xKT"
                            ]
                        },

                        {
                            "name": "parentPolicy",
                            "value":
                            [
                                "n9bQ4t6"
                            ]
                        },

                        {
                            "name": "parentPolicyConditions",
                            "value":
                            [
                                "Failure_Retries",
                                "Failure_Timeout",
                                "Failure_Exception",
                                "Failure"
                            ]
                        },
                        {
                            "name": "targetResourceId",
                            "value":
                            [
                                "resource-id"
                            ]
                        }
                    ]
                ]
            }
        ]
    },

    "TCA_":
    {
        "Narra":
        [
            {
                "name": "tname",
                "value": "Narra"
            },

            {
                "name": "tuuid",
                "value": "886be8da-14fe-tca1-d04b-d13b55d58df9"
            },

            {
                "name": "tnfc",
                "value": "ENBE"
            },

            {
                "name": "tcaEnab",
                "value": "on"
            },

            {
                "name": "tcaPol",
                "value": "Policy1"
            },

            {
                "name": "tcaPolId",
                "value": "1"
            },

            {
                "name": "tcaInt",
                "value": "2"
            },

            {
                "name": "tcaSev",
                "value": "Warning"
            },

            {
                "name": "tcaVio",
                "value": "3"
            },

            {
                "serviceConfigurations":
                [
                    [
                        "PMRRCCONNESTABFAILCELLLATENCY",
                        "LESS",
                        "4",
                        "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[?(@.Name == 'PMRRCCONNESTABFAILCELLLATENCY')].Value"
                    ],

                    [
                        "PMRAATTCBRA",
                        "GREATER",
                        "30",
                        "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[?(@.Name == 'PMRAATTCBRA')].Value"
                    ]
                ]
            }
        ]
    },
    
    "CustomType_": [
      {
         "name": "test",
         "value": "This is a test"
      }
    ]
}