ActivateRANSliceInstance - CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-gnbdufunction.json
index 3195111..c4459a2 100644 (file)
@@ -1,27 +1,27 @@
 {
-"inputParameters":{
-"idNearRTRIC": ${tmp.nearRTRICId},
-"mcc":${tmp.mcc},
-"mnc":${tmp.mnc},
-"idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
-"idNRCellDU":${tmp.cellLocalId}
-},
-"payload":{
-"sNSSAIList":[
-{
-"sNssai":${tmp.payload.sNSSAI},
-"status":"ACTIVE",
-"configData": [
-{
-"configParameter":"dLThptPerSlice",
-"configValue":${tmp.dLThptPerSlice}
-},
-{
-"configParameter":"uLThptPerSlice",
-"configValue":${tmp.uLThptPerSlice}
-}
-]
-}
-]
-}
+       "inputParameters":{
+               "idNearRTRIC": ${tmp.nearRTRICId},
+               "mcc":${tmp.mcc},
+               "mnc":${tmp.mnc},
+               "idGNBDUFunction":${tmp.GNBDUId},
+               "idNRCellDU":${tmp.NRCellDUID}
+       },
+       "payload":{
+               "sNSSAIList":[
+                       {
+                               "sNssai":${tmp.sNSSAI},
+                               "status":${tmp.status},
+                               "configData": [
+                                       {
+                                               "configParameter":"dLThptPerSlice",
+                                               "configValue":${tmp.dLThptPerSlice}
+                                       },
+                                       {
+                                               "configParameter":"uLThptPerSlice",
+                                               "configValue":${tmp.uLThptPerSlice}
+                                       }
+                               ]
+                       }
+               ]
+       }
 }