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