aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/config-deploy-pnf-mapping.json
blob: d87b8d1f13b2cd2fad8a961c0358c21975dc2ce4 (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
[
  {
    "name": "pnf-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "pnf-id",
    "dictionary-source": "input",
    "dependencies": [
    ]
  },
  {
    "name": "pnf-ipv4-address",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "pnf-ipv4-address",
    "dictionary-source": "input",
    "dependencies": [
    ]
  }
]