Additional DG Updates Bug fixes RANSlice feature
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updatenearRTRIC.json
index 7f1eb94..b3dd73d 100644 (file)
@@ -5,13 +5,15 @@
     {
       "pLMNId": ${tmp.payload.pLMNId},
       "sNSSAI": {
-        "configData": {
-          "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
-          "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
-          "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
-        },
+        "configData": [
+          {
+            "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
+            "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
+            "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
+          },
+        ],
         "globalSubscriberId": "",
-        "sNSSAI": ${tmp.payload.sNSSAI},
+        "sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI},
         "status": "ACTIVE",
         "subscriptionServiceType": ""
       }