自动驾驶云服务 OCTOPUS-获取标签列表:响应示例
时间:2025-05-14 10:25:56
响应示例
状态码:200
查询成功
{ "meta_info" : { "current_time" : "2022-01-01T08:08:29Z" }, "payload" : { "list" : [ { "id" : 0, "name" : "tag1", "description" : "", "create_at" : 1640966400000, "update_at" : 1640966400000, "parent_id" : 0, "tag_level" : 1, "is_tag" : false, "children_count" : 22, "is_built_in" : false } ], "page_info" : { "offset" : 0, "limit" : 300, "total" : 123 } } }
support.huaweicloud.com/api-octopus/GetTagList.html