diff --git a/BMW-Dynatrace-config/CD_VDLM_scallservice/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_scallservice/custom-service-java/custom-service-java.yaml index 2c090151..debb3da5 100644 --- a/BMW-Dynatrace-config/CD_VDLM_scallservice/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_scallservice/custom-service-java/custom-service-java.yaml @@ -1,6 +1,7 @@ config: - customService1: template-1-2.json - customService2: template-1-1.json +- customService3: template-1-1.json customService1: - name: "ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT" @@ -22,3 +23,10 @@ customService2: - returnType: void - skipDeployment: "false" +customService3: +- name: "(SQS) CallTopic - OUT" +- className: com.bmw.cc.ts.scallservice.api.consumer.external.callstorage.CallStorageSnsPublisher +- methodName: createTicket +- returnType: void +- methodArgs: com.bmw.cc.ts.scallservice.api.consumer.entity.CallStorageModel +- skipDeployment: "false"