aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/baseconfigput-template.vtl
blob: afda3c735899645e11cfa6a8446513b5b81fcc67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "resource-accumulator-resolved-data": [
		{
            "param-name": "service-instance-id",
            "param-value": "${service-instance-id}"
        },
		{
            "param-name": "vnf-id",
            "param-value": "${vnf-id}"
        },
		{
            "param-name": "supportedNssai",
            "param-value": "${supportedNssai}"
        }		
	]
}