コード例 #1
0
        public IActionResult GetDetectionLog(int configurationId)
        {
            var response = PTMKernelService.GetDetectionLog(configurationId);

            return(Ok(response));
        }