36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
config:
|
|
- CDam-device: msTeams.json
|
|
|
|
# Notification System for EMEA/NA/CN Prod
|
|
CDam-device.EMEA-Prod:
|
|
- name: CD_am-device PROD
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDam-device.NA-Prod:
|
|
- name: CD_am-device PROD
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDam-device.CN-Prod:
|
|
- name: CD_am-device PROD
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
|
|
# Notification System for EMEA/NA/CN PreProd
|
|
CDam-device.EMEA-PreProd:
|
|
- name: CD_am-device INT
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDam-device.NA-PreProd:
|
|
- name: CD_am-device INT
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDam-device.CN-PreProd:
|
|
- name: CD_am-device INT
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true" |