查询资源池列表-DescribeUDSet

查询资源池列表

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域。 参见 地域和可用区列表Yes
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口No
HostIds.nstring资源池的短ID, 如果为空, 则返回当前Region所有资源池的配置信息,否则返回指定资源池的配置信息No
Tagstring要查询的业务组名称No
Offsetint数据偏移量, 默认为0No
Limitint返回数据长度, 默认为20No

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
TotalCountint满足条件的总数No
UDSetarray获取的私有专区资源池列表No

UDSet

Parameter nameTypeDescriptionRequired
Zonestring资源池所在可用区No
HostIdstring资源池的短IDNo
Tagstring业务组名称No
Remarkstring备注No
Namestring实例名称No
SNstring资源池的SN号No
CreateTimeint创建时间No
HostIpstring宿主机ipNo
UHostCountint主机数量No
ChargeTypestringYear, MonthNo
ExpireTimeint到期时间No
AutoRenewstring是否自动续费,Yes,NoNo
CPUint虚拟CPU核数, 单位:个No
Memoryint内存大小, 单位:MBNo
DiskSpaceint数据盘大小, 单位: GBNo
UsedCPUint虚拟CPU核数, 单位:个No
UsedMemint内存大小, 单位:MBNo
UsedDiskint数据盘大小, 单位: GBNo

Request Example

https://api.ucloud.cn?Action=DescribeUDSet
&Region=byeHKJgz
&HostIds.n=SFWoBpLC
&Tag=ZsdzeJXh
&Offset=4
&Limit=7
&ProjectId=seTvBjnI

Response Example

{
    "Action": "DescribeUDSetResponse",
    "TotalCount": 1,
    "UDSet": [
        {
            "Zone": "cn-bj2-04",
            "HostId": "udset-xxxx",
            "Tag": "Default",
            "Remark": "",
            "Name": "",
            "SN": "SN10231231421",
            "CreateTime": 1544521079,
            "ExpireTime": 1544521080,
            "AutoRenew": "True",
            "HostIp": "10.10.10.10",
            "UHostCount": 0,
            "ChargeType": "Year",
            "CPU": 32,
            "Memory": 131072,
            "DiskSpace": 4096,
            "UsedCPU": 0,
            "UsedMem": 0,
            "UsedDisk": 0
        }
    ],
    "RetCode": 0
}