summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
blob: ee5e07c9ed8c2603ed0dff9f970efa78eec588e7 (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":{"isHOAllowed":${tmp.isHOAllowed}}
}
}