{{ .Params.data.name }}
-
Server:
{{ .Params.data.server_hostname }} / {{
.Params.data.server_functional_name }}
-
Settings
XML (Git Forge)
-
Affinity:
{{ range $key, $value := .Params.data.affinity_label_map }}
- {{ $key }}: {{ $value }}
{{ end }}
- Startup Thread: {{ .Params.data.affinity_startup_thread }}
- Domain: {{ .Params.data.domain }}
- Environment: {{
.Params.data.environment }}
{{ with .Params.data.group }}
- Group: {{ . }}
{{ end }}
{{ with .Params.data.desk }}
- Desk: {{ . }}
{{ end }}
- Application Standard: {{ .Params.data.application_standard }}
- Binary Name: {{ .Params.data.binary_name }}
- Process Platform: {{ .Params.data.platform }}
{{ with .Params.data.private_property_8 }}
- Property: {{ . }}
{{ end }}
{{ with .Params.data.team }}
- Team: {{ . }}
{{ end }}
{{ with .Params.data.support_team }}
- Support Team: {{ . }}
{{ end }}
{{ with .Params.data.private_property_3 }}
- Property: {{ . }}
{{ end }}
{{ with .Params.data.private_property_4 }}
- Property: {{ . }}
{{ end }}
{{ with .Params.data.private_property_6 }}
- Property: {{ . }}
{{ end }}
{{ with .Params.data.private_property_5 }}
- Property: {{ . }}
{{ end }}
{{ with .Params.data.private_property_1 }}
- Property: {{ . }}
{{ end }}
{{ with .Params.data.private_property_2 }}
- Property: {{ . }}
{{ end }}
{{ with .Params.data.critical }}
- Critical: {{ . }}
{{ end }}
-
Schedule:
- Time Zone: {{ .Params.data.schedule.time_zone }}
- Batch Job: {{ .Params.data.schedule.batch_job }}
- Continous: {{ .Params.data.schedule.continuous }}
{{ with .Params.data.schedule.name }}
- Schedule Name: {{ . }}
{{ end }}
{{ range $key, $value := .Params.data.schedule.entries }}
- Action: {{ $value.action }} / {{ $value.days }} / {{ $value.time }}
{{ end }}
{{ if gt (len .Params.data.incoming_connections) 0 }}
Incoming Connections
Source Process |
Source Server |
Connection Key |
Connection Details |
{{ range .Params.data.incoming_connections }}
{{ .source_process }} |
{{ .source_server }} |
{{ .connection_key }} |
{{ .connection_name }} / {{ .connection_type }} |
{{ end }}
{{ end }}
{{ if gt (len .Params.data.outgoing_connections) 0 }}
Outgoing Connections
{{ end }}
Settings XML
Other
{{ range .AlternativeOutputFormats }}
{{ if eq .Name "json" }}
View JSON Version
{{ end }}
{{ end }}
{{ end }}