Spotfire® Server and Environment - Installation and Administration

config-http-notification

Configures the notification service.

config-http-notification
[-c value | --configuration=value]
[-b value | --bootstrap-config=value]
[-e <true|false> | --enabled=<true|false>]
<-a value | --auth-type=value>
<-h value | --host=value>
[-i value | --issuer=value]
[-s value | --scope=value]
[-u value | --username=value]
[-p value | --password=value]

Overview

Use this command to configure the http connection details for the notifications.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-e <true|false>
--enabled=<true|false>
Optional true Indicates whether notifications over HTTP are activated, with a default setting of enabled.
-a value
--auth-type=value
Required none Specifies the authorization type for http connection such as OAUTH, BASIC, NOAUTH.
-h value
--host=value
Required none Specifies the HTTP host for notifications, representing the server address where HTTP notifications are sent.
-i value
--issuer=value
Optional none Defines the issuer for HTTP notifications. This is important for identifying the notification source but will be disregarded if 'username' and 'password' are provided.
-s value
--scope=value
Optional none Specifies the scope of HTTP notifications, delineating the extent of access or operation. This will be disregarded if 'username' and 'password' are provided.
-u value
--username=value
Optional none Sets the username for HTTP notification authentication, crucial for securing notification endpoints. Takes precedence over 'issuer' and 'scope'.
-p value
--password=value
Optional none Determines the password for HTTP notification authentication, ensuring secure access to notification services. Takes precedence over 'issuer' and 'scope'.