update configure workflow
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / assets / mockdata / config.json
1 [
2   {
3     "metadata": {
4       "name": "UE Event Collector i1",
5       "configName": "UEEC-appconfig",
6       "namespace": "ricxapp"
7     },
8     "config": {
9       "local": {
10         "host": ":8080"
11       },
12       "logger": {
13         "level": 3
14       },
15       "rmr": {
16         "protPort": "tcp:4560",
17         "maxSize": 2072,
18         "numWorkers": 1,
19         "txMessages": [ "RIC_SUB_REQ", "RIC_SUB_DEL_REQ" ],
20         "rxMessages": [ "RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_SUB_DEL_FAILURE", "RIC_INDICATION" ]
21       },
22       "db": {
23         "host": "localhost",
24         "port": 6379,
25         "namespaces": [ "sdl", "rnib" ]
26       },
27       "controls": {
28         "active": true,
29         "requestorId": 66,
30         "ranFunctionId": 1,
31         "ricActionId": 0,
32         "interfaceId": {
33           "globalENBId": {
34             "plmnId": "43962",
35             "eNBId": "43962"
36           }
37         }
38       },
39       "metrics": [
40         {
41           "name": "UEContextCreated",
42           "type": "counter",
43           "enabled": true,
44           "description": "The total number of UE context creation events"
45         },
46         {
47           "name": "UEContextReleased",
48           "type": "counter",
49           "enabled": true,
50           "description": "The total number of UE context release events"
51         }
52       ]
53     }
54   }
55 ]