云桌面 WORKSPACE-查询用户使用统计数据:URI

时间:2024-12-12 19:34:17

URI

GET /v2/{project_id}/statistics/metrics/users

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

项目ID。

表2 Query参数

参数

是否必选

参数类型

描述

start_time

String

查询起始时间(0时区)

end_time

String

查询截至时间(0时区)

username

String

用户名(模糊匹配)

usage_min_hours

Integer

使用时长最小值

usage_max_hours

Integer

使用时长最大值

usage_min_hours和usage_max_hours同时存在时,usage_max_hours必须大于等于usage_min_hours

sort_field

String

按照指标进行排序

  • user_usage - 按照用户使用时长排序

sort_type

String

按照指标进行排序的方向;需配合sort_field一起使用

  • DESC - 降序返回数据

  • ASC - 升序返回数据

offset

Integer

查询的偏移量,默认值0

limit

Integer

limit范围[1-100],默认值0

support.huaweicloud.com/api-workspace/ListUserUsageMetric.html