summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/delete-celldu-plmn-nssai.json
blob: ed90314bc4b2838b28617cc2d80ff6f558fc0641 (plain)
1
2
3
4
5
6
7
8
9
10
{
"inputParameters": {
"idNearRTRIC": ${tmp.nearRTRICId},
"idGNBDUFunction": ${tmp.GNBDUId},
"idNRCellDU": ${tmp.cellDULocalId},
"mcc": ${tmp.mcc},
"mnc": ${tmp.mnc},
"sNSSAIList": ${tmp.sNSSAI}
}
}