prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers[].webexConfigs[]

WebexConfig configures notification via Cisco Webex See https://prometheus.io/docs/alerting/latest/configuration/#webex_config

5 fields
AlertmanagerConfig.spec.receivers[].webexConfigs[] fields and descriptions
Field / TypeDescription
apiURL
string

apiURL defines the Webex Teams API URL i.e. https://webexapis.com/v1/messages

  • pattern: ^https?://.+$
object

httpConfig defines the HTTP client's configuration.

message
string

message defines the message template

roomID
string required

roomID defines the ID of the Webex Teams room where to send the messages.

  • minLength: 1
sendResolved
boolean

sendResolved defines whether or not to notify about resolved alerts.