SDN-R RANSlice Reconfigure CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-patch-dLThptPerSlice.json
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-dLThptPerSlice.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-dLThptPerSlice.json
new file mode 100644 (file)
index 0000000..07bc0fa
--- /dev/null
@@ -0,0 +1,16 @@
+{
+ "inputParameters":{
+   "idNearRTRIC":${tmp.nearRTRICId},
+   "mcc":${tmp.mcc},
+   "mnc":${tmp.mnc},
+   "sNssai":${tmp.payload.sNSSAI}
+   },
+"payload": {
+"configData": [
+{
+"configParameter":"dLThptPerSlice",
+"configValue":${tmp.dLThptPerSlice}
+}
+]
+}
+}