set-discord-notifier-configuration
Configures the settings of the Discord notifier.
Synopsis
asadmin [asadmin-options] set-discord-notifier-configuration [--help]
[--target target]
[--enabled={false|true}]
[--dynamic={false|true}]
[--noisy={false|true}]
[--webhookId id]
[--webhookToken token]
Description
This command can be used to configure the behaviour of the Discord notifier in Payara Server.
This command is available as long as the Discord notifier’s core module is installed in the server. This notifier’s extension is installed by default on Payara Server Enterprise. |
Options
- asadmin-options
-
Options for the
asadmin
utility. For information about these options, see theasadmin
help page. --help
-?
-
Displays the help text for the subcommand.
--target
-
This option helps specify the target on which you are configuring the Discord notifier. Valid values are:
server
-
Applies to the default server instance. This is the default value.
- cluster_name
-
Applies to every server instance in the cluster.
- instance_name
-
Applies to a specified sever instance.
--enabled
-
Defaults to
false
. Enables or disables the log notifier --dynamic
-
Defaults to
false
. When set totrue
, applies the changes without a server restart.Otherwise, a restart is required.
--noisy
-
Defaults to
false
. Whether the notifier is active even if the notification event threshold is set toFINE
. --webhookId
-
The ID of the webhook required to authenticate to the corresponding Discord channel.
--webhookToken
-
The token required to authenticate the webhook to the corresponding Discord channel.
Examples
Example 1 Enable the Discord notifier and set its required webhook settings
asadmin set-discord-notifier-configuration --enabled=true --dynamic=true --webhookId=xxx --webhookToken=yyy