RIC:1060: Change in PTL
[ric-plt/vespamgr.git] / test / noConfig_xApp_config_test_output.json
1 [
2     {
3         "metadata": { },
4         "descriptor": { },
5         "config_1": {
6             "local": {
7                 "host": ":8080"
8             },
9             "logger": {
10                 "level": 5
11             },
12             "measurements": [
13                 {
14                     "moId": "SEP-12/XAPP-1",
15                     "measType": "X2",
16                     "measId": "9001",
17                     "measInterval": "60",
18                     "metrics": [
19                         {
20                             "name": "App1ExampleCounterOne",
21                             "objectName": "App1ExampleCounterOneObject",
22                             "objectInstance": "App1ExampleCounterOneObjectInstance",
23                             "counterId": "0011",
24                             "type": "counter",
25                             "description": "Example counter 1"
26                         },
27                         {
28                             "name": "App1ExampleCounterTwo",
29                             "objectName": "App1ExampleCounterTwoObject",
30                             "objectInstance": "App1ExampleCounterTwoObjectInstance",
31                             "counterId": "0012",
32                             "type": "counter",
33                             "description": "Example counter 2"
34                         }
35                     ]
36                 }
37             ]
38         }
39     },
40     {
41         "metadata": {},
42         "descriptor": {},
43         "config": {
44             "local": {
45                 "host": ":8080"
46             },
47             "logger": {
48                 "level": 3
49             },
50             "measurements": [
51                 {
52                     "moId": "SEP-12/XAPP-2",
53                     "measType": "X2",
54                     "measId": "9002",
55                     "measInterval": "60",
56                     "metrics": [
57                         {
58                             "name": "App2ExampleCounterOne",
59                             "objectName": "App2ExampleCounterOneObject",
60                             "objectInstance": "App2ExampleCounterOneObjectInstance",
61                             "counterId": "0021",
62                             "type": "counter",
63                             "description": "Example counter 1"
64                         },
65                         {
66                             "name": "App2ExampleCounterTwo",
67                             "objectName": "App2ExampleCounterTwoObject",
68                             "objectInstance": "App2ExampleCounterTwoObjectInstance",
69                             "counterId": "0022",
70                             "type": "counter",
71                             "description": "Example counter 2"
72                         }
73                     ]
74                 }
75             ]
76         }
77     }
78 ]