Skip to content

ContactPoint🔗

Constructor🔗

ContactPoint()

Methods🔗

build🔗

Builds the object.

def build() -> alerting.ContactPoint

disable_resolve_message🔗

def disable_resolve_message(disable_resolve_message: bool) -> typing.Self

name🔗

Name is used as grouping key in the UI. Contact points with the

same name will be grouped in the UI.

def name(name: str) -> typing.Self

provenance🔗

def provenance(provenance: str) -> typing.Self

settings🔗

def settings(settings: alerting.Json) -> typing.Self

type_val🔗

def type_val(type_val: typing.Literal["alertmanager", "dingding", "discord", "email", "googlechat", "kafka", "line", "opsgenie", "pagerduty", "pushover", "sensugo", "slack", "teams", "telegram", "threema", "victorops", "webhook", "wecom"]) -> typing.Self

uid🔗

UID is the unique identifier of the contact point. The UID can be

set by the user.

def uid(uid: str) -> typing.Self

See also🔗