自动驾驶云服务 Octopus-获取数据片段列表:响应示例

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

响应示例

状态码: 200

查询成功

{  "meta_info" : {    "current_time" : "2022-01-01T08:08:29Z"  },  "payload" : {    "list" : [ {      "episode_id" : "DPK0000001",      "dpk_id" : "DPK0000001",      "vehicle_name" : "myCar",      "start_time" : 1640966400000,      "end_time" : 1640966500000,      "main_topics" : {        "gnss" : {          "topic" : "gnss",          "type" : "GNSS",          "path" : "DPK0000001/path/gnss/gnss.pb"        },        "camera" : {          "topic" : "camera_0",          "type" : "CAMERA",          "path" : "DPK0000001/path/camera_0/"        }      },      "can_replay" : true    } ],    "page_info" : {      "offset" : 0,      "limit" : 10,      "total" : 1    }  }}
support.huaweicloud.com/api-octopus/getEpisodeListData.html