云服务器内容精选

  • 请求示例 GET https://{endpoint}/v1/{project_id}/history-traffic-events?limit={limit}&offset={offset}&from_date={from_date}&to_date={to_date}&event_class={event_class}&event_type={event_type}&event_source={event_source}&event_id={event_id} Content-Type:application/json X-Auth-Token:******** Instance-Id:********
  • 响应示例 状态码: 200 OK { "count" : 1, "events" : [ { "event_id" : 11111, "event_source_type" : "RSU", "event_source_id" : 2, "esn" : "2102312ETX10K7000037", "area_code" : 568, "event_class" : "AbnormalTraffic", "event_type" : 100, "cross_id" : 1111, "event_description" : "交通事故", "event_level" : 1, "event_params" : { "speed" : "60" }, "event_position" : { "lat" : 40.1234567, "lon" : 116.1234567, "ele" : 1000 }, "event_position_name" : "深圳深南大道", "reference_paths" : [ { "active_path" : [ { "lat" : 40.1234567, "lon" : 116.1234567, "ele" : 1000 } ], "path_radius" : 100 } ], "note" : "交通事件信息", "event_status" : "Invalid", "event_confidence" : 1, "event_ex_info" : { "participants" : [ { "ptc_type" : "unknown", "plate_no" : "粤B12345", "speed" : 3000, "vehicle_class" : 54, "gat_vehicle_class" : "k33", "track_id" : 123456789, "lane_no" : 1, "target_rects" : [ { "camera_code" : "abcd", "camera_ip" : "127.0.0.1", "target_pos" : [ { "left_top_x" : 10, "left_top_y" : 10, "right_bottom_x" : 5, "right_bottom_y" : 5 } ], "time_stamp_diff" : 1664507548437 } ], "start_time" : 1664507548437 } ], "congestion_info" : { "level" : 0, "length" : 200, "start_point" : { "lat" : 40.1234567, "lon" : 116.1234567, "ele" : 1000 }, "end_point" : { "lat" : 40.1234567, "lon" : 116.1234567, "ele" : 1000 }, "speed" : 10, "start_time" : 1664507548437, "congestion_lanes_info" : [ { "laneid" : 1, "level" : 0, "length" : 200, "speed" : 10, "start_time" : 1664507548437, "start_point" : { "lat" : 40.1234567, "lon" : 116.1234567, "ele" : 1000 }, "end_point" : { "lat" : 40.1234567, "lon" : 116.1234567, "ele" : 1000 } } ] }, "data_source" : { "radar" : [ 0 ], "camera" : [ 1 ] }, "camera_list" : [ { "id" : 0, "ip" : "127.0.0.1" } ] }, "rsu_id" : [ "b58efc27-a6e5-4bca-9d12-c76ecfe3f102" ], "start_time" : "2019-08-28T16:32:24Z", "end_time" : "2019-08-28T16:32:24Z" } ] }
  • 响应参数 状态码: 200 表4 响应Body参数 参数 参数类型 描述 count Long 参数说明:条件查询返回的总条数。 最小值:0 最大值:2147483647 statistics Array of OpenV2XStatisticsBody objects 参数说明:车辆流量,平均速度等统计信息列表 表5 OpenV2XStatisticsBody 参数 参数类型 描述 source StatisticsSourceDTO object 参数说明:消息来源。 time String 参数说明:数据上报的时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z'。 例如:2021-01-08T02:03:41Z。 period Integer 参数说明:统计周期,单位秒。 最小值:0 最大值:100000000 direction Number 参数说明:道路路的角度,区分道路方向,向东为0度,逆时针增加。 最小值:0 最大值:360 flow Integer 参数说明:统计周期内的车辆数。 最小值:0 最大值:100000000 average_speed Number 参数说明:车辆平均速度,单位km/h。 最小值:0 最大值:1000 esn String 参数说明:设备编码。 取值范围:长度不超过64,只允许字母、数字、以及_等字符的组合。 cross_id String 参数说明:路口id,对应到一组雷视拟合设备,检测一个特定的路口或者路段。 最小长度:0 最大长度:64 traffic_direction Integer 参数说明:路段的交通流方向,交通流方向按照“西北规则”进行定义,即尽量选择西北的点作为正向起点,先西后北。西北规则具体说明请参见 “西北规则”说明。 0:正向 1:逆向 2:正向转逆向的连接线 3:逆向转正向的连接线 9:为方向未确定 最小值:0 最大值:10 road_kind Integer 参数说明:道路特征,0为主路,1为汇入匝道,2为汇出匝道,3为辅道 最小值:0 最大值:10 vehicle_class_flow Array of ModelFlow objects 参数说明:不同车辆类型的流量统计。 occupancy Array of LaneOccupancy objects 参数说明:分车道统计的占有率列表。 表6 StatisticsSourceDTO 参数 参数类型 描述 source_type String 参数说明:信息来源的具体类型描述。 枚举值: rsu obu detection source_id String 参数说明:信息来源的唯一标识码ID。 最小长度:1 最大长度:255 表7 ModelFlow 参数 参数类型 描述 vehicle_class Integer 参数说明:车辆类型。参考车辆基本类型。 最小值:0 最大值:2000 flow Integer 参数说明:统计周期内的车辆数。 最小值:0 最大值:100000000 average_speed Number 参数说明:车辆平均速度,单位km/h。 最小值:0 最大值:1000 表8 LaneOccupancy 参数 参数类型 描述 lane_id Integer 参数说明:车道编号。车道从左到右,从0开始编号 最小值:0 最大值:8 space_occupancy Double 参数说明:车道的空间占有率。 最小值:0 最大值:1 time_occupancy Double 参数说明:车道的时间占有率。 最小值:0 最大值:1
  • 请求示例 GET https://{endpoint}/v1/{project_id}/edge-flow?limit={limit}&offset={offset}&from_date={from_date}&to_date={to_date}&edge_id={edge_id}Content-Type:application/jsonX-Auth-Token:********Instance-Id:********
  • 响应示例 状态码: 200 OK { "count" : 1, "statistics" : [ { "source" : { "source_type" : "detection", "source_id" : "EDGE0123456789" }, "time" : "2022-09-01T13:10:21Z", "period" : 300, "direction" : 180.5, "flow" : 50, "average_speed" : 70.8, "esn" : "2102312ETX10K7000037", "cross_id" : "cross0123456789", "traffic_direction" : 0, "road_kind" : 10, "vehicle_class_flow" : [ { "vehicle_class" : 10, "flow" : 50, "average_speed" : 70.8 } ], "occupancy" : [ { "lane_id" : 1, "space_occupancy" : 1, "time_occupancy" : 1 } ] } ]}