视频智能分析服务 VIAS-获取批量配置任务列表:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
count |
Integer |
条目总数 |
batch_task_list |
Array of BatchTaskDto objects |
批量作业列表 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
批量作业ID |
batch_task_name |
String |
批量作业名称 |
video_source_name |
String |
视频源名称 |
video_group_name |
String |
分组名称 |
alg_name |
String |
算法名称 |
company |
String |
厂商名 |
type |
String |
作业类型 |
num_task |
Integer |
批量作业总数 |
created_at |
Long |
创建时间 |
batch_task_status_info |
BatchTaskStatusInfoDto object |
批量作业状态基本信息 |
参数 |
参数类型 |
描述 |
---|---|---|
pending |
Integer |
等待中作业数量 |
recovering |
Integer |
恢复中作业数量 |
starting |
Integer |
启动中作业数量 |
upgrading |
Integer |
升级中作业数量 |
create_failed |
Integer |
创建失败作业数量 |
start_failed |
Integer |
启动失败作业数量 |
running |
Integer |
运行中作业数量 |
stopping |
Integer |
停止中作业数量 |
stopped |
Integer |
已停止作业数量 |
abnormal |
Integer |
异常作业数量 |
succeeded |
Integer |
运行成功作业数量 |
failed |
Integer |
运行失败作业数量 |
deleting |
Integer |
删除中作业数量 |
freezing |
Integer |
冻结中作业数量 |
frozen |
Integer |
已冻结作业数量 |
stopped_no_service |
Integer |
无服务的任务数量 |
scheduling |
Integer |
调度中 |
lack_of_resources |
Integer |
资源不足,创建失败 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误信息描述 |
detail |
String |
错误详情 |
params |
Array of strings |
错误参数列举 |
reason |
String |
错误原因 |
advice |
String |
建议 |
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误信息描述 |
detail |
String |
错误详情 |
params |
Array of strings |
错误参数列举 |
reason |
String |
错误原因 |
advice |
String |
建议 |