fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-nearrtric.json
1 {
2  "inputParameters":{
3    "idNearRTRIC":${tmp.nearRTRICId},
4    "mcc":${tmp.mcc},
5     "mnc":${tmp.mnc}
6    },
7 "payload": {
8 "sNSSAIList":[
9 {
10 "sNssai":${tmp.payload.sNSSAI},
11 "status":${tmp.status},
12 "configData": [
13 {
14 "configParameter":"dLThptPerSlice",
15 "configValue":${tmp.nearRTRIC.dLThptPerSlice}
16 },
17 {
18 "configParameter":"uLThptPerSlice",
19 "configValue":${tmp.nearRTRIC.uLThptPerSlice}
20 },
21
22 {
23 "configParameter":"maxNumberOfConns",
24 "configValue":${tmp.nearRTRIC.maxNumberOfConns}
25 }
26 ]
27 }
28 ]
29 }
30 }