aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/5GC_Simulator_CNF_CDS/Templates/baseconfigput-template.vtl
blob: 1967a20bd31243284c0f2497249276694b0d7b07 (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}"
    }
  ]
}