summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/cba/lock-device/Templates/base-mapping.json
blob: b5b64a83b1e0123296c679f0438e3ac7d0b6c361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
  {
    "name": "vnf-id",
    "input-param": true,
    "property": {
      "type": "string",
      "default": "rt-vnf-xyz-123"
    },
    "dictionary-name": "input-source",
    "dictionary-source": "default",
    "dependencies": []
  },
  {
    "name": "lock-acquire-timeout",
    "input-param": true,
    "property": {
      "type": "integer"
    },
    "dictionary-name": "input-source",
    "dictionary-source": "input",
    "dependencies": []
  }
]