Difference between revisions of "Template: PrintPortsSummary"

From Genesys Documentation
Jump to: navigation, search
(Created page with "<noinclude>This template prints a consolidated table of ports and protocols, retrieving information from all service-level Architecture pages.</noinclude> <tabber> List by se...")
 
 
Line 1: Line 1:
<noinclude>This template prints a consolidated table of ports and protocols, retrieving information from all service-level Architecture pages.</noinclude>
+
<noinclude>This template prints a consolidated table of ports and protocols, retrieving information from all service-level Architecture pages. And also prints a table with links to the service-level Architecture pages.</noinclude>
  
 
<tabber>
 
<tabber>
Line 92: Line 92:
 
         |group by=Protocols.Name,Port,Service.Name,ArticlePEServiceArchitecture._pageName
 
         |group by=Protocols.Name,Port,Service.Name,ArticlePEServiceArchitecture._pageName
 
         |link text=Download
 
         |link text=Download
 +
        |filename=PortSummaryByProtocol_{{CURRENTTIMESTAMP}}
 
}}
 
}}
 
{{#cargo_query:
 
{{#cargo_query:
Line 152: Line 153:
 
|format=csv
 
|format=csv
 
         |group by=Protocols.Name,Port,Service.Name,ArticlePEServiceArchitecture._pageName
 
         |group by=Protocols.Name,Port,Service.Name,ArticlePEServiceArchitecture._pageName
         ||link text=Download
+
         |link text=Download
 +
        |filename=PortSummary_{{CURRENTTIMESTAMP}}
 
}}
 
}}
 
{{#cargo_query:
 
{{#cargo_query:
Line 184: Line 186:
 
}}
 
}}
 
</tabber>
 
</tabber>
 +
 +
== Service level connection tables==
 +
{{#cargo_query:
 +
tables=
 +
ArticlePEServiceArchitecture,Service,Article
 +
        |join on=
 +
              ArticlePEServiceArchitecture._pageName=Article._pageName,
 +
              ArticlePEServiceArchitecture.ServiceId=Service.Id
 +
|fields=
 +
Service.Name=Service,
 +
                CONCAT(IF (ArticlePEServiceArchitecture.AdditionalTitle IS NULL , ' ', ArticlePEServiceArchitecture.AdditionalTitle ),' [[',ArticlePEServiceArchitecture._pageName,'#ConnectionsTable|Connections Table]]')=Link
 +
|where=
 +
        ArticlePEServiceArchitecture._pageNamespace ="{{NAMESPACENUMBER}}"
 +
                AND Service.Name IS NOT NULL
 +
|limit=10000
 +
}}
 +
 +
 +
 +
{{#css:
 +
table.cargoTable.mergeSimilarCells td.even {
 +
    background: #fefefe;
 +
}
 +
}}

Latest revision as of 14:31, October 7, 2022

This template prints a consolidated table of ports and protocols, retrieving information from all service-level Architecture pages. And also prints a table with links to the service-level Architecture pages.

View CSV: Download No results

View CSV: Download No results

View CSV: Download No results

Service level connection tables[edit source]

No results



Retrieved from "https://all.docs.genesys.com/Template:PrintPortsSummary (2025-08-07 18:05:34)"