Additional DG Updates Bug fixes RANSlice feature
[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         ],
15         "globalSubscriberId": "",
16         "sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI},
17         "status": "ACTIVE",
18         "subscriptionServiceType": ""
19       }
20     }
21   ],
22   "ranNFNSSIList": [
23     ${tmp.ranNFNSSIListEntry}
24   ],
25   "resourceType": "NearRTRIC",
26   "trackingArea": [
27     ${tmp.payload.trackingArea}
28   ]
29 }