X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2FranSlice-add-sliceProfile-NRRIC.json;h=0d3fee36df8d40a505b17e2d6cfb6cc73194ebf6;hb=2b91b0229dce35744d0604fdd129d4adff3637aa;hp=3997af76e2b79a892c4c092578244c73370f1a23;hpb=aef48f9b29b90e5d9ee35fc0c2527af8375fdcc8;p=ccsdk%2Fdistribution.git diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json b/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json index 3997af76..0d3fee36 100644 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json @@ -1,18 +1,18 @@ { "ran-network:sliceProfilesList": [ { - "ran-network:sliceProfileId": ${tmp.sliceProfileId}, - "ran-network:sNSSAI": ${tmp.sNSSAI}, - "ran-network:maxNumberofUEs": ${tmp.maxNumberofUEs}, - "ran-network:latency": ${tmp.latency}, - "ran-network:uLThptPerSlice": ${tmp.uLThptPerSlice}, - "ran-network:dLThptPerSlice": ${tmp.dLThptPerSlice}, - "ran-network:maxNumberofConns": ${tmp.maxNumberofConns}, - "ran-network:uEMobilityLevel": ${tmp.uEMobilityLevel}, + "ran-network:sliceProfileId": ${payloadJson.input.sliceProfile.sliceProfileId}, + "ran-network:sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI}, + "ran-network:maxNumberofUEs": ${payloadJson.input.sliceProfile.maxNumberofUEs}, + "ran-network:latency": ${payloadJson.input.sliceProfile.latency}, + "ran-network:uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}, + "ran-network:dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice}, + "ran-network:maxNumberofConns": ${tmp.nearRTRIC.maxNumberOfConns}, + "ran-network:uEMobilityLevel": ${payloadJson.input.sliceProfile.uEMobilityLevel}, "ran-network:coverageAreaList": [ ${tmp.trackingArea} ], - "ran-network:resourceSharingLevel": ${tmp.resourceSharingLevel} + "ran-network:resourceSharingLevel": ${payloadJson.input.sliceProfile.resourceSharingLevel} } ] }