Retrieves the notification service general settings.
Options
- asadmin-options
- 
Options for the asadminutility. For information about these options, see theasadminhelp page.
- --help
- -?
- 
Displays the help text for the subcommand. 
- --target
- 
This option helps specify the target on which you are retrieving the notification service configuration. 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 server instance. 
 
Examples
Example 1 Get current notification service configuration
asadmin get-notification-configuration
Notifier Name         Enabled  Notifier Enabled  Filter Level
slack-notifier        true     false             WARNING
snmp-notifier         true     false             WARNING
teams-notifier        true     false             WARNING
datadog-notifier      true     false             WARNING
jms-notifier          true     false             WARNING
newrelic-notifier     true     false             WARNING
log-notifier          true     true              WARNING
cdieventbus-notifier  true     false             WARNING
eventbus-notifier     true     false             WARNING
xmpp-notifier         true     false             WARNING
email-notifier        true     false             WARNING
discord-notifier      true     false             WARNING
Command get-notification-configuration executed successfully.