aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Templates/configure-pnf-mapping.json
blob: 123680c0c12190b24fbae8c3c8016f87ad862904 (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
37
38
<!-- QUESTION:
     when using dictionary-source as capability, what else needs to be defined?
     because these variables will be obtained based on the pnf_id -->
[
  {
    "name": "pnf_id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "pnf_id",
    "dictionary-source": "capability",
    "dependencies": [
    ]
  },
  {
    "name": "pnf_ip",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "pnf_ip",
    "dictionary-source": "capability",
    "dependencies": [
    ]
  },
  {
    "name": "pnf_ip_port",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "pnf_ip_port",
    "dictionary-source": "capability",
    "dependencies": [
    ]
  }
]