X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps-put-nearrtric.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps-put-nearrtric.json;h=f411db3792137f31439b77dce4e5d12ad07fb059;hb=4f1446b1d7b9259333a87925c4e3073c3d8c9511;hp=8aed9e98a30897b7cddc394ec91845ca2da052ad;hpb=ea7e96ce3f7352d34f78b46d3b56182795b4f680;p=ccsdk%2Fdistribution.git 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