云桌面 WORKSPACE-桌面统计:响应参数

时间:2024-12-27 15:06:28

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

total_num

Integer

桌面总数。

attach_statistics

AttachStatistics object

分配情况统计。

run_state_statistics

DesktopRunStatisticsRsp object

运行情况统计。

login_state_statistics

DesktopLoginStatisticsRsp object

登录情况统计。

desktop_pool_statistics

Array of DesktopPoolStatistics objects

每个桌面池的情况统计,当desktop_type指定为POOL时返回。

表5 DesktopPoolStatistics

参数

参数类型

描述

desktop_pool_id

String

桌面池id。

desktop_pool_name

String

桌面池名称。

total_num

Integer

桌面总数。

attach_statistics

AttachStatistics object

分配情况统计。

run_state_statistics

DesktopRunStatisticsRsp object

运行情况统计。

login_state_statistics

DesktopLoginStatisticsRsp object

登录情况统计。

表6 AttachStatistics

参数

参数类型

描述

attached_num

Integer

已分配个数。

unattached_num

Integer

未分配个数。

attaching_num

Integer

分配中个数。

attach_error_num

Integer

分配失败的个数。

表7 DesktopRunStatisticsRsp

参数

参数类型

描述

stop_num

Integer

停止个数。

active_num

Integer

运行中个数。

error_num

Integer

故障个数。

hibernated_num

Integer

休眠个数。

表8 DesktopLoginStatisticsRsp

参数

参数类型

描述

in_use_num

Integer

使用中。

unregistered_num

Integer

未注册数目。

unable_to_connect_num

Integer

未注册数目。

ready_num

Integer

空闲数目。

disconnected_num

Integer

断开连接数目。

状态码: default

表9 响应Body参数

参数

参数类型

描述

error_code

String

错误码,失败时返回。

error_msg

String

错误描述。

encoded_authorization_message

String

加密后的详细拒绝原因,用户可以自行调用STS服务的decode-authorization-message接口进行解密。

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