coco_apm_exportdtconfig/configuration/20211213-194541_EUPROD/notifications/[ITSM][WK-Vehicle-Mapping]....

43 lines
1.4 KiB
HCL

resource "dynatrace_notification" "_ITSM__WK-Vehicle-Mapping_" {
web_hook {
name = "[ITSM][WK-Vehicle-Mapping]"
accept_any_certificate = false
active = true
alerting_profile = "1d3e3807-c52e-3923-9f44-920c9dc1de50"
notify_event_merges = false
payload = <<-EOT
[
{
"attributes": {
"CLASS": "BusinessTransaction",
"source": "[ITSM][WK-Mapping]",
"severity": "MAJOR",
"origin": "APPD-297168",
"sub_origin": "Dynatrace SaaS",
"adapter_host": "https://xxu26128.live.dynatrace.com",
"msg": "{ProblemDetailsText}",
"contract_id": "10APP11946002",
"ars_esc": "Yes",
"ars_delay_time": "0",
"hostname": "test",
"sub_source": "Environment: CoCo_EMEA_Prod",
"server_loc": "",
"event_id": "AI001",
"dd_plus": "{ProblemSeverity}",
"dd1": "{ProblemURL}",
"dd2": "{PID}"
}
}
]
EOT
url = "https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1"
header {
name = "x-apikey"
value = "QkdrmGSgDAwU9iVF6cYEtVXPvUqciNai"
}
header {
name = "Authorization"
}
}
}