CD_Countly ITSM Integration
parent
673e8a63f5
commit
6722ae2f55
|
|
@ -42,21 +42,21 @@ CDnewComponentTagITSM.EMEA-Prod:
|
|||
- name: CD_Countly ITSM PROD
|
||||
- alertingProfile: CD_Countly/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- contractid: "10APP11899700"
|
||||
- appdid: "APPD-253917"
|
||||
- mzName: CD_Countly/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
- skipDeployment: "false"
|
||||
|
||||
CDnewComponentTagITSM.NA-Prod:
|
||||
- name: CD_Countly ITSM PROD
|
||||
- alertingProfile: CD_Countly/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- contractid: "20APP11899700"
|
||||
- appdid: "APPD-253917"
|
||||
- mzName: CD_Countly/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
- DTEnvironment: https://wgv50241.live.dynatrace.com
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
||||
CDnewComponentTagITSM.CN-Prod:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes":["{{.argumentTypes}}"],
|
||||
"methodName": "sendKeyListToBackend",
|
||||
"returnType": "void"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.Byte[]"
|
||||
],
|
||||
"methodName": "sendKeyListToBackend",
|
||||
"returnType": "void"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes":["{{.argumentTypes}}"],
|
||||
"methodName": "sendKeyListToBackend",
|
||||
"returnType": "void"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
config:
|
||||
- TemplateTest: TemplateTest.json
|
||||
|
||||
TemplateTest:
|
||||
- name: EW_TEMPLATE_TEST
|
||||
- skipDeployment: "true"
|
||||
TemplateTest.EMEA-PreProd:
|
||||
- name: EW_TEMPLATE_TEST
|
||||
- argumentTypes: ""
|
||||
- skipDeployment: "false"
|
||||
|
||||
Loading…
Reference in New Issue