summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-gnbcuupfunction.json
blob: 1c2d74bc131e5434184023df4536c20ac8eee9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"inputParameters":{
		"idNearRTRIC": ${tmp.nearRTRICId},
		"mcc":${tmp.mcc},
		"mnc":${tmp.mnc},
		"idGNBCUUPFunction":${tmp.idGNBCUUPFunction}
	},
	"payload":{
		"sNSSAIList":[
			{
				"sNssai":${tmp.sNSSAI},
				"status":${tmp.status},
				"configData": [
					{
						"configParameter":"maxNumberOfConns",
						"configValue":${tmp.maxNumberOfConns}
					}
				]
			}
		]
	}
}