更新时间:2022-03-17 GMT+08:00
分享

查询作业列表

功能介绍

该API用于查询并显示边缘特殊车辆检测的作业列表。

调试

您可以在API Explorer中调试该接口。

URI

  • URI格式
    GET /v2/{project_id}/services/c-specialvehicle-edge/tasks
  • 参数说明

    参数

    是否必选

    类型

    说明

    project_id

    String

    项目ID。

请求

响应

  • 响应样例
    {
        "count":1,
        "tasks":[
            {
                "id":"61761681a6014e7c9024d642a0d4d412",
                "name":"specialvehicle-edge-task",
                "creator":"user_test",
                "project_id":"1f793beac00d4801874db741cbfe10fa",
                "description":"Specialvehicle task test",
                "service_version":"3.0",
                "edge_pool_id":"793f2ae4032b44929cfec2dbcca7c415",
                "resource_order_id":"840a5cf90d4a4bbaa71f251dfe8fe64e",
                "created_at":"2020-09-18T03:35:03Z",
                "updated_at":"2020-09-18T03:35:51Z",
                "state":"RUNNING",
                "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": {
                         "video_start_time": "2019/04/14 08:00:00",
                         "road_lines":{
                         "lane_line_set":[
                             [460, 741, 241, 688],
                             [560, 841, 341, 788],
                             [660, 941, 441, 888]
                           ]
                         },
                         "license_plate":{
                           "local_city": "A",
                           "local_province": "津"
                         },
                         "spec_vehicle_type_set": [0,1,2,3],
                         "output_image": 1
                      }
                  }
            }
        ]
    }
  • 响应参数说明

    参数名称

    字段类型

    描述信息

    count

    Object

    符合查询条件的总条目数。

    tasks

    Object

    符合查询条件和分页条件的条目集合。

返回值

  • 正常

    200

  • 异常

    返回值

    说明

    400 Bad Request

    请求错误,具体返回错误码请参考错误码

    401 Unauthorized

    鉴权失败。

    403 Forbidden

    没有操作权限。

    404 Not Found

    找不到资源。

    500 Internal Server Error

    服务内部错误。

    503 Service Unavailable

    服务不可用。

分享:

    相关文档

    相关产品