CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-put-ho.json
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
new file mode 100644 (file)
index 0000000..5f3ade8
--- /dev/null
@@ -0,0 +1,11 @@
+{
+"inputParameters":{
+"idNearRTRIC": ${tmp.nearRTRICId},
+"idGNBCUCPFunction":${tmp.idGNBCUCPFunction},
+"idNRCellCU":${tmp.idNRCellCU},
+"idNRCellRelation":${tmp.idNRCellRelation}
+},
+"payload":{
+"attributes":{"nRTCI":${tmp.nRTCI},"isHOAllowed":${tmp.isHOAllowed}}
+}
+}