自动驾驶云服务 Octopus-获取轨迹统计:响应示例

时间:2025-02-12 14:54:15

响应示例

状态码: 200

查询成功

{  "meta_info" : {    "current_time" : "2022-01-01T08:08:29Z"  },  "payload" : {    "list" : [ {      "date" : "2020-01-01",      "accumulative_autopilot_mileage" : 1.1,      "accumulative_intervention_rate" : 0    }, {      "date" : "2022-01-01",      "accumulative_autopilot_mileage" : 1.5,      "accumulative_intervention_rate" : 0    } ]  }}
support.huaweicloud.com/api-octopus/GetMileageStatisticsByDate.html