prometheus operator v0.71.2

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

The Webex Teams API URL i.e. https://webexapis.com/v1/messages Provide if different from the default API URL.

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

The HTTP client's configuration. You must supply the bot token via the `httpConfig.authorization` field.

message
string

Message template

roomID
string required

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

  • minLength: 1
sendResolved
boolean

Whether to notify about resolved alerts.