DescribeDesktopsInGroup分页
按付费类型查询共享型云电脑包含的云电脑列表
服务地址:
华东1 金融云
输入参数
只看必填
RegionId地域ID
DesktopGroupId共享型云电脑ID
PayType付费类型
IgnoreDeleted是否忽略删除标志位
请选择布尔值
CustomStartTimePeriod
CustomEndTimePeriod
分页参数
MaxResults分页查询时每页行数
NextToken下一个查询开始的Token
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求参数

字段名称字段详情
RegionIdstring

地域 ID。可以调用 DescribeRegions 获取无影云电脑支持的地域列表。

示例值:cn-hangzhou
DesktopGroupIdstring

共享型云电脑 ID。

示例值:dg-2i8qxpv6t1a03****参考取值来源:
    CreateDesktopGroup
    AddUserToDesktopGroup
    DescribeDesktopGroups
PayTypestring

付费类型。

示例值:PrePaid枚举值:PostPaidPrePaid
MaxResultsinteger<int32>

分页查询时每页行数。展开详情

示例值:10取值 <= 100
NextTokenstring

下一个查询开始的 Token,NextToken 为空表示没有下一个。

示例值:caeba0bbb2be03f84eb48b699f0a4883
IgnoreDeletedboolean

是否忽略删除标志位。

示例值:true枚举值:truefalse
CustomStartTimePeriodinteger<int64>
注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。
CustomEndTimePeriodinteger<int64>
注意 该字段类型为 Long,在序列化/反序列化的过程中可能导致精度丢失,请注意数值不得大于 9007199254740991。

返回参数

字段名称字段详情
PostPaidDesktopsCountinteger<int32>

按量付费云电脑总数。

示例值:10
NextTokenstring

下一个查询开始的 Token。

示例值:caeba0bbb2be03f84eb48b699f0a4883
PaidDesktopsCountinteger<int32>

包年包月云电脑总数。

示例值:10
RequestIdstring

请求 ID。

示例值:1CBAFFAB-B697-4049-A9B1-67E1FC5F****
PostPaidDesktopsTotalAmountinteger<int32>

按量付费云电脑的账单总额。

示例值:10000
PaidDesktopsarray<object>

包年包月云电脑列表。

PostPaidDesktopsarray<object>

按量付费云电脑列表。

OnlinePrePaidDesktopsCountinteger<int32>

已连接的包年包月云电脑的数量。

示例值:100
RunningPrePaidDesktopsCountinteger<int32>

运行中的包年包月云电脑的数量。

示例值:100
StopedPrePaidDesktopsCountinteger<int32>

已停止的包年包月云电脑的数量。

示例值:100
StoppedPrePaidDesktopsCountinteger<int32>

已停止的包年包月云电脑的数量。

示例值:100
变更历史
变更时间变更内容概要操作
2025-02-27
新增请求参数CustomStartTimePeriod
新增请求参数CustomEndTimePeriod
2023-06-19
删除返回参数
2023-01-04
变更返回参数
2022-10-14
变更请求参数MaxResults
2022-08-19
新增请求参数IgnoreDeleted
2022-08-17
变更返回参数
2021-12-09
变更返回参数