GetPortData() returns policies
[ric-plt/xapp-frame.git] / config / config-file.json
1 {
2     "name": "xapp",
3     "version": "0.7.0",
4     "vendor": "Nokia",
5     "moId": "SEP",
6     "containers": [
7         {
8             "name": "ueec",
9             "image": {
10                 "registry": "ranco-dev-tools.eastus.cloudapp.azure.com:10001",
11                 "name": "ueec-xapp",
12                 "tag": "0.5.3"
13             }
14         }
15     ],
16     "livenessProbe": {
17         "httpGet": {
18             "path": "ric/v1/health/alive",
19             "port": 8080
20         },
21         "initialDelaySeconds": 5,
22         "periodSeconds": 15
23     },
24     "readinessProbe": {
25         "httpGet": {
26             "path": "ric/v1/health/ready",
27             "port": 8080
28         },
29         "initialDelaySeconds": 5,
30         "periodSeconds": 15
31     },
32     "messaging": {
33         "ports": [
34             {
35                 "name": "http",
36                 "container": "ueec",
37                 "port": 8086,
38                 "description": "http service"
39             },
40             {
41                 "name": "rmr-route",
42                 "container": "ueec",
43                 "port": 4561,
44                 "description": "rmr route port for ueec"
45             },
46             {
47                 "name": "rmr-data",
48                 "container": "ueec",
49                 "port": 4560,
50                 "maxSize": 2072,
51                 "threadType": 0,
52                 "lowLatency": false,
53                 "maxRetryOnFailure": 5,
54                 "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE"],
55                 "txMessages": ["RIC_SGNB_ADDITION_REQ", "RIC_SGNB_ADDITION_ACK"],
56                 "policies": [801111, 902222],
57                 "description": "rmr data port for ueec"
58             }
59         ]
60     },
61     "controls": {
62         "logger": {
63             "level": 3
64         },
65         "subscription": {
66             "subscriptionActive": true,
67             "functionId": 1,
68             "plmnId": "310150",
69             "eNBId": "202251",
70             "timeout": 5,
71             "host": "service-ricplt-submgr-http.ricplt:8088",
72             "clientEndpoint": "service-ricxapp-ueec-http.ricxapp:8080"
73         }
74     },
75     "metrics": {
76         "url": "/ric/v1/metrics",
77         "namespace": "ricxapp"
78     },
79     "subscription": {
80         "host": "localhost:8088",
81         "timeout": 2,
82         "retryCount": 10,
83         "retryDelay": 5
84     },
85     "faults": {},
86     "measurements": []
87 }
88