RANSlice - allocate modify : CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps.put-nearrtric.json
index 9296b7f..9eb0723 100644 (file)
@@ -1,42 +1,30 @@
 {
+ "inputParameters":{
+   "idNearRTRIC":${tmp.nearRTRICId},
+   "mcc":${tmp.mcc},
+    "mnc":${tmp.mnc}
+   },
 "payload": {
-"NearRTRIC": [
-{
-"idNearRTRIC": ${tmp.nearRTRICId},
-"attributes":{
-"ranNFNSSIIdList":[
-${tmp.ranNFNSSIListEntry}
-],
-"pLMNInfoList":[
-{
-"mcc":${tmp.mcc},
-"mnc":${tmp.mnc},
 "sNSSAIList":[
 {
 "sNssai":${tmp.payload.sNSSAI},
 "status":"ACTIVE",
 "configData": [
 {
-"configParameter":dLThptPerSlice,
-"configValue":${tmp.dLThptPerSlice}
+"configParameter":"dLThptPerSlice",
+"configValue":${tmp.nearRTRIC.dLThptPerSlice}
 },
 {
-"configParameter":uLThptPerSlice,
-"configValue":${tmp.uLThptPerSlice}
+"configParameter":"uLThptPerSlice",
+"configValue":${tmp.nearRTRIC.uLThptPerSlice}
 },
 
 {
-"configParameter":maxNumberOfConns,
-"configValue":${tmp.maxNumberOfConns}
-}
-]
+"configParameter":"maxNumberOfConns",
+"configValue":${tmp.nearRTRIC.maxNumberOfConns}
 }
 ]
 }
 ]
 }
 }
-]
-}
-
-}
\ No newline at end of file