aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/baseconfig-mapping.json
blob: 9b155c23db33cbbd6a37e1a7a46aa62a519da7c0 (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
28
29
30
31
32
33
34
35
36
[
  {
    "name": "service-instance-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "service-instance-id",
    "dictionary-source": "input",
    "dependencies": [
    ]
  },
  {
    "name": "vnf-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "vnf-id",
    "dictionary-source": "input",
    "dependencies": []
  },
  {
    "name": "vnf_name",
    "input-param": false,
    "property": {
      "type": "string"
    },
    "dictionary-name": "vnf_name",
    "dictionary-source": "config-data",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ]
  }
]