{{ define "main" }}

{{ .Params.data.name }}


{{ if gt (len .Params.data.incoming_connections) 0 }}

Incoming Connections

{{ range .Params.data.incoming_connections }} {{ end }}
Source Process Source Server Connection Key Connection Details
{{ .source_process }} {{ .source_server }} {{ .connection_key }} {{ .connection_name }} / {{ .connection_type }}
{{ end }} {{ if gt (len .Params.data.outgoing_connections) 0 }}

Outgoing Connections

{{ range .Params.data.outgoing_connections }} {{ end }}
Destination Process Destination Server Connection Key Connection Details
{{ .destination_process }} {{ .destination_server }} {{ .connection_key }} {{ .connection_name }} / {{ .connection_type }}
{{ end }}

Settings XML

Other Files (Git Forge) / Other Files (Raw)

Loading...

Other

{{ range .AlternativeOutputFormats }} {{ if eq .Name "json" }} View JSON Version {{ end }} {{ end }}
{{ end }}