161 svc_grouped_ls svc_extended_name

This commit is contained in:
2025-11-12 17:23:11 +03:00
parent a866bc74e7
commit 8ead2f5776
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -15,6 +15,7 @@
is_production_ready={prefix="s", type="boolean"},
svc={prefix="s", type="string"},
svc_short={prefix="s", type="string"},
svc_extended_name={type="string"},
<!--- orchestrator_name={prefix="s", type="string"}, --->
code={prefix="s", type="string"},
version={prefix="s", type="string"},
@@ -72,6 +73,7 @@
<m:field>to_char(s.dt_updated, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_updated</m:field>
<m:field>sg.svc_group_id</m:field>
<m:field>g.svc_group</m:field>
<m:field>(coalesce(s.svc,'') ||' '|| coalesce(s.svc_short,'') ||' '|| coalesce(s.synonyms,'')) as svc_extended_name</m:field>
</m:field_set>
from svc s
left outer join svc_group_svc sg on (s.svc_id=sg.svc_id AND sg.is_enabled)