prometheus operator v0.93.1

AlertmanagerConfig.spec.receivers.snsConfigs.httpConfig.basicAuth.spec.receivers.msteamsv2Configs

msteamsv2Configs defines the list of MSTeamsV2 configurations. It requires Alertmanager >= 0.28.0.

5 fields
AlertmanagerConfig.spec.receivers.snsConfigs.httpConfig.basicAuth.spec.receivers.msteamsv2Configs 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.

text
string

text defines the message body template for adaptive card notifications. This contains the detailed content displayed in the Teams adaptive card format.

  • minLength: 1
title
string

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

  • minLength: 1
object

webhookURL defines the MSTeams incoming webhook URL for adaptive card notifications. This webhook must support the newer adaptive cards format required by Teams flows.

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