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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
[
{
"name": "interface-description",
"input-param": true,
"property": {
"type": "string"
},
"dictionary-name": "interface-description",
"dictionary-source": "capability",
"dependencies": [
"vf-module-type"
]
},
{
"name": "vf-module-type",
"input-param": true,
"property": {
"type": "string"
},
"dictionary-name": "vf-module-type",
"dictionary-source": "processor-db",
"dependencies": [
"vf-module-number"
]
},
{
"name": "vf-module-number",
"input-param": true,
"property": {
"type": "string",
"default": "3"
},
"dictionary-name": "vf-module-number",
"dictionary-source": "default",
"dependencies": [
]
},
{
"name": "prefix-id",
"input-param": true,
"property": {
"type": "integer",
"default": 6
},
"dictionary-name": "prefix-id",
"dictionary-source": "default",
"dependencies": [
]
},
{
"name": "vfw_interface_ip",
"input-param": true,
"property": {
"type": "dt-netbox-ip"
},
"dictionary-name": "create_netbox_ip",
"dictionary-source": "primary-config-data",
"dependencies": [
"prefix-id"
]
}
]
|