pyegeria 0.2.4__py3-none-any.whl → 5.3.0.dev3__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 (239) hide show
  1. pyegeria/README.md +35 -0
  2. pyegeria/__init__.py +345 -14
  3. pyegeria/_client.py +376 -126
  4. pyegeria/_deprecated_gov_engine.py +451 -0
  5. pyegeria/_exceptions.py +6 -6
  6. pyegeria/_globals.py +7 -1
  7. pyegeria/_validators.py +9 -6
  8. pyegeria/asset_catalog_omvs.py +807 -0
  9. pyegeria/automated_curation_omvs.py +3760 -0
  10. pyegeria/classification_manager_omvs.py +5238 -0
  11. pyegeria/collection_manager_omvs.py +2727 -0
  12. pyegeria/commands/README.md +47 -0
  13. pyegeria/commands/__init__.py +22 -0
  14. pyegeria/commands/cat/README.md +16 -0
  15. pyegeria/commands/cat/__init__.py +1 -0
  16. pyegeria/commands/cat/exp_list_glossaries.py +156 -0
  17. pyegeria/commands/cat/get_asset_graph.py +319 -0
  18. pyegeria/commands/cat/get_collection.py +148 -0
  19. pyegeria/commands/cat/get_project_dependencies.py +168 -0
  20. pyegeria/commands/cat/get_project_structure.py +168 -0
  21. pyegeria/commands/cat/get_tech_type_elements.py +174 -0
  22. pyegeria/commands/cat/glossary_actions.py +362 -0
  23. pyegeria/commands/cat/list_assets.py +176 -0
  24. pyegeria/commands/cat/list_cert_types.py +194 -0
  25. pyegeria/commands/cat/list_collections.py +162 -0
  26. pyegeria/commands/cat/list_deployed_catalogs.py +217 -0
  27. pyegeria/commands/cat/list_deployed_database_schemas.py +251 -0
  28. pyegeria/commands/cat/list_deployed_databases.py +202 -0
  29. pyegeria/commands/cat/list_glossaries.py +150 -0
  30. pyegeria/commands/cat/list_projects.py +221 -0
  31. pyegeria/commands/cat/list_servers_deployed_imp.py +158 -0
  32. pyegeria/commands/cat/list_tech_type_elements.py +190 -0
  33. pyegeria/commands/cat/list_tech_types.py +140 -0
  34. pyegeria/commands/cat/list_terms.py +242 -0
  35. pyegeria/commands/cat/list_todos.py +189 -0
  36. pyegeria/commands/cat/list_user_ids.py +145 -0
  37. pyegeria/commands/cli/__init__.py +13 -0
  38. pyegeria/commands/cli/egeria.py +1844 -0
  39. pyegeria/commands/cli/egeria_cat.py +638 -0
  40. pyegeria/commands/cli/egeria_login_tui.py +313 -0
  41. pyegeria/commands/cli/egeria_my.py +248 -0
  42. pyegeria/commands/cli/egeria_ops.py +502 -0
  43. pyegeria/commands/cli/egeria_tech.py +618 -0
  44. pyegeria/commands/cli/ops_config.py +45 -0
  45. pyegeria/commands/cli/txt_custom_v2.tcss +19 -0
  46. pyegeria/commands/doc/README.md +145 -0
  47. pyegeria/commands/doc/Visual Command Reference/README.md +511 -0
  48. pyegeria/commands/doc/Visual Command Reference/cat/show/assets/asset-graph 2024-11-20 at 15.56.42.png +0 -0
  49. pyegeria/commands/doc/Visual Command Reference/cat/show/assets/assets-in-domain 2024-11-20 at 15.49.55@2x.png +0 -0
  50. pyegeria/commands/doc/Visual Command Reference/cat/show/assets/elements-of-type 2024-11-20 at 16.01.35.png +0 -0
  51. pyegeria/commands/doc/Visual Command Reference/cat/show/assets/tech-type-elements 2024-11-20 at 16.05.05.png +0 -0
  52. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png +0 -0
  53. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-data-catalogs-2024-11-20 at 16.17.43@2x.png +0 -0
  54. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-11-25 at 20.14.50@2x.png +0 -0
  55. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-schemas 2024-12-17 at 15.48.38@2x.png +0 -0
  56. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-11-25 at 20.21.25@2x.png +0 -0
  57. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed-servers 2024-12-17 at 15.52.16@2x.png +0 -0
  58. pyegeria/commands/doc/Visual Command Reference/cat/show/deployed-data/deployed_databases 2024-12-16 at 16.40.31@2x.png +0 -0
  59. pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-glossaries 2024-11-25 at 20.30.02.png +0 -0
  60. pyegeria/commands/doc/Visual Command Reference/cat/show/glossary/list-terms 2024-11-25 at 20.32.11.png +0 -0
  61. pyegeria/commands/doc/Visual Command Reference/cat/show/info/asset-types 2024-11-25 at 20.34.19@2x.png +0 -0
  62. pyegeria/commands/doc/Visual Command Reference/cat/show/info/certification-types 2024-11-25 at 20.37.07.png +0 -0
  63. pyegeria/commands/doc/Visual Command Reference/cat/show/info/collection-graph 2024-12-12 at 11.33.18@2x.png +0 -0
  64. pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-collections 2024-12-10 at 14.25.51@2x.png +0 -0
  65. pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-todos 2024-12-12 at 11.46.30@2x.png +0 -0
  66. pyegeria/commands/doc/Visual Command Reference/cat/show/info/list-user-ids 2024-12-12 at 11.51.09@2x.png +0 -0
  67. pyegeria/commands/doc/Visual Command Reference/cat/show/info/tech-types 2024-12-12 at 11.37.20@2x.png +0 -0
  68. pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_dependencies 2024-12-14 at 16.24.39@2x.png +0 -0
  69. pyegeria/commands/doc/Visual Command Reference/cat/show/projects/project_structure 2024-12-14 at 16.21.35@2x.png +0 -0
  70. pyegeria/commands/doc/Visual Command Reference/cat/show/projects/projects 2024-12-14 at 16.18.10@2x.png +0 -0
  71. pyegeria/commands/doc/Visual Command Reference/hey_egeria tui 2024-12-16 at 16.58.22@2x.png +0 -0
  72. pyegeria/commands/doc/Visual Command Reference/my/show/my_profile 2024-12-14 at 16.29.27@2x.png +0 -0
  73. pyegeria/commands/doc/Visual Command Reference/my/show/my_roles 2024-12-14 at 16.32.10@2x.png +0 -0
  74. pyegeria/commands/doc/Visual Command Reference/my/show/my_todos 2024-12-15 at 16.24.13@2x.png +0 -0
  75. pyegeria/commands/doc/Visual Command Reference/my/show/open_todos 2024-12-14 at 16.36.12@2x.png +0 -0
  76. pyegeria/commands/doc/Visual Command Reference/ops/show/engines/list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png +0 -0
  77. pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity 2024-12-15 at 16.32.55@2x.png +0 -0
  78. pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png +0 -0
  79. pyegeria/commands/doc/Visual Command Reference/ops/show/engines/monitor_engine_status 2024-12-15 at 16.51.26.jpeg +0 -0
  80. pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png +0 -0
  81. pyegeria/commands/doc/Visual Command Reference/ops/show/integrations/monitor_integration_targets 2024-12-15 at 17.02.19@2x.png +0 -0
  82. pyegeria/commands/doc/Visual Command Reference/ops/show/platforms/monitor_platform_status 2024-12-15 at 19.53.18@2x.png +0 -0
  83. pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status 2024-12-15 at 19.59.39@2x.png +0 -0
  84. pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_server_status full 2024-12-15 at 20.01.57@2x.png +0 -0
  85. pyegeria/commands/doc/Visual Command Reference/ops/show/servers/monitor_startup_servers 2024-12-15 at 19.56.07@2x.png +0 -0
  86. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_anchored_elements 2024-12-15 at 21.25.41@2x.png +0 -0
  87. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png +0 -0
  88. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/info_for_guid 2024-12-16 at 11.35.29@2x.png +0 -0
  89. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png +0 -0
  90. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png +0 -0
  91. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/list_elements_of_om_type_by_classification 2024-12-16 at 14.35.26@2x.png +0 -0
  92. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/related_elements 2024-12-16 at 14.55.01@2x.png +0 -0
  93. pyegeria/commands/doc/Visual Command Reference/tech/show/elements/show_related_specifications 2024-12-16 at 15.04.55@2x.png +0 -0
  94. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/asset_types 2024-12-16 at 15.10.16@2x.png +0 -0
  95. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png +0 -0
  96. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/governance_action_processes 2024-12-16 at 15.13.01@2x.png +0 -0
  97. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/registered_services 2024-12-16 at 16.44.54@2x.png +0 -0
  98. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-16 at 16.20.34@2x.png +0 -0
  99. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/relationship_types 2024-12-19 at 10.51.54@2x.png +0 -0
  100. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-info/valid_metadata_values 2024-12-16 at 15.31.56@2x.png +0 -0
  101. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png +0 -0
  102. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/list_technology_types 2024-12-16 at 15.39.20@2x.png +0 -0
  103. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_details 2024-12-16 at 15.37.21@2x.png +0 -0
  104. pyegeria/commands/doc/Visual Command Reference/tech/show/tech-types/tech_type_templates 2024-12-16 at 16.11.48@2x.png +0 -0
  105. pyegeria/commands/doc/glossary/basic-glossary-tui.md +109 -0
  106. pyegeria/commands/doc/glossary/images/delete-glossary-step1 2024-11-06 at 15.47.23@2x.png +0 -0
  107. pyegeria/commands/doc/glossary/images/delete-glossary-step2 2024-11-06 at 15.51.29@2x.png +0 -0
  108. pyegeria/commands/doc/glossary/images/delete-glossary-step3 2024-11-06 at 15.53.19@2x.png +0 -0
  109. pyegeria/commands/doc/glossary/images/delete-glossary-step4 2024-11-06 at 15.55.11@2x.png +0 -0
  110. pyegeria/commands/doc/glossary/images/out-create-glossary example 2024-11-05 at 20.38.04@2x.png +0 -0
  111. pyegeria/commands/doc/glossary/images/out-create-term 2024-11-06 at 20.48.29.png +0 -0
  112. pyegeria/commands/doc/glossary/images/out-delete-term 2024-11-07 at 03.57.25.png +0 -0
  113. pyegeria/commands/doc/glossary/images/out-display-terms-for-glossary-test 2024-11-06 at 20.51.28.png +0 -0
  114. pyegeria/commands/doc/glossary/images/out-export-example 2024-11-07 at 09.54.57.png +0 -0
  115. pyegeria/commands/doc/glossary/images/out-exported-terms 2024-11-06 at 21.06.32.png +0 -0
  116. pyegeria/commands/doc/glossary/images/out-glossary-list example 2024-11-05 at 20.41.02@2x.png +0 -0
  117. pyegeria/commands/doc/glossary/images/out-import-terms 2024-11-07 at 08.15.18.png +0 -0
  118. pyegeria/commands/doc/glossary/images/out-list-all-terms 2024-11-06 at 16.22.20@2x.png +0 -0
  119. pyegeria/commands/doc/glossary/images/out-list-terms-for-example 2024-11-06 at 16.40.12.png +0 -0
  120. pyegeria/commands/doc/glossary/images/out-list-terms-second 2024-11-06 at 16.45.13.png +0 -0
  121. pyegeria/commands/doc/glossary/images/out-pipx install pyegeria 2024-11-10 at 18.12.21.png +0 -0
  122. pyegeria/commands/doc/glossary/images/out-server-status-full 2024-11-10 at 18.25.14.png +0 -0
  123. pyegeria/commands/doc/glossary/images/out-servers-status 2024-11-10 at 18.15.42.png +0 -0
  124. pyegeria/commands/doc/glossary/images/out-upsert-import 2024-11-07 at 19.37.00.png +0 -0
  125. pyegeria/commands/doc/glossary/images/tui-2024-11-10 at 18.26.29.png +0 -0
  126. pyegeria/commands/doc/glossary/images/tui-create-glossary example 2024-11-05 at 20.34.24@2x.png +0 -0
  127. pyegeria/commands/doc/glossary/images/tui-create-term 2024-11-06 at 20.46.35.png +0 -0
  128. pyegeria/commands/doc/glossary/images/tui-delete-term 2024-11-07 at 03.51.57.png +0 -0
  129. pyegeria/commands/doc/glossary/images/tui-display-terms-for-example 2024-11-06 at 20.56.49.png +0 -0
  130. pyegeria/commands/doc/glossary/images/tui-export-example 2024-11-07 at 09.52.59.png +0 -0
  131. pyegeria/commands/doc/glossary/images/tui-hey-egeria 2024-11-10 at 18.31.01.png +0 -0
  132. pyegeria/commands/doc/glossary/images/tui-import-upsert-example 2024-11-07 at 10.08.37.png +0 -0
  133. pyegeria/commands/doc/glossary/images/tui-list-terms-second 2024-11-06 at 16.46.34.png +0 -0
  134. pyegeria/commands/doc/glossary/images/tui-load-archive.png +0 -0
  135. pyegeria/commands/doc/glossary/images/tui-server-status-full 2024-11-10 at 19.14.36.png +0 -0
  136. pyegeria/commands/doc/glossary/images/tui-show-glossaries 2024-11-07 at 20.00.05.png +0 -0
  137. pyegeria/commands/doc/glossary/images/tui-show-glossary-terms 2024-11-05 at 19.37.53@2x.png +0 -0
  138. pyegeria/commands/doc/glossary/images/tui-upsert 2024-11-07 at 11.49.04.png +0 -0
  139. pyegeria/commands/doc/glossary/images/upsert-example.om-terms 2024-11-07 at 11.44.05.png +0 -0
  140. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md +346 -0
  141. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/CleanShot 2024-11-18 at 21.32.03@2x.png +0 -0
  142. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731421782704.png +0 -0
  143. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/Xmind 1731422134920.png +0 -0
  144. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria 2024-11-12 at 20.38.43.png +0 -0
  145. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/hey_egeria cat 2024-11-12 at 21.41.43.png +0 -0
  146. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-list 2024-11-12 at 16.45.26.png +0 -0
  147. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-integ-status-live 2024-11-12 at 16.44.12@2x.png +0 -0
  148. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status 2024-11-10 at 18.15.42@2x.png +0 -0
  149. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/out-server-status-full 2024-11-10 at 18.25.14@2x.png +0 -0
  150. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/short-cut commands 2024-11-12 at 22.22.13.png +0 -0
  151. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-hey-egeria.png +0 -0
  152. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-integration-status-paging.png +0 -0
  153. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-load-archive 2024-11-10 at 19.19.09@2x.png +0 -0
  154. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status 2024-11-10 at 18.52.01@2x.png +0 -0
  155. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-show-server-status-full 2024-11-10.png +0 -0
  156. pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png +0 -0
  157. pyegeria/commands/my/README.md +17 -0
  158. pyegeria/commands/my/__init__.py +0 -0
  159. pyegeria/commands/my/list_my_profile.py +163 -0
  160. pyegeria/commands/my/list_my_roles.py +151 -0
  161. pyegeria/commands/my/monitor_my_todos.py +205 -0
  162. pyegeria/commands/my/monitor_open_todos.py +175 -0
  163. pyegeria/commands/my/todo_actions.py +242 -0
  164. pyegeria/commands/ops/README.md +24 -0
  165. pyegeria/commands/ops/__init__.py +22 -0
  166. pyegeria/commands/ops/gov_server_actions.py +177 -0
  167. pyegeria/commands/ops/list_archives.py +161 -0
  168. pyegeria/commands/ops/list_catalog_targets.py +203 -0
  169. pyegeria/commands/ops/load_archive.py +75 -0
  170. pyegeria/commands/ops/monitor_asset_events.py +107 -0
  171. pyegeria/commands/ops/monitor_engine_activity.py +270 -0
  172. pyegeria/commands/ops/monitor_engine_activity_c.py +286 -0
  173. pyegeria/commands/ops/monitor_gov_eng_status.py +288 -0
  174. pyegeria/commands/ops/monitor_integ_daemon_status.py +321 -0
  175. pyegeria/commands/ops/monitor_platform_status.py +188 -0
  176. pyegeria/commands/ops/monitor_server_startup.py +117 -0
  177. pyegeria/commands/ops/monitor_server_status.py +182 -0
  178. pyegeria/commands/ops/orig_monitor_server_list.py +140 -0
  179. pyegeria/commands/ops/orig_monitor_server_status.py +124 -0
  180. pyegeria/commands/ops/refresh_integration_daemon.py +83 -0
  181. pyegeria/commands/ops/restart_integration_daemon.py +82 -0
  182. pyegeria/commands/ops/table_integ_daemon_status.py +237 -0
  183. pyegeria/commands/ops/x_engine_actions.py +76 -0
  184. pyegeria/commands/tech/README.md +24 -0
  185. pyegeria/commands/tech/__init__.py +0 -0
  186. pyegeria/commands/tech/get_element_info.py +144 -0
  187. pyegeria/commands/tech/get_guid_info.py +134 -0
  188. pyegeria/commands/tech/get_tech_details.py +173 -0
  189. pyegeria/commands/tech/get_tech_type_template.py +166 -0
  190. pyegeria/commands/tech/list_anchored_elements.py +205 -0
  191. pyegeria/commands/tech/list_asset_types.py +123 -0
  192. pyegeria/commands/tech/list_elements.py +168 -0
  193. pyegeria/commands/tech/list_elements_for_classification.py +171 -0
  194. pyegeria/commands/tech/list_elements_x.py +191 -0
  195. pyegeria/commands/tech/list_gov_action_processes.py +139 -0
  196. pyegeria/commands/tech/list_registered_services.py +180 -0
  197. pyegeria/commands/tech/list_related_elements.py +207 -0
  198. pyegeria/commands/tech/list_related_specification.py +169 -0
  199. pyegeria/commands/tech/list_relationship_types.py +164 -0
  200. pyegeria/commands/tech/list_relationships.py +179 -0
  201. pyegeria/commands/tech/list_tech_templates.py +360 -0
  202. pyegeria/commands/tech/list_valid_metadata_values.py +178 -0
  203. pyegeria/commands/tech/table_tech_templates.py +238 -0
  204. pyegeria/commands/tech/x_list_related_elements.py +165 -0
  205. pyegeria/core_omag_server_config.py +550 -313
  206. pyegeria/create_tech_guid_lists.py +105 -0
  207. pyegeria/egeria_cat_client.py +78 -0
  208. pyegeria/egeria_client.py +117 -0
  209. pyegeria/egeria_config_client.py +45 -0
  210. pyegeria/egeria_my_client.py +56 -0
  211. pyegeria/egeria_tech_client.py +93 -0
  212. pyegeria/feedback_manager_omvs.py +4573 -0
  213. pyegeria/full_omag_server_config.py +1337 -0
  214. pyegeria/glossary_browser_omvs.py +2507 -0
  215. pyegeria/glossary_manager_omvs.py +3597 -0
  216. pyegeria/mermaid_utilities.py +218 -0
  217. pyegeria/metadata_explorer_omvs.py +2371 -0
  218. pyegeria/my_profile_omvs.py +1021 -0
  219. pyegeria/platform_services.py +259 -218
  220. pyegeria/project_manager_omvs.py +1854 -0
  221. pyegeria/registered_info.py +111 -108
  222. pyegeria/runtime_manager_omvs.py +2299 -0
  223. pyegeria/server_operations.py +178 -71
  224. pyegeria/template_manager_omvs.py +1414 -0
  225. pyegeria/utils.py +75 -85
  226. pyegeria/valid_metadata_omvs.py +1911 -0
  227. pyegeria/x_action_author_omvs.py +200 -0
  228. pyegeria-5.3.0.dev3.dist-info/METADATA +70 -0
  229. pyegeria-5.3.0.dev3.dist-info/RECORD +232 -0
  230. {pyegeria-0.2.4.dist-info → pyegeria-5.3.0.dev3.dist-info}/WHEEL +1 -1
  231. pyegeria-5.3.0.dev3.dist-info/entry_points.txt +81 -0
  232. pyegeria/config.toml +0 -11
  233. pyegeria/curation_omvs.py +0 -458
  234. pyegeria/exceptions.py +0 -382
  235. pyegeria/glossary_omvs.py +0 -639
  236. pyegeria/gov_engine.py +0 -573
  237. pyegeria-0.2.4.dist-info/METADATA +0 -57
  238. pyegeria-0.2.4.dist-info/RECORD +0 -19
  239. {pyegeria-0.2.4.dist-info/licenses → pyegeria-5.3.0.dev3.dist-info}/LICENSE +0 -0
@@ -0,0 +1,511 @@
1
+ <!-- SPDX-License-Identifier: CC-BY-4.0 -->
2
+ <!-- Copyright Contributors to the Egeria project. -->
3
+ # **hey_egeria:** A Visual Reference Summary
4
+
5
+ This summary has embeds links and commentary for the Egeria CLI (**hey_egeria**).
6
+ It is organized in the same manner as the CLI itself to simplify learning how to navigate the CLI.
7
+
8
+ The commands and the structure of **hey_egeria** continue to evolve and expand based on the needs of the community.
9
+ For this reason, each screenshot is time-stamped. A visual time-line of each command will be kept in the directories below
10
+ but this document will continue to refer to only the current version.
11
+
12
+ You will note that in most screenshots, the command used to generate the screenshot is displayed (usually in purple) with
13
+ a purple arrow pointing to it.
14
+
15
+ As always, we welcome your feedback and contributions to this work.
16
+
17
+ ---
18
+
19
+ <!-- TOC -->
20
+ * [**hey_egeria:** A Visual Reference Summary](#hey_egeria-a-visual-reference-summary)
21
+ * [1. Top level](#1-top-level)
22
+ * [2. cat: Commands for the catalog user](#2-cat-commands-for-the-catalog-user)
23
+ * [2.1 assets: display information about assets](#21-assets-display-information-about-assets)
24
+ * [2.1.1 asset-graph - displays information about the asset and the elements related to it](#211-asset-graph---displays-information-about-the-asset-and-the-elements-related-to-it)
25
+ * [2.1.2 assets-in-domain - search for occurrences of search-string in the asset domain](#212-assets-in-domain---search-for-occurrences-of-search-string-in-the-asset-domain)
26
+ * [2.1.3 elements-of-type - display elements for a specified technology type](#213-elements-of-type---display-elements-for-a-specified-technology-type)
27
+ * [2.1.4 tech-type-elements - list the elements of the specified technology type](#214-tech-type-elements---list-the-elements-of-the-specified-technology-type)
28
+ * [2.2 deployed-data: display information about deployed data resources Egeria has been told about](#22-deployed-data-display-information-about-deployed-data-resources-egeria-has-been-told-about)
29
+ * [2.2.1 deployed-data-catalogs - lists the known deployed catalogs](#221-deployed-data-catalogs---lists-the-known-deployed-catalogs)
30
+ * [2.2.2 deployed-schemas: lists information about schemas, optionally filtered by catalog name](#222-deployed-schemas-lists-information-about-schemas-optionally-filtered-by-catalog-name)
31
+ * [2.2.3 deployed-servers: lists the deployed software servers](#223-deployed-servers-lists-the-deployed-software-servers)
32
+ * [2.2.4 deployed-databases: lists the known, deployed databases](#224-deployed-databases-lists-the-known-deployed-databases)
33
+ * [2.3 glossary: display information about glossaries and glossary terms](#23-glossary-display-information-about-glossaries-and-glossary-terms)
34
+ * [2.3.1 list-glossaries: lists the known glossaries](#231-list-glossaries-lists-the-known-glossaries)
35
+ * [2.3.2 list-glossary-terms: lists glossary terms, optionally filtered by glossary](#232-list-glossary-terms-lists-glossary-terms-optionally-filtered-by-glossary)
36
+ * [2,4 info: a mix of other information and Egeria structures](#24-info-a-mix-of-other-information-and-egeria-structures)
37
+ * [2.4.1 asset-types: list the types of assets Egeria knows about](#241-asset-types-list-the-types-of-assets-egeria-knows-about)
38
+ * [2.4.2 certification-types: list the types of certifications that have been defined](#242-certification-types-list-the-types-of-certifications-that-have-been-defined)
39
+ * [2.4.3 collection-graph: display a graph of collection from a specified root collection](#243-collection-graph-display-a-graph-of-collection-from-a-specified-root-collection)
40
+ * [2.4.4 collections: lists collections filtered by the optional search string](#244-collections-lists-collections-filtered-by-the-optional-search-string)
41
+ * [2.4.5 to-dos: list to-do items optionally filtered by a search string](#245-to-dos-list-to-do-items-optionally-filtered-by-a-search-string)
42
+ * [2.4.6 user-ids: list all known user ids](#246-user-ids-list-all-known-user-ids)
43
+ * [2.4.7 tech-types: list technology types optionally filtered by a search-string](#247-tech-types-list-technology-types-optionally-filtered-by-a-search-string)
44
+ * [2.5 projects: information about projects that Egeria represents](#25-projects-information-about-projects-that-egeria-represents)
45
+ * [2.5.1 project-dependencies: display a dependency graph of projects starting from the specified project](#251-project-dependencies-display-a-dependency-graph-of-projects-starting-from-the-specified-project)
46
+ * [2.5.2 project-structure: display the structure of the project specified, including sub-projects and relationships](#252-project-structure-display-the-structure-of-the-project-specified-including-sub-projects-and-relationships)
47
+ * [2.5.3 projects: display a list of projects optionally filtered by a search string](#253-projects-display-a-list-of-projects-optionally-filtered-by-a-search-string)
48
+ * [3.0 my: a personal view](#30-my-a-personal-view)
49
+ * [3.0.1 my-profile: displays the profile of the user identity the command runs under](#301-my-profile-displays-the-profile-of-the-user-identity-the-command-runs-under)
50
+ * [3.0.2 my-roles: displays the roles of the user identity the command runs under](#302-my-roles-displays-the-roles-of-the-user-identity-the-command-runs-under)
51
+ * [3.03 my-to-dos: displays to-do items that have been assigned to the current user identity](#303-my-to-dos-displays-to-do-items-that-have-been-assigned-to-the-current-user-identity)
52
+ * [3.04 open-to-dos: displays a list of all open to-do items](#304-open-to-dos-displays-a-list-of-all-open-to-do-items)
53
+ * [4.0 ops - information about Egeria operations and configurations](#40-ops---information-about-egeria-operations-and-configurations)
54
+ * [4.1 engines](#41-engines)
55
+ * [4.1.1 activity: display the current engine activity as a static, paged list in a compressed view](#411-activity-display-the-current-engine-activity-as-a-static-paged-list-in-a-compressed-view)
56
+ * [4.1.2 activity: display the current engine activity as a live monitor in a compressed view](#412-activity-display-the-current-engine-activity-as-a-live-monitor-in-a-compressed-view)
57
+ * [4.1.3 activity: display the current engine activity as a live monitor](#413-activity-display-the-current-engine-activity-as-a-live-monitor-)
58
+ * [4.1.4 status: display the current status of governance engines either as a live monitor or as a static, paged list](#414-status-display-the-current-status-of-governance-engines-either-as-a-live-monitor-or-as-a-static-paged-list)
59
+ * [4.2 integrations](#42-integrations)
60
+ * [4.2.1 status: display the integration daemon status either as a live monitor or as a static, paged list](#421-status-display-the-integration-daemon-status-either-as-a-live-monitor-or-as-a-static-paged-list)
61
+ * [4.2.2 targets: display a list of catalog targets and their details](#422-targets-display-a-list-of-catalog-targets-and-their-details)
62
+ * [4.3 platforms](#43-platforms)
63
+ * [4.3.1 status: display the platform status as a live monitor](#431-status-display-the-platform-status-as-a-live-monitor)
64
+ * [4.4 servers](#44-servers)
65
+ * [4.4.1 status: show the status of servers running on the default platform with full details](#441-status-show-the-status-of-servers-running-on-the-default-platform-with-full-details)
66
+ * [4.4.2 status: show the status of servers running on the default platform with only status](#442-status-show-the-status-of-servers-running-on-the-default-platform-with-only-status)
67
+ * [4.4.3 startup: display a summary server status view using direct platform information.](#443-startup-display-a-summary-server-status-view-using-direct-platform-information)
68
+ * [5.0 tech: information for technologists](#50-tech-information-for-technologists)
69
+ * [5.1 elements: different ways to explore and display metadata elements managed by Egeria](#51-elements-different-ways-to-explore-and-display-metadata-elements-managed-by-egeria)
70
+ * [5.1.1 anchored_elements: List anchored elements that match a specified value for a property.](#511-anchored_elements-list-anchored-elements-that-match-a-specified-value-for-a-property)
71
+ * [5.1.2 elements: List of elements of the specified Egeria Open Metadata type](#512-elements-list-of-elements-of-the-specified-egeria-open-metadata-type)
72
+ * [5.1.3 elements - extended: List of elements of the specified Egeria Open Metadata type with the extended columns](#513-elements---extended-list-of-elements-of-the-specified-egeria-open-metadata-type-with-the-extended-columns)
73
+ * [5.1.4 elements of om_type by classification](#514-elements-of-om_type-by-classification)
74
+ * [5.1.5 get_elements: a list of elements of the specified om_type](#515-get_elements-a-list-of-elements-of-the-specified-om_type)
75
+ * [5.1.6 guid-info: information about the element identified by the supplied GUID](#516-guid-info-information-about-the-element-identified-by-the-supplied-guid)
76
+ * [5.1.7 related-elements: lists elements related to specified element](#517-related-elements-lists-elements-related-to-specified-element)
77
+ * [5.1.8 related-specifications: display template specification parameters](#518-related-specifications-display-template-specification-parameters)
78
+ * [5.2 tech-info](#52-tech-info)
79
+ * [5.2.1 asset-types: List defined asset types](#521-asset-types-list-defined-asset-types)
80
+ * [5.2.2 gov-action-processes: displays details about identified governance action processes](#522-gov-action-processes-displays-details-about-identified-governance-action-processes)
81
+ * [5.2.3 processes: lists all governance action processes](#523-processes-lists-all-governance-action-processes)
82
+ * [5.2.4 registered-services: lists the services registered with the Egeria OMAG Platform](#524-registered-services-lists-the-services-registered-with-the-egeria-omag-platform)
83
+ * [5.2.5 relationship-types: lists the relationship types from the specified Egeria Open Metadata type](#525-relationship-types-lists-the-relationship-types-from-the-specified-egeria-open-metadata-type)
84
+ * [5.2.6 relationships <placeholder>](#526-relationships-placeholder)
85
+ * [5.2.7 valid-metadata-values: display valid metadata value for the specified property of a type](#527-valid-metadata-values-display-valid-metadata-value-for-the-specified-property-of-a-type)
86
+ * [5.3 tech-types](#53-tech-types)
87
+ * [5.3.1 details - Display details for the specified technology type.](#531-details---display-details-for-the-specified-technology-type)
88
+ * [5.3.2 list - list the deployed technology types specified by the search string](#532-list---list-the-deployed-technology-types-specified-by-the-search-string)
89
+ * [5.3.3 template-spec - list the template specification details for the specified technology type](#533-template-spec---list-the-template-specification-details-for-the-specified-technology-type)
90
+ * [5.3.4 templates - display details of technology type templates for the specified technology type](#534-templates---display-details-of-technology-type-templates-for-the-specified-technology-type)
91
+ <!-- TOC -->
92
+
93
+ ---
94
+
95
+ ## 1. Top level
96
+ This image is a composite of screenshots showing the full list and organization of **hey_egeria** commands.
97
+
98
+ ![hey_egeria tui 2024-12-16 at 16.58.22@2x.png](hey_egeria%20tui%202024-12-16%20at%2016.58.22%402x.png)
99
+
100
+
101
+ ## 2. cat: Commands for the catalog user
102
+
103
+ ### 2.1 assets: display information about assets
104
+ #### 2.1.1 asset-graph - displays information about the asset and the elements related to it
105
+ Input:
106
+ * asset-guid (required): the unique identity (GUID) of the asset to start from.
107
+ ![asset-graph 2024-11-20 at 15.56.42.png](cat/show/assets/Asset-graph%202024-11-20%20at%2015.56.42.png)
108
+
109
+ #### 2.1.2 assets-in-domain - search for occurrences of search-string in the asset domain
110
+ Input:
111
+ * search_string (required): the string to search for; matches will be displayed.
112
+
113
+ ![assets-in-domain 2024-11-20 at 15.49.55@2x.png](cat/show/assets/Assets-in-domain%202024-11-20%20at%2015.49.55%402x.png)
114
+
115
+ #### 2.1.3 elements-of-type - display elements for a specified technology type
116
+ Input:
117
+ * tech_type (required) - technology type to search elements for; default is 'PostgreSQL Server'.
118
+
119
+ Note: Technology type artifacts are generally loaded from open-metadata archives. You may need to load the right
120
+ archive file, if it hasn't already been loaded, before finding a specific technology type.
121
+
122
+ ![elements-of-type 2024-11-20 at 16.01.35.png](cat/show/assets/elements-of-type%202024-11-20%20at%2016.01.35.png)
123
+
124
+ #### 2.1.4 tech-type-elements - list the elements of the specified technology type
125
+ Input:
126
+ * tech_type (required) - technology type to search elements for; default is 'PostgreSQL Server'
127
+
128
+ ![tech-type-elements 2024-11-20 at 16.05.05.png](cat/show/assets/tech-type-elements%202024-11-20%20at%2016.05.05.png)
129
+
130
+ ### 2.2 deployed-data: display information about deployed data resources Egeria has been told about
131
+
132
+ #### 2.2.1 deployed-data-catalogs - lists the known deployed catalogs
133
+ Input:
134
+ * search_server - optionally filter results by this server name, default is '*' (all)
135
+ Notes: This shows the properties for each server found as well as the catalog schemas it contains.
136
+
137
+ ![deployed-data-catalogs 2024-12-17 at 15.43.27@2x.png](cat/show/deployed-data/deployed-data-catalogs%202024-12-17%20at%2015.43.27%402x.png)
138
+
139
+ #### 2.2.2 deployed-schemas: lists information about schemas, optionally filtered by catalog name
140
+ Input:
141
+ * search_catalog - optionally filter results by this catalog name, default is '*' (all)
142
+ Notes: This shows the schemas for catalogs as well as data resources within the schema.
143
+
144
+ ![deployed-schemas 2024-12-17 at 15.48.38@2x.png](cat/show/deployed-data/deployed-schemas%202024-12-17%20at%2015.48.38%402x.png)
145
+
146
+ #### 2.2.3 deployed-servers: lists the deployed software servers
147
+ Input:
148
+ * search_string - optionally filters by the search string, default is '*' (all).
149
+
150
+ ![deployed-servers 2024-12-17 at 15.52.16@2x.png](cat/show/deployed-data/deployed-servers%202024-12-17%20at%2015.52.16%402x.png)
151
+
152
+ #### 2.2.4 deployed-databases: lists the known, deployed databases
153
+ Input:
154
+ * server - optionally filter the databases by the name of the database servers.
155
+
156
+ ![deployed_databases 2024-12-16 at 16.40.31@2x.png](cat/show/deployed-data/deployed_databases%202024-12-16%20at%2016.40.31%402x.png)
157
+
158
+
159
+ ### 2.3 glossary: display information about glossaries and glossary terms
160
+
161
+ #### 2.3.1 list-glossaries: lists the known glossaries
162
+ Input:
163
+ * search_string - optionally filters by the search string, default is '*' (all).
164
+
165
+ * ![list-glossaries 2024-11-25 at 20.30.02.png](cat/show/glossary/list-glossaries%202024-11-25%20at%2020.30.02.png)
166
+
167
+ #### 2.3.2 list-glossary-terms: lists glossary terms, optionally filtered by glossary
168
+ Input:
169
+ * search-string - optionally filters terms by the search string, default is '*' (all).
170
+ * glossary-guid - optionally restricts the search to just the glossary specified by the GUID, default is EGERIA_HOME_GLOSSARY_GUID.
171
+ * glossary-name - optionally restricts the search to just the glossary specified by the name, default is '*' (all).
172
+
173
+ Note:
174
+ If both glossary-guid and glossary-name have values, glossary-guid will take precedence.
175
+
176
+ ![list-terms 2024-11-25 at 20.32.11.png](cat/show/glossary/list-terms%202024-11-25%20at%2020.32.11.png)
177
+
178
+ ### 2,4 info: a mix of other information and Egeria structures
179
+
180
+ As we get more commands in particular topic areas, we will sub-divide this further.
181
+
182
+ #### 2.4.1 asset-types: list the types of assets Egeria knows about
183
+
184
+ ![asset-types 2024-11-25 at 20.34.19@2x.png](cat/show/info/asset-types%202024-11-25%20at%2020.34.19%402x.png)
185
+
186
+ #### 2.4.2 certification-types: list the types of certifications that have been defined
187
+ Input:
188
+ * search-string - optionally filters certifications by the search string, default is '*' (all).
189
+
190
+ ![certification-types 2024-11-25 at 20.37.07.png](cat/show/info/certification-types%202024-11-25%20at%2020.37.07.png)
191
+
192
+ #### 2.4.3 collection-graph: display a graph of collection from a specified root collection
193
+ Input:
194
+ * root_collection (required) - collection to use as the root of the graph; nested collections will be displayed, default root collection is 'Coco Pharmaceuticals Governance Domains'.
195
+ ![collection-graph 2024-12-12 at 11.33.18@2x.png](cat/show/info/collection-graph%202024-12-12%20at%2011.33.18%402x.png)
196
+
197
+ #### 2.4.4 collections: lists collections filtered by the optional search string
198
+ Input:
199
+ * collection - optionally filter collections by the string specified, default is "*" (all).
200
+
201
+ ![list-collections 2024-12-10 at 14.25.51@2x.png](cat/show/info/list-collections%202024-12-10%20at%2014.25.51%402x.png)
202
+
203
+ #### 2.4.5 to-dos: list to-do items optionally filtered by a search string
204
+ Input:
205
+ * search-string - optionally filters todo items by the search string, default is '*' (all).
206
+
207
+ ![list-todos 2024-12-12 at 11.46.30@2x.png](cat/show/info/list-todos%202024-12-12%20at%2011.46.30%402x.png)
208
+
209
+ #### 2.4.6 user-ids: list all known user ids
210
+
211
+ ![list-user-ids 2024-12-12 at 11.51.09@2x.png](cat/show/info/list-user-ids%202024-12-12%20at%2011.51.09%402x.png)
212
+
213
+ #### 2.4.7 tech-types: list technology types optionally filtered by a search-string
214
+ Input:
215
+ * tech_type: optionally filters list by the search string, default is '*' (all).
216
+ ![tech-types 2024-12-12 at 11.37.20@2x.png](cat/show/info/tech-types%202024-12-12%20at%2011.37.20%402x.png)
217
+
218
+
219
+ ### 2.5 projects: information about projects that Egeria represents
220
+
221
+ #### 2.5.1 project-dependencies: display a dependency graph of projects starting from the specified project
222
+ Input:
223
+ * project (required) - base project to show dependencies from, default is "Clinical Trials Management"
224
+
225
+ ![project_dependencies 2024-12-14 at 16.24.39@2x.png](cat/show/projects/project_dependencies%202024-12-14%20at%2016.24.39%402x.png)
226
+
227
+ #### 2.5.2 project-structure: display the structure of the project specified, including sub-projects and relationships
228
+ Input:
229
+ * project (required) - base project to show dependencies from, default is "Clinical Trials Management"
230
+
231
+ ![project_structure 2024-12-14 at 16.21.35@2x.png](cat/show/projects/project_structure%202024-12-14%20at%2016.21.35%402x.png)
232
+
233
+ #### 2.5.3 projects: display a list of projects optionally filtered by a search string
234
+ Input:
235
+ * search-string - optionally filters projects by the search string, default is '*' (all).
236
+
237
+ ![projects 2024-12-14 at 16.18.10@2x.png](cat/show/projects/projects%202024-12-14%20at%2016.18.10%402x.png)
238
+
239
+
240
+
241
+ ## 3.0 my: a personal view
242
+ #### 3.0.1 my-profile: displays the profile of the user identity the command runs under
243
+ Input:
244
+ * userid (required) - default is "erinoverview", one of the fictitious Coco Pharmaceuticals employees.
245
+
246
+ Note:
247
+ Set the EGERIA_USER and EGERIA_USER_PASSWORD environment variables for your desired default user.
248
+
249
+ ![my_profile 2024-12-14 at 16.29.27@2x.png](my/show/my_profile%20%202024-12-14%20at%2016.29.27%402x.png)
250
+
251
+ #### 3.0.2 my-roles: displays the roles of the user identity the command runs under
252
+ Input:
253
+ userid (required) - default is "erinoverview", one of the fictitious Coco Pharmaceuticals employees.
254
+
255
+ Note:
256
+ Set the EGERIA_USER and EGERIA_USER_PASSWORD environment variables for your desired default user.
257
+
258
+ ![my_roles 2024-12-14 at 16.32.10@2x.png](my/show/my_roles%202024-12-14%20at%2016.32.10%402x.png)
259
+
260
+ #### 3.03 my-to-dos: displays to-do items that have been assigned to the current user identity
261
+
262
+ Input:
263
+ userid (required) - default is "erinoverview", one of the fictitious Coco Pharmaceuticals employees.
264
+
265
+ Note:
266
+ Set the EGERIA_USER and EGERIA_USER_PASSWORD environment variables for your desired default user.
267
+
268
+ ![my_todos 2024-12-15 at 16.24.13@2x.png](my/show/my_todos%20%202024-12-15%20at%2016.24.13%402x.png)
269
+
270
+ #### 3.04 open-to-dos: displays a list of all open to-do items
271
+
272
+ ![open_todos 2024-12-14 at 16.36.12@2x.png](my/show/open_todos%202024-12-14%20at%2016.36.12%402x.png)
273
+
274
+
275
+
276
+
277
+ ## 4.0 ops - information about Egeria operations and configurations
278
+
279
+ ### 4.1 engines
280
+
281
+ #### 4.1.1 activity: display the current engine activity as a static, paged list in a compressed view
282
+ Input:
283
+ * rowlimit - limits the number of rows to display, default is 0, which means return all rows.
284
+ * list (checkbox) - if checked, a paging version of the display is provided, if unchecked this will be a live, continuously updated version; default is not checked.
285
+ * compressed (checkbox) - if checked, a compressed version of the display is provided, default is not checked.
286
+
287
+ Note:
288
+ To exit a live monitor you type "ctrl-c"; to exit a paged list you type "q"
289
+
290
+ ![list_engine_activity compressed 2024-12-15 at 16.48.48@2x.png](ops/show/engines/list_engine_activity%20compressed%202024-12-15%20at%2016.48.48%402x.png)
291
+
292
+ #### 4.1.2 activity: display the current engine activity as a live monitor in a compressed view
293
+ Input:
294
+ * rowlimit - limits the number of rows to display, default is 0, which means return all rows.
295
+ * list (checkbox) - if checked, a paging version of the display is provided, if unchecked this will be a live, continuously updated version; default is not checked.
296
+ * compressed (checkbox) - if checked, a compressed version of the display is provided, default is not checked.
297
+
298
+ Note:
299
+ To exit a live monitor you type "ctrl-c"; to exit a paged list you type "q"
300
+
301
+
302
+
303
+ ![monitor_engine_activity compressed 2024-12-15 at 16.38.29@2x.png](ops/show/engines/monitor_engine_activity%20compressed%20%202024-12-15%20at%2016.38.29%402x.png)
304
+ #### 4.1.3 activity: display the current engine activity as a live monitor
305
+ Input:
306
+ * rowlimit - limits the number of rows to display, default is 0, which means return all rows.
307
+ * list (checkbox) - if checked, a paging version of the display is provided, if unchecked this will be a live, continuously updated version; default is not checked.
308
+ * compressed (checkbox) - if checked, a compressed version of the display is provided, default is not checked.
309
+
310
+ Note:
311
+ To exit a live monitor you type "ctrl-c"; to exit a paged list you type "q"
312
+ ![monitor_engine_activity 2024-12-15 at 16.32.55@2x.png](ops/show/engines/monitor_engine_activity%20%202024-12-15%20at%2016.32.55%402x.png)
313
+
314
+ #### 4.1.4 status: display the current status of governance engines either as a live monitor or as a static, paged list
315
+ Input:
316
+ * engine-list - list of engines to include in the display, default is "*" (all)
317
+ * list (checkbox) - if checked, a paging version of the display is provided, if unchecked this will be a live, continuously updated version; default is not checked.
318
+
319
+
320
+ Note:
321
+ To exit a live monitor you type "ctrl-c"; to exit a paged list you type "q"
322
+ ![monitor_engine_status 2024-12-15 at 16.51.26.jpeg](ops/show/engines/monitor_engine_status%202024-12-15%20at%2016.51.26.jpeg)
323
+
324
+
325
+
326
+ ### 4.2 integrations
327
+
328
+ #### 4.2.1 status: display the integration daemon status either as a live monitor or as a static, paged list
329
+ Input:
330
+ * connector-list - list of connectors to include in the display, default is "*" (all)
331
+ * list (checkbox) - if checked, a paging version of the display is provided, if unchecked this will be a live, continuously updated version; default is not checked.
332
+ * sorted (checkbox) - if checked, the list of connectors will be sorted; default is checked.
333
+
334
+ ![monitor_integration_daemon_status 2024-12-15 at 16.57.12@2x.png](ops/show/integrations/monitor_integration_daemon_status%20%202024-12-15%20at%2016.57.12%402x.png)
335
+
336
+
337
+ #### 4.2.2 targets: display a list of catalog targets and their details
338
+ Input:
339
+ * connector (required) - a valid connector name must be provided - typically selected using the previous 'integration daemon status' command.
340
+
341
+
342
+ ![monitor_integration_targets 2024-12-15 at 17.02.19@2x.png](ops/show/integrations/monitor_integration_targets%20%202024-12-15%20at%2017.02.19%402x.png)
343
+
344
+ ### 4.3 platforms
345
+ #### 4.3.1 status: display the platform status as a live monitor
346
+
347
+ ![monitor_platform_status 2024-12-15 at 19.53.18@2x.png](ops/show/platforms/monitor_platform_status%20%202024-12-15%20at%2019.53.18%402x.png)
348
+
349
+
350
+
351
+ ### 4.4 servers
352
+
353
+ #### 4.4.1 status: show the status of servers running on the default platform with full details
354
+ Input:
355
+ * full (checkbox) - if check shows a full description of the servers, otherwise just the status is displayed; default is unchecked.
356
+ * url - the url of the Egeria OMAG Server Platform to get the server status for; default is derived from the EGERIA_PLATFORM_URL environment variable.
357
+
358
+ ![monitor_server_status full 2024-12-15 at 20.01.57@2x.png](ops/show/servers/monitor_server_status%20full%202024-12-15%20at%2020.01.57%402x.png)
359
+
360
+ #### 4.4.2 status: show the status of servers running on the default platform with only status
361
+ Input:
362
+ * full (checkbox) - if check shows a full description of the servers, otherwise just the status is displayed; default is unchecked.
363
+ * url - the url of the Egeria OMAG Server Platform to get the server status for; default is derived from the EGERIA_PLATFORM_URL environment variable.
364
+
365
+ ![monitor_server_status 2024-12-15 at 19.59.39@2x.png](ops/show/servers/monitor_server_status%20%202024-12-15%20at%2019.59.39%402x.png)
366
+
367
+ #### 4.4.3 startup: display a summary server status view using direct platform information.
368
+ Input:
369
+ * url - the url of the Egeria OMAG Server Platform to get the server status for; default is derived from the EGERIA_PLATFORM_URL environment variable.
370
+
371
+
372
+ ![monitor_startup_servers 2024-12-15 at 19.56.07@2x.png](ops/show/servers/monitor_startup_servers%202024-12-15%20at%2019.56.07%402x.png)
373
+
374
+
375
+
376
+
377
+ ## 5.0 tech: information for technologists
378
+
379
+ ### 5.1 elements: different ways to explore and display metadata elements managed by Egeria
380
+
381
+ #### 5.1.1 anchored_elements: List anchored elements that match a specified value for a property.
382
+ Input:
383
+ * search-string (required) - value to search for, default is "DeployedDatabaseSchema"
384
+ * prop-list (required) - properties to search for the the above search-string. This is a list of strings separated by comma. Default is "anchorTypeName".
385
+
386
+ ![get_anchored_elements 2024-12-15 at 21.25.41@2x.png](tech/show/elements/get_anchored_elements%202024-12-15%20at%2021.25.41%402x.png)
387
+
388
+
389
+ #### 5.1.2 elements: List of elements of the specified Egeria Open Metadata type
390
+ Input:
391
+ * extended (checkbox) - if checked additional feedback columns are displayed; default is unchecked.
392
+ * om_type (required) - the Egeria Open Metadata type to return elements for; default is "Organization"
393
+
394
+ ![list_elements_by_om-type 2024-12-16 at 14.24.18@2x.png](tech/show/elements/list_elements_by_om-type%20%202024-12-16%20at%2014.24.18%402x.png)
395
+
396
+ #### 5.1.3 elements - extended: List of elements of the specified Egeria Open Metadata type with the extended columns
397
+ Input:
398
+ * extended (checkbox) - if checked additional feedback columns are displayed; default is unchecked.
399
+ * om_type (required) - the Egeria Open Metadata type to return elements for; default is "Organization"
400
+
401
+ ![list_elements_by_om-type extended 2024-12-16 at 14.28.46@2x.png](tech/show/elements/list_elements_by_om-type%20extended%20%202024-12-16%20at%2014.28.46%402x.png)
402
+
403
+ #### 5.1.4 elements of om_type by classification
404
+ Input:
405
+ * om_type (required) - Egeria Open Metadata type to search for; default is "Project".
406
+ * classification - Egeria classification to search within; default is "GovernanceProject".
407
+
408
+ ![list_elements_of_om_type_by_classification 2024-12-16 at 14.35.26@2x.png](tech/show/elements/list_elements_of_om_type_by_classification%20%202024-12-16%20at%2014.35.26%402x.png)
409
+
410
+ #### 5.1.5 get_elements: a list of elements of the specified om_type
411
+ Input:
412
+ * om_type (required) - Egeria Open Metadata type to search for; default is "Project".
413
+ ![get_elements_of_om_type 2024-12-16 at 14.39.59@2x.png](tech/show/elements/get_elements_of_om_type%20%202024-12-16%20at%2014.39.59%402x.png)
414
+
415
+
416
+ #### 5.1.6 guid-info: information about the element identified by the supplied GUID
417
+ Input:
418
+ * guid (required) - the unique identifier of the element to return information about.
419
+
420
+ ![info_for_guid 2024-12-16 at 11.35.29@2x.png](tech/show/elements/info_for_guid%20%202024-12-16%20at%2011.35.29%402x.png)
421
+
422
+ #### 5.1.7 related-elements: lists elements related to specified element
423
+ Input:
424
+ * guid (required) - the unique identifier of the element to return information about.
425
+ * om_type (required) - Egeria Open Metadata type to search for; default is "Project".
426
+ * rel_type (requited) - Egeria relationship type to filter by; default is "Certification".
427
+ ![related_elements 2024-12-16 at 14.55.01@2x.png](tech/show/elements/related_elements%202024-12-16%20at%2014.55.01%402x.png)
428
+
429
+
430
+ #### 5.1.8 related-specifications: display template specification parameters
431
+ Input:
432
+ * guid (required) - the unique identifier of the element to return information about.
433
+
434
+ ![show_related_specifications 2024-12-16 at 15.04.55@2x.png](tech/show/elements/show_related_specifications%202024-12-16%20at%2015.04.55%402x.png)
435
+
436
+ ### 5.2 tech-info
437
+ #### 5.2.1 asset-types: List defined asset types
438
+
439
+ ![asset_types 2024-12-16 at 15.10.16@2x.png](tech/show/tech-info/asset_types%202024-12-16%20at%2015.10.16%402x.png)
440
+
441
+ #### 5.2.2 gov-action-processes: displays details about identified governance action processes
442
+ Input:
443
+ * search-string (required) - value to search for, default is "*" (all)
444
+
445
+ ![detailed_governance_action_processes 2024-12-16 at 15.16.26@2x.png](tech/show/tech-info/detailed_governance_action_processes%20%202024-12-16%20at%2015.16.26%402x.png)
446
+
447
+ #### 5.2.3 processes: lists all governance action processes
448
+ ![governance_action_processes 2024-12-16 at 15.13.01@2x.png](tech/show/tech-info/governance_action_processes%202024-12-16%20at%2015.13.01%402x.png)
449
+
450
+ #### 5.2.4 registered-services: lists the services registered with the Egeria OMAG Platform
451
+ Input:
452
+ * services: one of all, access-services, common-services, engine-services, governance-services, integration-services, view-services; default is "all".
453
+ ![registered_services 2024-12-16 at 16.44.54@2x.png](tech/show/tech-info/registered_services%202024-12-16%20at%2016.44.54%402x.png)
454
+
455
+ #### 5.2.5 relationship-types: lists the relationship types from the specified Egeria Open Metadata type
456
+ Input:
457
+
458
+ * om_type (required) - Egeria Open Metadata type to search for; default is "AssetOwner".
459
+
460
+ ![relationship_types 2024-12-19 at 10.51.54@2x.png](tech/show/tech-info/relationship_types%202024-12-19%20at%2010.51.54%402x.png)
461
+
462
+ #### 5.2.6 relationships <placeholder>
463
+ Input:
464
+
465
+ * relationships (reqired) - relationship to search for; default is "Certification".
466
+
467
+
468
+ #### 5.2.7 valid-metadata-values: display valid metadata value for the specified property of a type
469
+ Input:
470
+
471
+ * property (required) - valid value property to return the value for; default is "projectHealth".
472
+ * type-name (required) - metadata type to search the valid values for; default is "Project"
473
+
474
+ ![valid_metadata_values 2024-12-16 at 15.31.56@2x.png](tech/show/tech-info/valid_metadata_values%202024-12-16%20at%2015.31.56%402x.png)
475
+
476
+
477
+
478
+ ### 5.3 tech-types
479
+
480
+ #### 5.3.1 details - Display details for the specified technology type.
481
+ Input:
482
+
483
+ * tech_name (required) - technology name to get details for.
484
+
485
+ ![tech_type_details 2024-12-16 at 15.37.21@2x.png](tech/show/tech-types/tech_type_details%202024-12-16%20at%2015.37.21%402x.png)
486
+
487
+
488
+ #### 5.3.2 list - list the deployed technology types specified by the search string
489
+ Input:
490
+ * search-string - search for technology types containing the search-string; default is "*" (all).
491
+
492
+ [list_technology_types 2024-12-16 at 15.39.20@2x.png](tech/show/tech-types/list_technology_types%202024-12-16%20at%2015.39.20%402x.png)
493
+
494
+ #### 5.3.3 template-spec - list the template specification details for the specified technology type
495
+
496
+ Input:
497
+ * search-string - search for templates associated with technology types containing the search-string; default is "*" (all).
498
+
499
+ ![list_tech_type_template_specs 2024-12-16 at 16.03.22@2x.png](tech/show/tech-types/list_tech_type_template_specs%20%202024-12-16%20at%2016.03.22%402x.png)
500
+
501
+ #### 5.3.4 templates - display details of technology type templates for the specified technology type
502
+ Input:
503
+ * tech-type - name of the technology type to display templates for; default is "PostgreSQL Server"
504
+
505
+ ![tech_type_templates 2024-12-16 at 16.11.48@2x.png](tech/show/tech-types/tech_type_templates%202024-12-16%20at%2016.11.48%402x.png)
506
+
507
+
508
+
509
+ ----
510
+ License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
511
+ Copyright Contributors to the Egeria project.