🔨 执行日志.
This commit is contained in:
@@ -67,7 +67,7 @@ public class ExecLogController {
|
||||
}
|
||||
|
||||
@IgnoreLog(IgnoreLogMode.RET)
|
||||
@GetMapping("/list")
|
||||
@GetMapping("/host-list")
|
||||
@Operation(summary = "查询全部执行主机日志")
|
||||
@PreAuthorize("@ss.hasPermission('asset:exec-log:query')")
|
||||
public List<ExecHostLogVO> getExecHostLogList(@RequestParam("logId") Long logId) {
|
||||
|
||||
@@ -49,9 +49,6 @@ public class ExecHostLogVO implements Serializable {
|
||||
@Schema(description = "退出码")
|
||||
private Integer exitStatus;
|
||||
|
||||
@Schema(description = "日志路径")
|
||||
private String logPath;
|
||||
|
||||
@Schema(description = "错误信息")
|
||||
private String errorMessage;
|
||||
|
||||
|
||||
@@ -34,12 +34,6 @@ public class ExecLogVO implements Serializable {
|
||||
@Schema(description = "执行用户名")
|
||||
private String username;
|
||||
|
||||
@Schema(description = "执行来源")
|
||||
private String source;
|
||||
|
||||
@Schema(description = "执行来源id")
|
||||
private Long sourceId;
|
||||
|
||||
@Schema(description = "执行描述")
|
||||
private String description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user