-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathdeployment.json
156 lines (156 loc) · 3.74 KB
/
deployment.json
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "Deployment",
"layout": [
{
"type": "widgets",
"content":[
{
"name": "Deployment Info",
"width": 12,
"height": 7,
"x": 0,
"y": 0,
"definition": "deploymentInfo"
},
{
"name": "Deployment Action Buttons",
"width": 12,
"height": 2,
"x": 0,
"y": 7,
"definition": "deploymentActionButtons"
}
]
}, {
"type": "tabs",
"content":[
{
"name": "Last Execution",
"widgets": [
{
"name": "Execution Task Graph",
"width": 12,
"height": 24,
"x": 0,
"y": 0,
"configuration": {
"showSystemExecutions": false,
"singleExecutionView": true
},
"definition": "executions"
},
{
"name": "Deployment output/capabilities",
"x": 0,
"y": 24,
"width": 12,
"height": 16,
"definition": "outputs"
},
{
"name": "Events/Logs Filter",
"width": 12,
"height": 5,
"x": 0,
"y": 40,
"definition": "eventsFilter"
},
{
"name": "Deployment Events/Logs",
"width": 12,
"height": 18,
"x": 0,
"y": 45,
"definition": "events"
}
],
"isDefault": true
},
{
"name": "Deployment Info",
"widgets": [
{
"name": "Deployment Topology",
"width": 12,
"height": 21,
"x": 0,
"y": 0,
"definition": "topology"
},
{
"name": "Deployment Outputs/Capabilities",
"width": 12,
"height": 20,
"x": 0,
"y": 21,
"definition": "outputs"
},
{
"name": "Labels",
"width": 12,
"height": 20,
"x": 0,
"y": 41,
"definition": "labels"
},
{
"name": "Deployment Inputs",
"width": 12,
"height": 20,
"x": 0,
"y": 61,
"definition": "inputs"
},
{
"name": "Deployment Sources",
"width": 12,
"height": 24,
"x": 0,
"y": 105,
"definition": "blueprintSources"
},
{
"name": "Deployment Nodes",
"width": 12,
"height": 24,
"x": 0,
"y": 81,
"definition": "nodes"
}
],
"isDefault": false
},
{
"name": "History",
"widgets": [
{
"name": "Deployment Executions",
"width": 12,
"height": 24,
"x": 0,
"y": 0,
"definition": "executions"
},
{
"name": "Events/Logs Filter",
"width": 12,
"height": 5,
"x": 0,
"y": 24,
"definition": "eventsFilter"
},
{
"name": "Deployment Events/Logs",
"width": 12,
"height": 23,
"x": 0,
"y": 29,
"definition": "events"
}
],
"isDefault": false
}
]
}
]
}