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

查询单个作业

功能介绍

该API用于查询并显示单个作业详情。

调试

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

URI

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

    参数

    是否必选

    类型

    说明

    project_id

    String

    项目ID。

    task_id

    String

    作业ID。

请求

请求样例

GET /v2/6204a5bd270343b5885144cf9c8c158d/services/c-staffonduty-edge/tasks/01d0d8c40f24441c897db868e17a65db

响应

  • 响应样例
    {
        "id":"01d0d8c40f24441c897db868e17a65db",
        "name":"staffonduty-T4M-edge_0",
        "creator":"user_test",
        "project_id":"1f793beac00d4801874db741cbfe10fa",
        "description":"staffonduty task test",
        "service_version":"3.0",
        "edge_pool_id":"c22f30f7ee0643978e5b46e062bbc5d8",
        "resource_order_id":"840a5cf90d4a4bbaa71f251dfe8fe64e",
        "created_at":"2020-09-18T13:13:22Z",
        "updated_at":"2020-09-18T13:13:22Z",
        "state":"RUNNING",
        "input":{
            "type":"edgecamera",
            "data":[
                {
                    "id":"6233039b-698f-4347-8ced-ef0d14605c0b",
                    "index":0
                }
            ]
        },
        "output": {
            "webhook":{
                "url":"https://apigw.xx.com/api/mqs/sit",
                "headers":{
                    "content-type":"application/json"
                }
            }
        },
        "service_config":{
            "common":{
                "target_roi": "{"polygons":[{"data":[[484,465],[1850,450],[1905,1013],[515,1050]]},{"data":[[484,125],[1800,125],[1800,677],[495,677]]}]}",
                "image_compression_ratio":90,
                "key_region_detection_sw":1,
                "key_region_detect_interval":2,
                "key_region_detect_threshold":2,
                "key_region_person_count":50
            }
        }
    }
  • 响应参数说明

    参数名称

    字段类型

    描述信息

    task

    Object

    task详情,定义见Task参数结构说明

返回值

  • 正常

    200

  • 异常

    返回值

    说明

    400 Bad Request

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

    401 Unauthorized

    鉴权失败。

    403 Forbidden

    没有操作权限。

    404 Not Found

    找不到资源。

    500 Internal Server Error

    服务内部错误。

    503 Service Unavailable

    服务不可用。

分享:

    相关文档

    相关产品