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;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2FranSlice-add-sliceProfile-NRRIC.json;h=8e1dd1586ac37e0b0d24384e1d4cc6e30e540830;hb=8b86f34f6ea29728e31c4f6799009e8562ef3b6f;hp=0d3fee36df8d40a505b17e2d6cfb6cc73194ebf6;hpb=94a7c372094fb6c8f342dfd04984a34c975eb849;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 0d3fee36..8e1dd158 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 @@ -2,7 +2,7 @@ "ran-network:sliceProfilesList": [ { "ran-network:sliceProfileId": ${payloadJson.input.sliceProfile.sliceProfileId}, - "ran-network:sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI}, + "ran-network:sNSSAI": ${tmp.payload.sNSSAI}, "ran-network:maxNumberofUEs": ${payloadJson.input.sliceProfile.maxNumberofUEs}, "ran-network:latency": ${payloadJson.input.sliceProfile.latency}, "ran-network:uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}, @@ -15,4 +15,4 @@ "ran-network:resourceSharingLevel": ${payloadJson.input.sliceProfile.resourceSharingLevel} } ] -} +} \ No newline at end of file