18 lines
653 B
HCL
18 lines
653 B
HCL
resource "dynatrace_notification" "_TEAMS___WK-Remote-Camera_" {
|
|
web_hook {
|
|
name = "[TEAMS] [WK-Remote-Camera]"
|
|
accept_any_certificate = false
|
|
active = true
|
|
alerting_profile = "fd14dc1a-0aa2-3395-b8ce-44a578339cc7"
|
|
notify_event_merges = false
|
|
payload = <<-EOT
|
|
{
|
|
"title":"{ProblemTitle}",
|
|
"text":"{ProblemDetailsHTML}\n{ProblemURL}",
|
|
"themeColor":"EA4300"
|
|
}
|
|
EOT
|
|
url = "https://bmwgroup.webhook.office.com/webhookb2/c686842d-801e-49a9-a531-0fd674433695@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/84d8f8eefd7a49149027523e5b1e709d/fe7de8d5-1244-4c24-9631-f22c41698fd1"
|
|
}
|
|
}
|