-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprint_template.json
More file actions
85 lines (82 loc) · 1.41 KB
/
blueprint_template.json
File metadata and controls
85 lines (82 loc) · 1.41 KB
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
{
"INTERNAL_STRUCTURE": {
"Overview": {
"name": "",
"description": "",
"tags": [
{
"method_id": "",
"tags": [""]
}
]
},
"Data_Sources": [],
"Methods_Input": {
"Methods": [
{
"method_id": "",
"data_sources": [{
"dataSource_id": "",
"dataSource_type": "",
"database": [{
"database_id": "",
"tables": [{
"table_id": "",
"columns": [{
"column_id": "",
"computeDataUtility": true
}]
}]
}]
}]
}
]
}
,
"Flow": {},
"DAL_Images": {
"dal_image": {
"internalPort": 30100,
"externalPort": 30100,
"image": "dockerrepo_ip:5050/image_name",
"original_ip": "original_ip"
}
},
"VDC_Images": {
"vdc_image": {
"internalPort": 1888,
"externalPort": 1888,
"image": "dockerrepo_ip:5050/image_name"
}
},
"Identity_Access_Management": {
"jwks_uri": "",
"iam_endpoint": "",
"roles":[
"role"
]
},
"Testing_Output_Data": [
{
"method_id": "",
"zip_data": ""
}
]
},
"DATA_MANAGEMENT": [
{
"method_id": "",
"attributes": {
"dataUtility": [],
"security": [],
"privacy": []
}
}
],
"ABSTRACT_PROPERTIES": {
},
"COOKBOOK_APPENDIX": {
},
"EXPOSED_API": {
}
}