X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps.put-nearrtric.json;h=9eb0723df4b6db54953cad5379c540cee8404bfa;hp=9296b7fbce7ce0703990fd55ccab8ce7f181088c;hb=1051b5b08b28365742364563f9c1dcdd85bf8bb2;hpb=b03f66d763b938f3a65c3e89ac4a10b4a743e408 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 9296b7fb..9eb0723d 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,42 +1,30 @@ { + "inputParameters":{ + "idNearRTRIC":${tmp.nearRTRICId}, + "mcc":${tmp.mcc}, + "mnc":${tmp.mnc} + }, "payload": { -"NearRTRIC": [ -{ -"idNearRTRIC": ${tmp.nearRTRICId}, -"attributes":{ -"ranNFNSSIIdList":[ -${tmp.ranNFNSSIListEntry} -], -"pLMNInfoList":[ -{ -"mcc":${tmp.mcc}, -"mnc":${tmp.mnc}, "sNSSAIList":[ { "sNssai":${tmp.payload.sNSSAI}, "status":"ACTIVE", "configData": [ { -"configParameter":dLThptPerSlice, -"configValue":${tmp.dLThptPerSlice} +"configParameter":"dLThptPerSlice", +"configValue":${tmp.nearRTRIC.dLThptPerSlice} }, { -"configParameter":uLThptPerSlice, -"configValue":${tmp.uLThptPerSlice} +"configParameter":"uLThptPerSlice", +"configValue":${tmp.nearRTRIC.uLThptPerSlice} }, { -"configParameter":maxNumberOfConns, -"configValue":${tmp.maxNumberOfConns} -} -] +"configParameter":"maxNumberOfConns", +"configValue":${tmp.nearRTRIC.maxNumberOfConns} } ] } ] } } -] -} - -} \ No newline at end of file