媒体处理 MPC-查询转动图任务:响应示例

时间:2023-11-01 16:16:10

响应示例

状态码: 200

查询动图任务成功。

{  "total" : 1,  "tasks" : [ {    "task_id" : 30647,    "status" : "SUCCEED",    "create_time" : 20201119103652,    "start_time" : 20201119103653,    "end_time" : 20201119103708,    "description" : "The task has completed.",    "input" : {      "bucket" : "obs-apitest-01",      "location" : "region1",      "object" : "mp4/4k.mp4"    },    "output" : {      "bucket" : "obs-apitest-01",      "location" : "region1",      "object" : "out_gamma/gif_file/",      "file_name" : "file_001.gif"    },    "output_param" : {      "format" : "gif",      "width" : 100,      "height" : 50,      "start" : 0,      "end" : 10000,      "frame_rate" : 15    }  } ]}

状态码: 400

查询动图任务失败。

{  "error_code" : "MPC.10202",  "error_msg" : "Invalid request parameter."}
support.huaweicloud.com/api-mpc/mpc_04_0058.html