CPS-TBDMT integration testing - Bug fixes
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-add-sliceprofile.json
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-sliceprofile.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-sliceprofile.json
new file mode 100644 (file)
index 0000000..b2e9af1
--- /dev/null
@@ -0,0 +1,16 @@
+{
+ "inputParameters":{
+   "idNearRTRIC":${tmp.nearRTRICId}
+   },
+"payload": {
+"sliceProfilesList":[{
+        "sliceProfileId": ${tmp.payload.sliceProfileId},
+        "sNSSAI": ${tmp.payload.sNSSAI},
+        "resourceSharingLevel": "shared",
+        "uLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
+        "maxNumberofConns": ${tmp.nearRTRIC.maxNumberOfConns},
+        "dLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
+      }
+      ]
+}
+}