mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
perf(X-Pack): 阈值告警跟随视图删除
This commit is contained in:
@@ -66,4 +66,8 @@ public interface ThresholdApi {
|
||||
@Operation(summary = "预览信息")
|
||||
@PostMapping("/preview")
|
||||
String preview(@RequestBody ThresholdPreviewRequest request);
|
||||
|
||||
@Operation(summary = "视图是否设置了阈值告警")
|
||||
@GetMapping("/anyThreshold/{chartId}")
|
||||
boolean anyThreshold(@PathVariable("chartId") Long chartId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user