fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-add-sliceprofile.json
1 {
2  "inputParameters":{
3    "idNearRTRIC":${tmp.nearRTRICId}
4    },
5 "payload": {
6 "sliceProfilesList":[{
7         "sliceProfileId": ${tmp.payload.sliceProfileId},
8         "sNSSAI": ${tmp.payload.sNSSAI},
9         "resourceSharingLevel": "shared",
10         "uLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
11         "maxNumberofConns": ${tmp.nearRTRIC.maxNumberOfConns},
12         "dLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
13       }
14       ]
15 }
16 }