summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
index 3195111d..c4459a29 100644
--- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
@@ -1,27 +1,27 @@
{
-"inputParameters":{
-"idNearRTRIC": ${tmp.nearRTRICId},
-"mcc":${tmp.mcc},
-"mnc":${tmp.mnc},
-"idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
-"idNRCellDU":${tmp.cellLocalId}
-},
-"payload":{
-"sNSSAIList":[
-{
-"sNssai":${tmp.payload.sNSSAI},
-"status":"ACTIVE",
-"configData": [
-{
-"configParameter":"dLThptPerSlice",
-"configValue":${tmp.dLThptPerSlice}
-},
-{
-"configParameter":"uLThptPerSlice",
-"configValue":${tmp.uLThptPerSlice}
-}
-]
-}
-]
-}
+ "inputParameters":{
+ "idNearRTRIC": ${tmp.nearRTRICId},
+ "mcc":${tmp.mcc},
+ "mnc":${tmp.mnc},
+ "idGNBDUFunction":${tmp.GNBDUId},
+ "idNRCellDU":${tmp.NRCellDUID}
+ },
+ "payload":{
+ "sNSSAIList":[
+ {
+ "sNssai":${tmp.sNSSAI},
+ "status":${tmp.status},
+ "configData": [
+ {
+ "configParameter":"dLThptPerSlice",
+ "configValue":${tmp.dLThptPerSlice}
+ },
+ {
+ "configParameter":"uLThptPerSlice",
+ "configValue":${tmp.uLThptPerSlice}
+ }
+ ]
+ }
+ ]
+ }
}