summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbdufunction.json
blob: c4459a2927331acc18765e99e4e0b90b47544b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	"inputParameters":{
		"idNearRTRIC": ${tmp.nearRTRICId},
		"mcc":${tmp.mcc},
		"mnc":${tmp.mnc},
		"idGNBDUFunction":${tmp.GNBDUId},
		"idNRCellDU":${tmp.NRCellDUID}
	},
	"payload":{
		"sNSSAIList":[
			{
				"sNssai":${tmp.sNSSAI},
				"status":${tmp.status},
				"configData": [
					{
						"configParameter":"dLThptPerSlice",
						"configValue":${tmp.dLThptPerSlice}
					},
					{
						"configParameter":"uLThptPerSlice",
						"configValue":${tmp.uLThptPerSlice}
					}
				]
			}
		]
	}
}