ActivateRANSliceInstance - CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-nearrtric.json
index 9eb0723..8aed9e9 100644 (file)
@@ -1,30 +1,30 @@
 {
- "inputParameters":{
-   "idNearRTRIC":${tmp.nearRTRICId},
-   "mcc":${tmp.mcc},
-    "mnc":${tmp.mnc}
-   },
-"payload": {
-"sNSSAIList":[
-{
-"sNssai":${tmp.payload.sNSSAI},
-"status":"ACTIVE",
-"configData": [
-{
-"configParameter":"dLThptPerSlice",
-"configValue":${tmp.nearRTRIC.dLThptPerSlice}
-},
-{
-"configParameter":"uLThptPerSlice",
-"configValue":${tmp.nearRTRIC.uLThptPerSlice}
-},
       "inputParameters":{
+                   "idNearRTRIC":${tmp.nearRTRICId},
+                      "mcc":${tmp.mcc},
+                          "mnc":${tmp.mnc}
+                             },
+                             "payload": {
+                                     "sNSSAIList":[
+                                             {
+                                                     "sNssai":${tmp.sNSSAI},
+                                                     "status":${tmp.status},
+                                                     "configData": [
+                                                             {
+                                                                     "configParameter":"dLThptPerSlice",
+                                                                     "configValue":${tmp.nearRTRIC.dLThptPerSlice}
+                                                             },
+                                                             {
+                                                                     "configParameter":"uLThptPerSlice",
+                                                                     "configValue":${tmp.nearRTRIC.uLThptPerSlice}
+                                                             },
 
-{
-"configParameter":"maxNumberOfConns",
-"configValue":${tmp.nearRTRIC.maxNumberOfConns}
-}
-]
-}
-]
-}
+                                                             {
+                                                                     "configParameter":"maxNumberOfConns",
+                                                                     "configValue":${tmp.nearRTRIC.maxNumberOfConns}
+                                                             }
+                                                     ]
+                                             }
+                                     ]
+                             }
 }