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 |
---|---|---|---|
|
Optional | configuration.xml | The path to the server configuration file. |
|
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
|
Optional | true | Indicates whether notifications over HTTP are activated, with a default setting of enabled. |
|
Required | none | Specifies the authorization type for http connection such as OAUTH, BASIC, NOAUTH. |
|
Required | none | Specifies the HTTP host for notifications, representing the server address where HTTP notifications are sent. |
|
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. |
|
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. |
|
Optional | none | Sets the username for HTTP notification authentication, crucial for securing notification endpoints. Takes precedence over 'issuer' and 'scope'. |
|
Optional | none | Determines the password for HTTP notification authentication, ensuring secure access to notification services. Takes precedence over 'issuer' and 'scope'. |
Parent topic: Command-line reference