X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps-put-nrpci.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps-put-nrpci.json;h=299b7451b784622d4ad334e95cf256d49007e3b6;hb=7e8bd180002c4883d0ca3abe47f4d04f437df1fa;hp=0000000000000000000000000000000000000000;hpb=3d4c5dfb9e185c1e93a246c5b0d4462931aebb89;p=ccsdk%2Fdistribution.git diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrpci.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrpci.json new file mode 100644 index 00000000..299b7451 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrpci.json @@ -0,0 +1,10 @@ +{ +"inputParameters":{ +"idNearRTRIC": ${tmp.nearRTRICId}, +"idGNBDUFunction":${tmp.idGNBDUFunction}, +"idNRCellDU":${tmp.idNRCellDU} +}, +"payload":{ +"attributes":{"nRPCI":${tmp.nRPCI}} +} +}