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