prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers.msteamsConfigs

msteamsConfigs defines the list of MSTeams configurations. It requires Alertmanager >= 0.26.0.

6 fields
AlertmanagerConfig.spec.receivers.msteamsConfigs fields and descriptions
Field / TypeDescription
object

httpConfig defines the HTTP client configuration for Teams webhook requests.

sendResolved
boolean

sendResolved defines whether or not to notify about resolved alerts.

summary
string

summary defines the message summary template for Teams notifications. This provides a brief overview that appears in Teams notification previews. It requires Alertmanager >= 0.27.0.

text
string

text defines the message body template for Teams notifications. This contains the detailed content of the Teams message.

title
string

title defines the message title template for Teams notifications. This appears as the main heading of the Teams message card.

object required

webhookUrl defines the MSTeams webhook URL for sending notifications. This is the incoming webhook URL configured in your Teams channel.

  • x-kubernetes-map-type: "atomic"