DG Update and Templates for 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           "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
10           "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
11           "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
12         },
13         "globalSubscriberId": "",
14         "sNSSAI": ${tmp.payload.sNSSAI},
15         "status": "ACTIVE",
16         "subscriptionServiceType": ""
17       }
18     }
19   ],
20   "ranNFNSSIList": [
21     ${tmp.ranNFNSSIListEntry}
22   ],
23   "resourceType": "NearRTRIC",
24   "trackingArea": [
25     ${tmp.payload.trackingArea}
26   ]
27 }