summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
blob: 5f3ade8c27faeffe23a3d36624fb4156f3f61aee (plain)
1
2
3
4
5
6
7
8
9
10
11
{
"inputParameters":{
"idNearRTRIC": ${tmp.nearRTRICId},
"idGNBCUCPFunction":${tmp.idGNBCUCPFunction},
"idNRCellCU":${tmp.idNRCellCU},
"idNRCellRelation":${tmp.idNRCellRelation}
},
"payload":{
"attributes":{"nRTCI":${tmp.nRTCI},"isHOAllowed":${tmp.isHOAllowed}}
}
}