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