subscriptions
<subscriptionsConfig
>
required<defaultBaseResultUrl
optionalstringDEPRECATED: 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<freeFormEmail
>
optional
</freeFormEmail>
</email>
<schedulingConfig
optionalConfiguration to limit the frequency options available to users for scheduling jobs.
optional
=
booleanSet 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:stringYEARLY
MONTHLY
WEEKLY
DAILY
HOURLY
>
requiredmax. unbounded
</frequency>
>
optional
</allowedFrequency>
<allowedMonths
<month
xs:stringJAN
FEB
MAR
APR
MAY
JUN
JUL
AUG
SEP
OCT
NOV
DEC
>
requiredmax. unbounded
</month>
>
optional
</allowedMonths>
<allowedDays
<day
xs:stringSUN
MON
TUE
WED
THU
FRI
SAT
>
requiredmax. unbounded
</day>
>
optional
</allowedDays>
<allowedTimestamps
<timestamp
xs:string>
requiredmax. unbounded
</timestamp>
>
optional
</allowedTimestamps>
</schedulingConfig>
</subscriptionsConfig>