Webex Notifications
To enable Webex notifications, you need to set the appropriate configuration properties for auth-token
and room-id
.
Property | Description |
---|---|
spring.boot.admin.notify.webex.url | base url for Webex API (i.e. https://webexapis.com/v1/messages)
|
spring.boot.admin.notify.webex.enabled | Enables the notification.
|
spring.boot.admin.notify.webex.room-id | Room identifier in Webex where the message will be sent
|
spring.boot.admin.notify.webex.auth-token | Bearer authentication token for Webex API
|
spring.boot.admin.notify.webex.ignore-changes | List of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|