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