summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/PNF_CDS_RESTCONF/Definitions/config-deploy-pnf-mapping.json
blob: dd8889c8054d093dc6ab7779f6528b3371532975 (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
[
  {
    "name": "pnf-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "pnf-id",
    "dictionary-source": "input",
    "dependencies": [
    ]
  },
  {
    "name": "pnf-ipv4-address",
    "input-param": false,
    "property": {
      "type": "string"
    },
    "dictionary-name": "pnf-ipaddress-aai",
    "dictionary-source": "aai-data",
    "dependencies": [
      "pnf-id"
    ]
  }
]