externalLinkTemplates

<templates
>
required

This optional configuration allows administrators to configure templates. These templates can use environment variables in the URL definition. This can be useful in scenarios where a server may be different in production versus testing. When this configuration is defined the management center UI for creating new external links will offer these templates as a list when defining a new server for an external link.

<template
<id
>
required

ID of the external link template

xsd:string
</id>
<name
>
required
string

Print name of the external link template

</name>
<url
>
required
string

URL of the external link

</url>
>
optionalmax. unbounded
</template>
</templates>