查询视频批量合成任务
更新时间:2023-09-18
视频批量合成任务查询
查询视频批量合成任务详情。
请求(Request)
- 请求语法
GET /v1/adapter/{adapterId} 请求示例:
GET /v1/adapter/{adp-sdfsdfwerwek} HTTP/1.1
x-bce-date: 2023-07-26T09:27:33Z
host: bvw.bj.baidubce.com
content-type: application/json
authorization: bce-auth-v1/c0188830c0c342928f199bbbdac4c227/2023-07-26T09:27:33Z/1800/host/f19dfaf46b9e6b619e9be203650701a2bec9db18a980686ddb3a3a58132558e1
响应(Response)
- 响应头域:无特殊Header参数
响应参数:
字段名称 | 字段类型 | 字段描述 |
---|---|---|
adpId | string | adapter任务id |
status | string | 任务状态,reday,running,success,faild |
targetKey | string | 任务合成成功之后在bos的key |
响应示例:
HTTP/1.1 200 OK
Transfer-Encoding: chunked
x-bce-request-id: ca8620b4-0527-4153-b6ed-3a6c0a4da937
Cache-Control: no-cache
Server: BWS
Date: Fri, 31 May 2019 09:27:33 GMT
Content-Type: application/json;charset=UTF-8
{
"adapterId": "adp-sdfesfj345tym",
"status": "success",
"targetKey": "video/result/34535e_split.mp4"
}