8b0275298b0eb95b0a2571b533b911651bd134d6
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updatenearRTRIC.json
1 {
2   "gNBId": ${tmp.gNBId},
3   "nearRTRICId": ${tmp.nearRTRICId},
4   "pLMNInfoList": [
5     {
6       "pLMNId": ${tmp.payload.pLMNId},
7       "sNSSAI": {
8         "configData":
9           {
10             "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
11             "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
12             "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
13           },
14         "globalSubscriberId": "",
15         "sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI},
16         "status": "ACTIVE",
17         "subscriptionServiceType": ""
18       }
19     }
20   ],
21   "ranNFNSSIList": [
22     ${tmp.ranNFNSSIListEntry}
23   ],
24   "resourceType": "NearRTRIC",
25   "trackingArea": [
26     ${tmp.payload.trackingArea}
27   ]
28 }