Beispiel #1
0
        public IActionResult GetDetectionSummary(int configurationId)
        {
            var response = PTMKernelService.GetDetectionSummary(configurationId);

            return(Ok(new
            {
                ResultItemMapList = response
            }));
        }