查询单个作业
功能介绍
该API用于查询并显示单个作业详情。
调试
您可以在API Explorer中调试该接口。
URI
- URI格式
GET /v2/{project_id}/services/c-flowcount-cloud/tasks/{task_id}
- 参数说明
参数
是否必选
类型
说明
project_id
是
String
项目ID。
task_id
是
String
作业ID。
请求
请求样例
GET /v2/6204a5bd270343b5885144cf9c8c158d/services/c-flowcount-cloud/tasks/286c2b7af15346c3932b6de67b568097
响应
- 响应样例(VIS输入+DIS输出)
{ "id":"286c2b7af15346c3932b6de67b568097", "name":"flowcount_cloud_0", "creator":"user_test", "project_id":"1f793beac00d4801874db741cbfe10fa", "description":"flowcount task test", "service_version":"3.0", "resource_order_id":"840a5cf90d4a4bbaa71f251dfe8fe64e", "created_at":"2020-09-22T06:30:00Z", "updated_at":"2020-09-22T06:30:00Z", "state":"RUNNING", "input":{ "type":"vis", "data":[ { "stream_name":"flowcount", "index":0 } ] }, "output":{ "dis":{ "stream_name":"dis-flowcount" } }, "service_config":{ "common":{ "line_count_interval":2, "region_count_interval":2, "line_detection_sw":1, "region_detection_sw":1, "heatmap_detection_sw":0, "heatmap_detection_interval":60, "target_roi": "{"lines":[{"data":[[560,680],[1185,506]],"properties":{"side1_name":"Side1","side2_name":"Side2"}}],"polygons":[{"data":[[0,0],[0,1080],[1920,1080],[1920,0]]}]}", "heatmap_point_interval":4 } } }
- 响应参数说明
参数名称
字段类型
描述信息
task
Object
task详情,定义见Task参数结构说明。
返回值
- 正常
- 异常
返回值
说明
400 Bad Request
请求错误,具体返回错误码请参考错误码。
401 Unauthorized
鉴权失败。
403 Forbidden
没有操作权限。
404 Not Found
找不到资源。
500 Internal Server Error
服务内部错误
503 Service Unavailable
服务不可用。