pyegeria 1.5.1.1.39__py3-none-any.whl → 1.5.1.1.40__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.
- pyegeria/commands/ops/monitor_server_status.py +3 -3
- {pyegeria-1.5.1.1.39.dist-info → pyegeria-1.5.1.1.40.dist-info}/METADATA +1 -1
- {pyegeria-1.5.1.1.39.dist-info → pyegeria-1.5.1.1.40.dist-info}/RECORD +6 -6
- {pyegeria-1.5.1.1.39.dist-info → pyegeria-1.5.1.1.40.dist-info}/LICENSE +0 -0
- {pyegeria-1.5.1.1.39.dist-info → pyegeria-1.5.1.1.40.dist-info}/WHEEL +0 -0
- {pyegeria-1.5.1.1.39.dist-info → pyegeria-1.5.1.1.40.dist-info}/entry_points.txt +0 -0
@@ -121,8 +121,8 @@ def display_status(
|
|
121
121
|
guid = ""
|
122
122
|
qualified_name = ""
|
123
123
|
for i in server_info:
|
124
|
-
guid += f"{i[
|
125
|
-
qualified_name += f"{i[
|
124
|
+
guid += f"{i['elementHeader']['guid']} "
|
125
|
+
qualified_name += f"{i['properties']['qualifiedName']} "
|
126
126
|
|
127
127
|
table.add_row(
|
128
128
|
server_name,
|
@@ -162,7 +162,7 @@ def display_status(
|
|
162
162
|
|
163
163
|
def main():
|
164
164
|
parser = argparse.ArgumentParser()
|
165
|
-
parser.add_argument("--extended", default
|
165
|
+
parser.add_argument("--extended", default=True, help="Extended Information?")
|
166
166
|
parser.add_argument("--server", help="Name of the server to display status for")
|
167
167
|
parser.add_argument("--url", help="URL Platform to connect to")
|
168
168
|
parser.add_argument("--userid", help="User Id")
|
@@ -60,7 +60,7 @@ pyegeria/commands/ops/monitor_gov_eng_status.py,sha256=nR0xI_8L8W6gOJm8-jp8BaAeO
|
|
60
60
|
pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=NQVHJuZfRfSaO7WjZnziI6ckHLCl06ykliJCV_sICOI,11368
|
61
61
|
pyegeria/commands/ops/monitor_platform_status.py,sha256=E4Qf6m1dv8EqUV1-LAxWAlOrZRqNSXJgJ0i_cczW1aI,6578
|
62
62
|
pyegeria/commands/ops/monitor_server_startup.py,sha256=0pwnhv761uuFHGJXVANa5RhQQPPTXFldJ45TfeT7qfk,3901
|
63
|
-
pyegeria/commands/ops/monitor_server_status.py,sha256=
|
63
|
+
pyegeria/commands/ops/monitor_server_status.py,sha256=S7bFzOIvyBY-3QS6tcD8fx50X7vUm7ab4Bm2WIHAX1k,6890
|
64
64
|
pyegeria/commands/ops/orig_monitor_server_list.py,sha256=Uhtn8lv7QVXJBi9DSR3Nelmz8TB0vOsat10nFS6Nu20,4637
|
65
65
|
pyegeria/commands/ops/orig_monitor_server_status.py,sha256=A-8hMDfbscdcq-b1OD4wKn0tphumX8WIK-Hz8uPoFkc,3974
|
66
66
|
pyegeria/commands/ops/refresh_integration_daemon.py,sha256=WEAeaFAEWLJ055pGfzX6rkn7mq3Z0FYqJ0Xn0z1VjtA,2962
|
@@ -108,8 +108,8 @@ pyegeria/template_manager_omvs.py,sha256=heqbKeum5hPCHap4r1RUZU8YB3QaQlxVNbq4GZi
|
|
108
108
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
109
109
|
pyegeria/valid_metadata_omvs.py,sha256=tfCGXed5LLt59YA8uZNNtd9UJ-lRZfPU_uZxK31Yux0,65069
|
110
110
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
111
|
-
pyegeria-1.5.1.1.
|
112
|
-
pyegeria-1.5.1.1.
|
113
|
-
pyegeria-1.5.1.1.
|
114
|
-
pyegeria-1.5.1.1.
|
115
|
-
pyegeria-1.5.1.1.
|
111
|
+
pyegeria-1.5.1.1.40.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
112
|
+
pyegeria-1.5.1.1.40.dist-info/METADATA,sha256=Ymh71f7ljmDnFRMLvHTU5udmuyWfIYcefAcNd05n6mU,2998
|
113
|
+
pyegeria-1.5.1.1.40.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
114
|
+
pyegeria-1.5.1.1.40.dist-info/entry_points.txt,sha256=2aD67PkxIfXQqrZfgEwEYdfohKG9zmE5LmuDGURaIDw,5051
|
115
|
+
pyegeria-1.5.1.1.40.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|