【仅供内部供应商使用,不提供对外解答和培训】

Page tree

【仅供内部供应商使用,不提供对外解答和培训】

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

 {
	id: "uuid",                         //uuid
    taskName:"",                        //任务名称
    runType: {                          //运行类型
		value: 0                        //类型 
	}
	logTime:""                          //日志时间
	detailMessage:""                    //详情
	logType: {
		value:0                         //日志类型  0(成功) 1(失败) 2(跳过)
	}                         
	logMessage:{
		username:""                    //用户名
		restartTimes:1                  //重启次数
	}
	creator:""                          //任务建立者(username)
	filePath:""                         //附件保存路径
	nextFireTime:""                     //下次执行时间
}
条件联合查询
 {
	keywords:""             //模糊查询关键词
	page:0                  //页数
	perPage:10              //每页条数
    taskName:""             //任务名称           
    runTypes:[
		{runType:0},{runType:1}, ...   //运行类型,可多选
	]  
	sortItems:[
		{columnName:"",isDesc:false},{columnName:"",true}...     //排序字段,可多选
	]      
	logTypes:[
		{logType:0},{logType:1},...     //日志类型,可多选
	]    
	logTime:{
		start:  2018-01-15 09:08:07       //日志开始时间
		end:    2018-01-15 10:08:07       //日志结束时间
	}            
}

RunType类型介绍

 

 

 

ps: 8.0/9.0日志的运行类型只有 定时填报  快照生成  附件发送  3种,对任务执行的描述不够详细,新定时调度扩展到了9种。

  • No labels