summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
diff options
context:
space:
mode:
authoryashwanth <gandhapu.yashwanth@wipro.com>2022-03-24 15:10:27 +0000
committerYASHWANTH GANDHAPU <gandhapu.yashwanth@wipro.com>2022-03-24 15:14:55 +0000
commit7e8bd180002c4883d0ca3abe47f4d04f437df1fa (patch)
tree4b252d1c9fd5dbe05239d6a3f5d16d4eca190d71 /platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
parent3d4c5dfb9e185c1e93a246c5b0d4462931aebb89 (diff)
CPS Integration
Issue-ID: CCSDK-3544 Signed-off-by: yashwanth <gandhapu.yashwanth@wipro.com> Change-Id: Ie3ef0e42e2c74675169b14c6cf6842a489666e36
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json11
1 files changed, 11 insertions, 0 deletions
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
index 00000000..5f3ade8c
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
@@ -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}}
+}
+}