9296b7fbce7ce0703990fd55ccab8ce7f181088c
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps.put-nearrtric.json
1 {
2 "payload": {
3 "NearRTRIC": [
4 {
5 "idNearRTRIC": ${tmp.nearRTRICId},
6 "attributes":{
7 "ranNFNSSIIdList":[
8 ${tmp.ranNFNSSIListEntry}
9 ],
10 "pLMNInfoList":[
11 {
12 "mcc":${tmp.mcc},
13 "mnc":${tmp.mnc},
14 "sNSSAIList":[
15 {
16 "sNssai":${tmp.payload.sNSSAI},
17 "status":"ACTIVE",
18 "configData": [
19 {
20 "configParameter":dLThptPerSlice,
21 "configValue":${tmp.dLThptPerSlice}
22 },
23 {
24 "configParameter":uLThptPerSlice,
25 "configValue":${tmp.uLThptPerSlice}
26 },
27
28 {
29 "configParameter":maxNumberOfConns,
30 "configValue":${tmp.maxNumberOfConns}
31 }
32 ]
33 }
34 ]
35 }
36 ]
37 }
38 }
39 ]
40 }
41
42 }