summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json
index 8aed9e98..f411db37 100644
--- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nearrtric.json
@@ -1,30 +1,30 @@
{
- "inputParameters":{
- "idNearRTRIC":${tmp.nearRTRICId},
- "mcc":${tmp.mcc},
- "mnc":${tmp.mnc}
- },
- "payload": {
- "sNSSAIList":[
- {
- "sNssai":${tmp.sNSSAI},
- "status":${tmp.status},
- "configData": [
- {
- "configParameter":"dLThptPerSlice",
- "configValue":${tmp.nearRTRIC.dLThptPerSlice}
- },
- {
- "configParameter":"uLThptPerSlice",
- "configValue":${tmp.nearRTRIC.uLThptPerSlice}
- },
+ "inputParameters":{
+ "idNearRTRIC":${tmp.nearRTRICId},
+ "mcc":${tmp.mcc},
+ "mnc":${tmp.mnc}
+ },
+"payload": {
+"sNSSAIList":[
+{
+"sNssai":${tmp.payload.sNSSAI},
+"status":${tmp.status},
+"configData": [
+{
+"configParameter":"dLThptPerSlice",
+"configValue":${tmp.nearRTRIC.dLThptPerSlice}
+},
+{
+"configParameter":"uLThptPerSlice",
+"configValue":${tmp.nearRTRIC.uLThptPerSlice}
+},
- {
- "configParameter":"maxNumberOfConns",
- "configValue":${tmp.nearRTRIC.maxNumberOfConns}
- }
- ]
- }
- ]
- }
+{
+"configParameter":"maxNumberOfConns",
+"configValue":${tmp.nearRTRIC.maxNumberOfConns}
+}
+]
+}
+]
}
+} \ No newline at end of file