summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json
blob: f411db3792137f31439b77dce4e5d12ad07fb059 (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
{
 "inputParameters":{
   "idNearRTRIC":${tmp.nearRTRICId},
   "mcc":${tmp.mcc},
    "mnc":${tmp.mnc}
   },
"payload": {
"sNSSAIList":[
{
"sNssai":${tmp.payload.sNSSAI},
"status":${tmp.status},
"configData": [
{
"configParameter":"dLThptPerSlice",
"configValue":${tmp.nearRTRIC.dLThptPerSlice}
},
{
"configParameter":"uLThptPerSlice",
"configValue":${tmp.nearRTRIC.uLThptPerSlice}
},

{
"configParameter":"maxNumberOfConns",
"configValue":${tmp.nearRTRIC.maxNumberOfConns}
}
]
}
]
}
}