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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
{
"name": "VSP5",
"version": "0.1",
"id": "4730033D16C64E3CA556AB0AC4478218",
"description": "A software model for Fortigate. Nam hendrerit sollicitudin semper. Aenean consectetur nisi sit amet ante sodales consectetur. Nullam rutrum massa in pellentesque ' +elementum. Aliquam efficitur tellus lacus, eget iaculis justo iaculis eu. ",
"categoryId": "category",
"vendorId": "1",
"checkinStatus": "CHECK_OUT",
"licensingData": "test data",
"validationData": {
"logicalStructure": [
{
"type": "PPD",
"catalogInstances": [
{
"name": "PPD1",
"artifacts": [
{
"name": "chopstick.py"
},
{
"name": "bread.py"
}
]
}
]
}
],
"importStructure": {
"HEAT": [
{
"fileName": "sushi.yml",
"env": "soy.env",
"nested": [
{
"fileName": "salmon.yml",
"env": "skin.env",
"artifacts": [
{
"name": "rice.py",
"status": "OK"
},
{
"name": "tuna.py",
"status": "Missing"
}
]
}
],
"artifacts": [
{
"name": "chopstick.py",
"status": "OK"
},
{
"name": "bread.py",
"status": "Missing"
}
],
"volume": [
{
"fileName": "fishtank.yml",
"env": "middletown.env"
}
],
"network": [
{
"fileName": "fishnet.yml",
"env": "ship.env"
}
]
}
],
"volume": [
{
"fileName": "vol1.yml",
"env": "e1.env"
},
{
"fileName": "vol2.yml",
"env": "e2.env"
}
],
"network": [
{
"fileName": "net1.yml",
"env": "env1.env"
},
{
"fileName": "net2.yml",
"env": "env2.env"
}
]
}
}
}
|