pyegeria 5.4.0.15__py3-none-any.whl → 5.4.0.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log +10 -0
  4. commands/cat/debug_log.log +0 -0
  5. commands/cat/dr_egeria_md.py +1 -1
  6. commands/cat/list_format_set.py +5 -3
  7. commands/cat/logs/pyegeria.log +27 -0
  8. commands/cli/debug_log.log +0 -0
  9. commands/ops/load_archive.py +26 -22
  10. commands/ops/logs/pyegeria.log +0 -0
  11. md_processing/.DS_Store +0 -0
  12. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  13. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  14. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  20. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  22. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  23. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  24. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  25. md_processing/dr_egeria_inbox/collections.md +39 -0
  26. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  27. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  28. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  29. md_processing/dr_egeria_inbox/data_field.md +54 -0
  30. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  31. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  32. md_processing/dr_egeria_inbox/data_test.md +179 -0
  33. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  34. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  40. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  41. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  42. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  43. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  44. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  45. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  46. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  47. md_processing/dr_egeria_inbox/product.md +50 -0
  48. md_processing/dr_egeria_inbox/rel.md +8 -0
  49. md_processing/dr_egeria_inbox/sb.md +119 -0
  50. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  51. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  52. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  53. md_processing/dr_egeria_inbox/t2.md +268 -0
  54. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  56. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  57. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  70. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  71. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  72. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  73. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  77. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  81. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  82. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  86. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  100. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  101. md_processing/md_processing_utils/debug_log.log +0 -0
  102. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  103. pyegeria/.DS_Store +0 -0
  104. pyegeria/__init__.py +2 -2
  105. pyegeria/_client_new.py +31 -1
  106. pyegeria/_output_formats.py +23 -0
  107. pyegeria/glossary_browser_omvs.py +178 -65
  108. pyegeria/platform_services.py +3 -3
  109. pyegeria/runtime_manager_omvs.py +55 -55
  110. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/METADATA +1 -1
  111. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/RECORD +114 -15
  112. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/LICENSE +0 -0
  113. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/WHEEL +0 -0
  114. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,873 @@
1
+ # Create Data Dictionary
2
+ > A Data Dictionary is an organized and curated collection of data definitions that can serve as a reference for data professionals
3
+
4
+ ## Display Name
5
+ > Input Required: True
6
+ > Description: Name of the Data Dictionary
7
+ > Alternative Labels: Name; Data Dictionary; Data Dict; Data Dictionary Name; Dictionary Name
8
+
9
+ ## Description
10
+ > Input Required: False
11
+ > Description: A description of the Data Dictionary.
12
+
13
+ ## Qualified Name
14
+ > Input Required: False
15
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
16
+
17
+ ## GUID
18
+ > Input Required: False
19
+ > Description: A system generated unique identifier.
20
+ > Alternative Labels: Guid; guid
21
+
22
+ ___
23
+
24
+
25
+ # Create Data Specification
26
+ > A Data Specification defines the data requirements for a project or initiative. This includes the data structures , data fields and data classes.
27
+
28
+ ## Display Name
29
+ > Input Required: True
30
+ > Description: Name of the Data Specification.
31
+ > Alternative Labels: Data Spec; Name; Display Name; Data Specification Name; Data Specification
32
+
33
+ ## Description
34
+ > Input Required: False
35
+ > Description: A description of the Data Specification.
36
+
37
+ ## Collection Type
38
+ > Input Required: False
39
+ > Description: A user supplied collection type.
40
+
41
+ ## Qualified Name
42
+ > Input Required: True
43
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
44
+
45
+ ## GUID
46
+ > Input Required: False
47
+ > Description: A system generated unique identifier.
48
+ > Alternative Labels: Guid; guid
49
+
50
+ ___
51
+
52
+
53
+ # Create Data Structure
54
+ > A collection of data fields that for a data specification for a data source.
55
+
56
+ ## Display Name
57
+ > Input Required: True
58
+ > Description: Name of the data structure.
59
+ > Alternative Labels: Name; Display Name; Data Struct; Data Structure Name
60
+
61
+ ## Description
62
+ > Input Required: False
63
+ > Description: A description of the data structure.
64
+
65
+ ## In Data Specification
66
+ > Input Required: False
67
+ > Description: The data specifications this structure is a member of.
68
+ > Alternative Labels: In Data Spec
69
+
70
+ ## Qualified Name
71
+ > Input Required: False
72
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
73
+
74
+ ## GUID
75
+ > Input Required: False
76
+ > Description: A system generated unique identifier.
77
+ > Alternative Labels: Guid; guid
78
+
79
+ ___
80
+
81
+
82
+ # Create Data Field
83
+ > A data field is a fundamental building block for a data structure.
84
+
85
+ ## Display Name
86
+ > Input Required: True
87
+ > Description: Name of the Data Field
88
+ > Alternative Labels: Name; Data Field Name
89
+
90
+ ## Description
91
+ > Input Required: False
92
+ > Description: A description of the Data Field
93
+
94
+ ## Data Type
95
+ > Input Required: True
96
+ > Description: The data type of the data field. Point to data type valid value list if exists.
97
+ > Valid Values: string; int; long; date; boolean; char; byte; float; double; biginteger; bigdecimal; array<string>; array<int>; map<string,string>; map<string, boolean>; map<string, int>; map<string, long>; map<string,double>; map<string, date> map<string, object>; short; map<string, array<string>>; other
98
+ > Default Value: string
99
+
100
+ ## Position
101
+ > Input Required: False
102
+ > Description: Position of the data field in the data structure. If 0, position is irrelevant.
103
+ > Default Value: 0
104
+
105
+ ## Minimum Cardinality
106
+ > Input Required: False
107
+ > Description: The minimum cardinality for a data element.
108
+ > Alternative Labels: Min Cardinality; min cardinality
109
+ > Default Value: 1
110
+
111
+ ## Maximum Cardinality
112
+ > Input Required: False
113
+ > Description: The maximumcardinality for a data element.
114
+ > Alternative Labels: max cardinality; Max Cardlinality
115
+ > Default Value: 1
116
+
117
+ ## In Data Structure
118
+ > Input Required: False
119
+ > Description: The data structure this field is a member of. If display name is not unique, use qualified name.
120
+ > Alternative Labels: Data Structure
121
+
122
+ ## Data Class
123
+ > Input Required: False
124
+ > Description: The data class that values of this data field conform to.
125
+
126
+ ## Glossary Term
127
+ > Input Required: False
128
+ > Description: Term that provides meaning to this field.
129
+ > Alternative Labels: Term
130
+
131
+ ## isNullable
132
+ > Input Required: False
133
+ > Description: Can the values within the dataclass be absent?
134
+ > Alternative Labels: Nullable
135
+ > Default Value: true
136
+
137
+ ## Minimum Length
138
+ > Input Required: False
139
+ > Description:
140
+ > Alternative Labels: Min Length
141
+
142
+ ## Length
143
+ > Input Required: False
144
+ > Description: The length of a value for a field.
145
+
146
+ ## Precision
147
+ > Input Required: False
148
+ > Description: The precision of a numeric
149
+
150
+ ## Ordered Values
151
+ > Input Required: False
152
+ > Description: is this field in an ordered list?
153
+
154
+ ## Units
155
+ > Input Required: False
156
+ > Description: An optional string indicating the units of the field.
157
+ > Alternative Labels: gradians
158
+
159
+ ## Default Value
160
+ > Input Required: False
161
+ > Description: Specify a default value for the data class.
162
+ > Alternative Labels: Default
163
+
164
+ ## Version Identifier
165
+ > Input Required: False
166
+ > Description: A user supplied version identifier.
167
+
168
+ ## In Data Dictionary
169
+ > Input Required: False
170
+ > Description: What data dictionaries is this data field in?
171
+
172
+ ## Parent Data Field
173
+ > Input Required: False
174
+ > Description: Optional parent field if this is a nested field.
175
+ > Alternative Labels: Parent Field
176
+
177
+ ## Qualified Name
178
+ > Input Required: False
179
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
180
+
181
+ ## GUID
182
+ > Input Required: False
183
+ > Description: A system generated unique identifier.
184
+ > Alternative Labels: Guid; guid
185
+
186
+ ___
187
+
188
+
189
+ # Create Data Class
190
+ > Describes the data values that may be stored in data fields. Can be used to configure quality validatiors and data field classifiers.
191
+
192
+ ## Display Name
193
+ > Input Required: True
194
+ > Description: Name of the data structure.
195
+ > Alternative Labels: Data Class; Display Name; Name; Data Class Name
196
+
197
+ ## Description
198
+ > Input Required: False
199
+ > Description: A description of the data class.
200
+
201
+ ## Namespace
202
+ > Input Required: False
203
+ > Description: Optional namespace that scopes the field.
204
+
205
+ ## Match Property Names
206
+ > Input Required: False
207
+ > Description: Names of the properties that are set.
208
+ > Default Value: Can be determined by Dr. Egeria?
209
+
210
+ ## Match Threshold
211
+ > Input Required: False
212
+ > Description: Percent of values that must match the data class specification.
213
+
214
+ ## IsCaseSensitive
215
+ > Input Required: False
216
+ > Description: Are field values case sensitive?
217
+ > Default Value: False
218
+
219
+ ## Data Type
220
+ > Input Required: True
221
+ > Description: Data type for the data class.
222
+ > Valid Values: string; int; long; date; boolean; char; byte; float; double; biginteger; bigdecimal; array<string>; array<int>; map<string,string>; map<string, boolean>; map<string, int>; map<string, long>; map<string,double>; map<string, date> map<string, object>; short; map<string, array<string>>; other
223
+
224
+ ## Allow Duplicate Values
225
+ > Input Required: False
226
+ > Description: Allow duplicate values within the data class?
227
+ > Default Value: true
228
+
229
+ ## isNullable
230
+ > Input Required: False
231
+ > Description: Can the values within the dataclass be absent?
232
+ > Alternative Labels: Nullable
233
+ > Default Value: true
234
+
235
+ ## isCaseSensitive
236
+ > Input Required: False
237
+ > Description: Indicates if the values in a data class are case sensitive.
238
+ > Alternative Labels: Case Sensitive
239
+
240
+ ## Default Value
241
+ > Input Required: False
242
+ > Description: Specify a default value for the data class.
243
+ > Alternative Labels: Default
244
+
245
+ ## Average Value
246
+ > Input Required: False
247
+ > Description: Average value for the data class.
248
+ > Alternative Labels: Average
249
+
250
+ ## Value List
251
+ > Input Required: False
252
+ > Description:
253
+
254
+ ## Value Range From
255
+ > Input Required: False
256
+ > Description: Beginning range of legal values.
257
+ > Alternative Labels: Range From
258
+
259
+ ## Value Range To
260
+ > Input Required: False
261
+ > Description: End of valid range for value.
262
+ > Alternative Labels: Range To
263
+
264
+ ## Sample Values
265
+ > Input Required: False
266
+ > Description: Sample values of the data class.
267
+ > Alternative Labels: Samples
268
+
269
+ ## Data Patterns
270
+ > Input Required: False
271
+ > Description: prescribed format of a data field - e.g. credit card numbers. Often expressed as a regular expression.
272
+
273
+ ## In Data Dictionary
274
+ > Input Required: False
275
+ > Description: What data dictionaries is this data field in?
276
+
277
+ ## Containing Data Class
278
+ > Input Required: False
279
+ > Description: Data classes this is part of.
280
+ > Alternative Labels: Containing Class
281
+
282
+ ## Specializes Data Class
283
+ > Input Required: False
284
+ > Description: Specializes a parent data class.
285
+
286
+ ## Qualified Name
287
+ > Input Required: False
288
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
289
+
290
+ ## GUID
291
+ > Input Required: False
292
+ > Description: A system generated unique identifier.
293
+ > Alternative Labels: Guid; guid
294
+
295
+ ___
296
+
297
+
298
+ # View Data Fields
299
+ > Return the data fields, optionally filtered by the search string.
300
+
301
+ ## Search String
302
+ > Input Required: False
303
+ > Description: An optional search string to filter results by.
304
+ > Alternative Labels: Filter
305
+ > Default Value: *
306
+
307
+ ## Output Format
308
+ > Input Required: False
309
+ > Description: Optional specification of output format for the query.
310
+ > Alternative Labels: Format
311
+ > Valid Values: LIST; FORM; REPORT; MERMAID; DICT
312
+ > Default Value: LIST
313
+
314
+ ## Starts With
315
+ > Input Required: False
316
+ > Description: If true, look for matches with the search string starting from the beginning of a field.
317
+ > Default Value: True
318
+
319
+ ## Ends With
320
+ > Input Required: False
321
+ > Description: If true, look for matches with the search string starting from the end of a field.
322
+ > Default Value: False
323
+
324
+ ## Ignore Case
325
+ > Input Required: False
326
+ > Description: If true, ignore the difference between upper and lower characters when matching the search string.
327
+ > Default Value: False
328
+
329
+ ## AsOfTime
330
+ > Input Required: False
331
+ > Description: An ISO-8601 string representing the time to view the state of the repository.
332
+ > Alternative Labels: As Of Time
333
+
334
+ ## Sort Order
335
+ > Input Required: False
336
+ > Description: How to order the results. The sort order can be selected from a list of valid value.
337
+ > Valid Values: ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING
338
+
339
+ ___
340
+
341
+
342
+ # View Data Classes
343
+ > Return the data classes, optionally filtered by the search string.
344
+
345
+ ## Search String
346
+ > Input Required: False
347
+ > Description: An optional search string to filter results by.
348
+ > Alternative Labels: Filter
349
+ > Default Value: *
350
+
351
+ ## Output Format
352
+ > Input Required: False
353
+ > Description: Optional specification of output format for the query.
354
+ > Alternative Labels: Format
355
+ > Valid Values: LIST; FORM; REPORT; MERMAID; DICT
356
+ > Default Value: LIST
357
+
358
+ ## Starts With
359
+ > Input Required: False
360
+ > Description: If true, look for matches with the search string starting from the beginning of a field.
361
+ > Default Value: True
362
+
363
+ ## Ends With
364
+ > Input Required: False
365
+ > Description: If true, look for matches with the search string starting from the end of a field.
366
+ > Default Value: False
367
+
368
+ ## Ignore Case
369
+ > Input Required: False
370
+ > Description: If true, ignore the difference between upper and lower characters when matching the search string.
371
+ > Default Value: False
372
+
373
+ ## AsOfTime
374
+ > Input Required: False
375
+ > Description: An ISO-8601 string representing the time to view the state of the repository.
376
+ > Alternative Labels: As Of Time
377
+
378
+ ## Sort Order
379
+ > Input Required: False
380
+ > Description: How to order the results. The sort order can be selected from a list of valid value.
381
+ > Valid Values: ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING
382
+
383
+ ___
384
+
385
+
386
+ # View Data Structures
387
+ > Return the data structures, optionally filtered by the search string.
388
+
389
+ ## Search String
390
+ > Input Required: False
391
+ > Description: An optional search string to filter results by.
392
+ > Alternative Labels: Filter
393
+ > Default Value: *
394
+
395
+ ## Output Format
396
+ > Input Required: False
397
+ > Description: Optional specification of output format for the query.
398
+ > Alternative Labels: Format
399
+ > Valid Values: List; Form; Report; Dict
400
+ > Default Value: List
401
+
402
+ ## Starts With
403
+ > Input Required: False
404
+ > Description: If true, look for matches with the search string starting from the beginning of a field.
405
+ > Default Value: True
406
+
407
+ ## Ends With
408
+ > Input Required: False
409
+ > Description: If true, look for matches with the search string starting from the end of a field.
410
+ > Default Value: False
411
+
412
+ ## Ignore Case
413
+ > Input Required: False
414
+ > Description: If true, ignore the difference between upper and lower characters when matching the search string.
415
+ > Default Value: False
416
+
417
+ ## AsOfTime
418
+ > Input Required: False
419
+ > Description: An ISO-8601 string representing the time to view the state of the repository.
420
+ > Alternative Labels: As Of Time
421
+
422
+ ## Sort Order
423
+ > Input Required: False
424
+ > Description: How to order the results. The sort order can be selected from a list of valid value.
425
+ > Valid Values: ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING
426
+
427
+ ___
428
+
429
+
430
+ # View Data Specifications
431
+ > Return the data specifications, optionally filtered by the search string.
432
+
433
+ ## Search String
434
+ > Input Required: False
435
+ > Description: An optional search string to filter results by.
436
+ > Alternative Labels: Filter
437
+ > Default Value: *
438
+
439
+ ## Output Format
440
+ > Input Required: False
441
+ > Description: Optional specification of output format for the query.
442
+ > Alternative Labels: Format
443
+ > Valid Values: LIST; FORM; DICT; MD; MERMAID; REPORT
444
+ > Default Value: LIST
445
+
446
+ ## Starts With
447
+ > Input Required: False
448
+ > Description: If true, look for matches with the search string starting from the beginning of a field.
449
+ > Default Value: True
450
+
451
+ ## Ends With
452
+ > Input Required: False
453
+ > Description: If true, look for matches with the search string starting from the end of a field.
454
+ > Default Value: False
455
+
456
+ ## Ignore Case
457
+ > Input Required: False
458
+ > Description: If true, ignore the difference between upper and lower characters when matching the search string.
459
+ > Default Value: False
460
+
461
+ ## AsOfTime
462
+ > Input Required: False
463
+ > Description: An ISO-8601 string representing the time to view the state of the repository.
464
+ > Alternative Labels: As Of Time
465
+
466
+ ## Sort Order
467
+ > Input Required: False
468
+ > Description: How to order the results. The sort order can be selected from a list of valid value.
469
+ > Valid Values: ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING
470
+
471
+ ___
472
+
473
+
474
+ # View Data Dictionaries
475
+ > Return the data dictionaries, optionally filtered by the search string.
476
+
477
+ ## Search String
478
+ > Input Required: False
479
+ > Description: An optional search string to filter results by.
480
+ > Alternative Labels: Filter
481
+ > Default Value: *
482
+
483
+ ## Output Format
484
+ > Input Required: False
485
+ > Description: Optional specification of output format for the query.
486
+ > Alternative Labels: Format
487
+ > Valid Values: LIST; FORM; DICT; MD; MERMAID; REPORT
488
+ > Default Value: LIST
489
+
490
+ ## Starts With
491
+ > Input Required: False
492
+ > Description: If true, look for matches with the search string starting from the beginning of a field.
493
+ > Default Value: True
494
+
495
+ ## Ends With
496
+ > Input Required: False
497
+ > Description: If true, look for matches with the search string starting from the end of a field.
498
+ > Default Value: False
499
+
500
+ ## Ignore Case
501
+ > Input Required: False
502
+ > Description: If true, ignore the difference between upper and lower characters when matching the search string.
503
+ > Default Value: False
504
+
505
+ ## AsOfTime
506
+ > Input Required: False
507
+ > Description: An ISO-8601 string representing the time to view the state of the repository.
508
+ > Alternative Labels: As Of Time
509
+
510
+ ## Sort Order
511
+ > Input Required: False
512
+ > Description: How to order the results. The sort order can be selected from a list of valid value.
513
+ > Valid Values: ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING
514
+
515
+ ___
516
+
517
+
518
+ # Create Information Supply Chain
519
+ > The flow of a particular type of data across a digital landscape.
520
+
521
+ ## Display Name
522
+ > Input Required: True
523
+ > Description: Name of the Information Supply Chain
524
+ > Alternative Labels: Name; Display Name; Supply Chain; Supply Chain Name
525
+
526
+ ## Description
527
+ > Input Required: False
528
+ > Description: A description of the data structure.
529
+
530
+ ## Scope
531
+ > Input Required: False
532
+ > Description: Scope of the supply chain.
533
+
534
+ ## Purposes
535
+ > Input Required: False
536
+ > Description: A list of purposes.
537
+ > Alternative Labels: Purpose, Purposes
538
+
539
+ ## Information Supply Chain Segments
540
+ > Input Required: False
541
+ > Description: A list of supply chain segments that make up the supply chain.
542
+ > Alternative Labels: Supply Chain Segments; Segments
543
+
544
+ ## Qualified Name
545
+ > Input Required: False
546
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
547
+
548
+ ## GUID
549
+ > Input Required: False
550
+ > Description: A system generated unique identifier.
551
+ > Alternative Labels: Guid; guid
552
+
553
+ ___
554
+
555
+
556
+ # Create Information Supply Chain Segment
557
+ > A collection of data fields that for a data specification for a data source.
558
+
559
+ ## Display Name
560
+ > Input Required: True
561
+ > Description: Name of the Information Supply Chain
562
+ > Alternative Labels: Name; Display Name; Supply Chain Segment; Segment Name
563
+
564
+ ## Description
565
+ > Input Required: False
566
+ > Description: A description of the data structure.
567
+
568
+ ## Scope
569
+ > Input Required: False
570
+ > Description: Scope of the supply chain.
571
+
572
+ ## Integration Style
573
+ > Input Required: False
574
+ > Description: Style of integration connecting this segment.
575
+
576
+ ## Estimated Volumetrics
577
+ > Input Required: False
578
+ > Description: Estimated volumetrics for rough analysis and planning.
579
+
580
+ ## Information Supply Chain
581
+ > Input Required: False
582
+ > Description: The owning information supply chain for this segment.
583
+ > Alternative Labels: Owning Supply Chain; Info Supply Chain; Parent Information Supply Chain
584
+
585
+ ## Qualified Name
586
+ > Input Required: False
587
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
588
+
589
+ ## GUID
590
+ > Input Required: False
591
+ > Description: A system generated unique identifier.
592
+ > Alternative Labels: Guid; guid
593
+
594
+ ___
595
+
596
+
597
+ # Create Solution Blueprint
598
+ > A solution blueprint describes the architecture of a digital service in terms of solution components.
599
+
600
+ ## Display Name
601
+ > Input Required: True
602
+ > Description: Name of the Information Supply Chain
603
+ > Alternative Labels: Name; Display Name; Blueprint; Blueprint Name
604
+
605
+ ## Description
606
+ > Input Required: False
607
+ > Description: A description of the data structure.
608
+
609
+ ## Version Identifier
610
+ > Input Required: False
611
+ > Description: A user supplied version identifier.
612
+
613
+ ## Solution Components
614
+ > Input Required: False
615
+ > Description: Solution components that make up the blueprint.
616
+ > Alternative Labels: Components; Solution Component; Component
617
+
618
+ ## Qualified Name
619
+ > Input Required: False
620
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
621
+
622
+ ## GUID
623
+ > Input Required: False
624
+ > Description: A system generated unique identifier.
625
+ > Alternative Labels: Guid; guid
626
+
627
+ ___
628
+
629
+
630
+ # Create Solution Component
631
+ > A reusable solution component.
632
+
633
+ ## Display Name
634
+ > Input Required: True
635
+ > Description: Name of the solution component.
636
+ > Alternative Labels: Name; Display Name; Solution Component Name, Component Name
637
+
638
+ ## Description
639
+ > Input Required: False
640
+ > Description: A description of the data structure.
641
+
642
+ ## Solution Component Type
643
+ > Input Required: False
644
+ > Description: Type of solution component.
645
+ > Alternative Labels: Soln Component Type
646
+
647
+ ## Planned Deployed Implementation Type
648
+ > Input Required: False
649
+ > Description: The planned implementation type for deployment.
650
+ > Alternative Labels: Planned Deployed Impl Type
651
+
652
+ ## Solution SubComponents
653
+ > Input Required: False
654
+ > Description: Solution components that include this one.
655
+ > Alternative Labels: SubComponents; Sub-Components
656
+
657
+ ## Solution Blueprints
658
+ > Input Required: False
659
+ > Description: Solution Blueprints that contain this component.
660
+ > Alternative Labels: In Solution Blueprints
661
+
662
+ ## Actors
663
+ > Input Required: False
664
+ > Description: Actors associated with this component.
665
+
666
+ ## Qualified Name
667
+ > Input Required: False
668
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
669
+
670
+ ## GUID
671
+ > Input Required: False
672
+ > Description: A system generated unique identifier.
673
+ > Alternative Labels: Guid; guid
674
+
675
+ ## Merge Update
676
+ > Input Required: False
677
+ > Description: If true, only those attributes specified in the update will be updated; If false, any attributes not provided during the update will be set to None.
678
+ > Alternative Labels: Merge
679
+ > Default Value: True
680
+
681
+ ___
682
+
683
+
684
+ # Create Solution Role
685
+ > A collection of data fields that for a data specification for a data source.
686
+
687
+ ## Name
688
+ > Input Required: True
689
+ > Description: Name of the role.
690
+ > Alternative Labels: Role; Solution Role; Solution Role Name; Role Name
691
+
692
+ ## Description
693
+ > Input Required: False
694
+ > Description: A description of the data structure.
695
+
696
+ ## Title
697
+ > Input Required: False
698
+ > Description: Title of the role.
699
+
700
+ ## Scope
701
+ > Input Required: False
702
+ > Description: Scope of the role.
703
+
704
+ ## identifier
705
+ > Input Required: False
706
+ > Description: role identifier
707
+
708
+ ## Domain Identifier
709
+ > Input Required: False
710
+ > Description: Governance domain identifier
711
+ > Default Value: 0
712
+
713
+ ## Role Type
714
+ > Input Required: False
715
+ > Description: Type of the role. Currently must be GovernanceRole.
716
+ > Alternative Labels: Role Type Name
717
+ > Default Value: GovernanceRole
718
+
719
+ ## Qualified Name
720
+ > Input Required: False
721
+ > Description: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
722
+
723
+ ## GUID
724
+ > Input Required: False
725
+ > Description: A system generated unique identifier.
726
+ > Alternative Labels: Guid; guid
727
+
728
+ ___
729
+
730
+
731
+ # Attach Information Supply Chain Segments
732
+ >
733
+
734
+ ## Segment1
735
+ > Input Required: True
736
+ > Description: The first segment to link.
737
+ > Alternative Labels: Segment 1; Information Supply Chain Segment 1; Info Supply Chain Segment 1
738
+
739
+ ## Segment2
740
+ > Input Required: True
741
+ > Description: The second segment to link.
742
+ > Alternative Labels: Segment 2; Information Supply Chain Segment 2; Info Supply Chain Segment 2
743
+
744
+ ## Link Label
745
+ > Input Required: False
746
+ > Description: Labels the link between two information supply chain segments.
747
+ > Alternative Labels: Label
748
+
749
+ ## Description
750
+ > Input Required: False
751
+ > Description: A description of the data structure.
752
+
753
+ ___
754
+
755
+
756
+ # View Information Supply Chains
757
+ > Return information supply chains filtered by the search string.
758
+
759
+ ## Search String
760
+ > Input Required: False
761
+ > Description: An optional search string to filter results by.
762
+ > Alternative Labels: Filter
763
+ > Default Value: *
764
+
765
+ ## Output Format
766
+ > Input Required: False
767
+ > Description: Optional specification of output format for the query.
768
+ > Alternative Labels: Format
769
+ > Valid Values: List; Form; Report; Dict
770
+ > Default Value: List
771
+
772
+ ## Detailed
773
+ > Input Required: False
774
+ > Description: If true a more detailed set of attributes will be teturned.
775
+ > Default Value: True
776
+
777
+ ___
778
+
779
+
780
+ # View Supply Chain Segments
781
+ > Return the data structure details, optionally filtered by the search string.
782
+
783
+ ## Search String
784
+ > Input Required: False
785
+ > Description: An optional search string to filter results by.
786
+ > Alternative Labels: Filter
787
+ > Default Value: *
788
+
789
+ ## Output Format
790
+ > Input Required: False
791
+ > Description: Optional specification of output format for the query.
792
+ > Alternative Labels: Format
793
+ > Valid Values: List; Form; Report; Dict
794
+ > Default Value: List
795
+
796
+ ## Detailed
797
+ > Input Required: False
798
+ > Description: If true a more detailed set of attributes will be teturned.
799
+ > Default Value: True
800
+
801
+ ___
802
+
803
+
804
+ # View Solution Components
805
+ > Return the data structure details, optionally filtered by the search string.
806
+
807
+ ## Search String
808
+ > Input Required: False
809
+ > Description: An optional search string to filter results by.
810
+ > Alternative Labels: Filter
811
+ > Default Value: *
812
+
813
+ ## Output Format
814
+ > Input Required: False
815
+ > Description: Optional specification of output format for the query.
816
+ > Alternative Labels: Format
817
+ > Valid Values: List; Form; Report; Dict
818
+ > Default Value: List
819
+
820
+ ## Detailed
821
+ > Input Required: False
822
+ > Description: If true a more detailed set of attributes will be teturned.
823
+ > Default Value: True
824
+
825
+ ___
826
+
827
+
828
+ # View Solution Blueprints
829
+ > Return the data structure details, optionally filtered by the search string.
830
+
831
+ ## Search String
832
+ > Input Required: False
833
+ > Description: An optional search string to filter results by.
834
+ > Alternative Labels: Filter
835
+ > Default Value: *
836
+
837
+ ## Output Format
838
+ > Input Required: False
839
+ > Description: Optional specification of output format for the query.
840
+ > Alternative Labels: Format
841
+ > Valid Values: List; Form; Report; Dict
842
+ > Default Value: List
843
+
844
+ ## Detailed
845
+ > Input Required: False
846
+ > Description: If true a more detailed set of attributes will be teturned.
847
+ > Default Value: True
848
+
849
+ ___
850
+
851
+
852
+ # View Solution Roles
853
+ > Return the data structure details, optionally filtered by the search string.
854
+
855
+ ## Search String
856
+ > Input Required: False
857
+ > Description: An optional search string to filter results by.
858
+ > Alternative Labels: Filter
859
+ > Default Value: *
860
+
861
+ ## Output Format
862
+ > Input Required: False
863
+ > Description: Optional specification of output format for the query.
864
+ > Alternative Labels: Format
865
+ > Valid Values: List; Form; Report; Dict
866
+ > Default Value: List
867
+
868
+ ## Detailed
869
+ > Input Required: False
870
+ > Description: If true a more detailed set of attributes will be teturned.
871
+ > Default Value: True
872
+
873
+ ___