查询作业列表
功能介绍
该API用于查询并显示边缘个体事件行为检测的作业列表。
调试
您可以在API Explorer中调试该接口。
URI
- URI格式
GET /v2/{project_id}/services/c-event-action-recog-edge/tasks
- 参数说明
参数
是否必选
类型
说明
project_id
是
String
项目ID。
请求
- 请求样例
GET /v2/{project_id}/services/c-event-action-recog-edge/tasks
- 请求参数请参见queryOption(作业列表查询参数)。
响应
- 响应样例
{ "count":1, "tasks":[ { "id":"de6f35a7cd904830b2ca544e4613febe", "name":"event-action-recog-edge-task", "creator":"user_test", "project_id":"1f793beac00d4801874db741cbfe10fa", "description":"event-action-recog-edge task test", "service_version":"3.0", "edge_pool_id":"8dcf5ec7bc4d4a26aa1d3e1bb5ed2b5a", "resource_order_id":"840a5cf90d4a4bbaa71f251dfe8fe64e", "created_at":"2020-09-21T13:51:26Z", "updated_at":"2020-09-21T13:51:26Z", "state":"PENDING", "input":{ "type":"edgecamera", "data":[ { "id":"aec5857c-222f-4aa9-be39-23654e118886", "index":0 } ] }, "output":{ "webhook":{ "url":"https://apigw.xx.com/api/mqs/sit", "headers":{ "content-type":"application/json" } } }, "service_config":{ "common":{ "smoking_detection_sw":1, "phoning_detection_sw":0, "render_result_sw":1, "render_roi_sw":1, "target_roi":"{"polygons":[{"data":[[84,389],[1840,349],[1824,526],[78,526]]}]}", "image_compression_ratio":90 } } } ] }
- 响应参数说明
参数名称
字段类型
描述信息
count
Int
符合查询条件的总条目数。
tasks
List<Task>
符合查询条件和分页条件的条目集合。
返回值
- 正常
- 异常
返回值
说明
400 Bad Request
请求错误,具体返回错误码请参考错误码。
401 Unauthorized
鉴权失败。
403 Forbidden
没有操作权限。
404 Not Found
找不到资源。
500 Internal Server Error
服务内部错误。
503 Service Unavailable
服务不可用。