根据任务ID查询任务详情
参数名 | 类型 | 是否必须 | 描述 |
---|---|---|---|
taskid | string | 是 | 任务ID |
{
"taskInfo":{
//任务id
"taskid":"40d309d3b2bf373cd3f08e5b5e1bddf720160816",
//模板
"preset":"preset_avop2",
//输入源文件信息
"srcInfo":[
{
"path":"/wangshuai9/ksyun.flv",
"index":0,
"type":"video"
}
],
//转码文件上传bucket
"dstBucket":"wangshuai9",
//采样截图上传路径
"dstDir":"",
//转码文件上传路径及文件名
"dstObjectKey":"ksyun_2.flv",
//转码文件访问权限
"dstAcl":"public-read",
"isTop":"1",
//回调地址
"cbUrl":"http://www.ksyun.com",
"cbMethod":"callback",
//额外参数查看创建任务extParam参数解析
"extParam":"",
//任务状态 初始化:init 处理中:exec 成功:succ 失败:fail
"taskStatus":"succ",
//错误码 成功:0 错误:大于0
"errorCode":"0",
//错误信息
"errorMsg":"",
"createTime":"2016-08-16 11:13:29"
},
"errNum":0,
"errMsg":"success"
}