coco_apm_exportdtconfig/configuration/20211213-194541_EUPROD/notifications/[ITSM][WK-Send-to-Car-Legac...

43 lines
1.4 KiB
HCL

resource "dynatrace_notification" "_ITSM__WK-Send-to-Car-Legacy_" {
web_hook {
name = "[ITSM][WK-Send-to-Car-Legacy]"
accept_any_certificate = false
active = true
alerting_profile = "9a86d0d8-f916-3d97-95b0-659a521bef10"
notify_event_merges = false
payload = <<-EOT
[
{
"attributes": {
"CLASS": "BusinessTransaction",
"source": "[ITSM][WK-Send-to-Car-Legacy]",
"severity": "CRITICAL",
"origin": "APPD-82996",
"sub_origin": "Dynatrace SaaS",
"adapter_host": "https://xxu26128.live.dynatrace.com",
"msg": "{ProblemDetailsText}",
"contract_id": "10APP11646804",
"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"
}
}
}