subscriptions

<subscriptionsConfig
>
required
<defaultBaseResultUrl
>
optional
string

DEPRECATED: Replaced by publicCadenzaUrl in cadenzaweb-config.xml. If present, the option here will take precedence, though.

The base url of the target endpoint. Example: https://disy.net/trunk will result in https//disy.net/trunk/j/{JOBID} in the email

</defaultBaseResultUrl>
<email
>
optional
<senderAddress
>
optional
string

Technical Sender of a email sent by the JobScheduling system. Overrides the sender address defined in mail-config.xsd

</senderAddress>
<recipientSuggestions
xs:string
username
none
>
optional

If and how recipient suggestions are provided: none: show no suggestions (default) username: show usernames as suggestion

Default: none

</recipientSuggestions>
<freeFormEmail
>
optional
<enabled
>
required
boolean

Defines, whether an email address can be entered in a text field (default = true).

Default: true

</enabled>
<allowList
>
optional
<endsWith
>
requiredmax. unbounded
string

Allowed suffixes for job report recipients' email addresses.

</endsWith>
</allowList>
</freeFormEmail>
<whitelist
>
optional
<endsWith
>
requiredmax. unbounded
string

Deprecated (27.07.2021): Use freeFormEmail.allowList instead.

</endsWith>
</whitelist>
<footer
>
optional
string

Message template which should be inserted as footer for sent mails. Message template must include both {{subscriptionId}} and {{unsubscribeLink}} placeholders.

</footer>
</email>
<schedulingConfig
>
optional

Configuration to limit the frequency options available to users for scheduling jobs.

enableEventDrivenReports
optional
=
boolean

Set this to 'false' to disable creation of event-driven report subscriptions. This can be useful for setups where the authentication mechanism does not support impersonation and scheduled reports will fail.

Default: true

<allowedFrequency
<frequency
xs:string
YEARLY
MONTHLY
WEEKLY
DAILY
HOURLY
>
requiredmax. unbounded
</frequency>
>
optional
</allowedFrequency>
<allowedMonths
<month
xs:string
JAN
FEB
MAR
APR
MAY
JUN
JUL
AUG
SEP
OCT
NOV
DEC
>
requiredmax. unbounded
</month>
>
optional
</allowedMonths>
<allowedDays
<day
xs:string
SUN
MON
TUE
WED
THU
FRI
SAT
>
requiredmax. unbounded
</day>
>
optional
</allowedDays>
<allowedTimestamps
<timestamp
xs:string
>
requiredmax. unbounded
</timestamp>
>
optional
</allowedTimestamps>
</schedulingConfig>
</subscriptionsConfig>