summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrpci.json
blob: 299b7451b784622d4ad334e95cf256d49007e3b6 (plain)
1
2
3
4
5
6
7
8
9
10
{
"inputParameters":{
"idNearRTRIC": ${tmp.nearRTRICId},
"idGNBDUFunction":${tmp.idGNBDUFunction},
"idNRCellDU":${tmp.idNRCellDU}
},
"payload":{
"attributes":{"nRPCI":${tmp.nRPCI}}
}
}