云桌面 WORKSPACE-查询桌面连接状态列表:响应示例

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

响应示例

状态码: 200

查询 云桌面 详情列表响应。

{
  "desktops" : [ {
    "desktop_id" : "string",
    "desktop_name" : "string",
    "connect_status" : "string",
    "attach_users" : [ {
      "id" : "string",
      "name" : "string",
      "user_group" : "string",
      "type" : "USER"
    } ]
  } ],
  "total_count" : 0
}
support.huaweicloud.com/api-workspace/ListDesktopsConnectStatus.html