fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-update-ran-inventory-new-slice.json
1 {
2 "payload":{
3 "ran-slices":[{
4 "rannfnssiid": ${tmp.ranNFNSSIListEntry},
5 "subnetStatus": "inactive",
6 "slicetype": "embb",
7 "isshareable": "Shareable",
8 "sliceProfilesList":[
9 {
10 "sliceProfileId": ${tmp.payload.sliceProfileId},
11 "dLThptPerSlice": ${tmp.dLThptPerSlice},
12 "uLThptPerSlice": ${tmp.uLThptPerSlice},
13 "maxNumberofConns":${tmp.maxNumberOfConns},
14 "sNSSAI":${tmp.payload.sNSSAI},
15 "pLMNIdList":[
16 {
17 "mcc":${tmp.mcc},
18 "mnc":${tmp.mnc}
19 }
20 ]
21 }
22 ]
23 }
24 ]
25 }
26 }