diff options
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json index 7f1eb941..b3dd73d9 100644 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updatenearRTRIC.json @@ -5,13 +5,15 @@ { "pLMNId": ${tmp.payload.pLMNId}, "sNSSAI": { - "configData": { - "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice}, - "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns}, - "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice} - }, + "configData": [ + { + "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice}, + "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns}, + "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice} + }, + ], "globalSubscriberId": "", - "sNSSAI": ${tmp.payload.sNSSAI}, + "sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI}, "status": "ACTIVE", "subscriptionServiceType": "" } |