云服务器内容精选

  • 响应 响应样例 { "id": "8656efdafebf440bb7008f174db6c567", "name": "living-detect-edge", "creator": "user_test", "project_id": "1f793beac00d4801874db741cbfe10fa", "description": null, "service_version": "3.0", "edge_pool_id": "8dcf5ec7bc4d4a26aa1d3e1bb5ed2b5a", "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": { "detection_max_size": 50, "detection_min_size": 5, "image_compression_ratio": 90, "render_result_sw": 1, "render_roi_sw": 1, "target_roi": "{\"polygons\":[{\"data\":[[100,100],[1800,100],[1800,1000],[100,1000]]}]}" } } } 响应参数说明 请参考作业详情参数。
  • 响应 响应样例 {"id": "8656efdafebf440bb7008f174db6c567","name": "living-detect-edge","creator": "user_test","project_id": "1f793beac00d4801874db741cbfe10fa","description": null,"service_version": "3.0","edge_pool_id": "8dcf5ec7bc4d4a26aa1d3e1bb5ed2b5a", "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": {"detection_max_size": 50,"detection_min_size": 5,"image_compression_ratio": 90,"render_result_sw": 1,"render_roi_sw": 1,"target_roi": "{"polygons":[{"data":[[100,100],[1800,100],[1800,1000],[100,1000]]}]}"}}} 响应参数说明 参数名称 字段类型 描述信息 task Object 作业详情,定义见Task参数结构说明。