查询全球加速列表
1.接口描述
调用DescribeGlobalAccelList接口,查询指定地域的全球加速IP
2.请求参数
名称 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Action | String | 是 | 固定取值:DescribeGlobalAccelList |
RegionCode | String | 是 | 全球加速IP所属的地域编码,您可以调用 DescribeRegionConfig 接口获取地域编码 |
PageNumber | Integer | 否 | 弹性公网IP列表的页, 起始值:1 默认值:1 |
PageSize | Integer | 否 | 分页查询时设置的每页行数, 最大值:50 默认值:10 |
3.返回数据
名称 | 类型 | 说明 |
---|---|---|
items | Array[GlobalAccelInfo] | 全球加速IP信息列表 |
RequestId | String | 请求ID |
Total | Integer | 全球加速IP总数 |
4.示例
请求示例
http://openapi.kaopuyun.com/?AccessKeyId=ix00000kmig1
&Action=DescribeGlobalAccelList
&Format=JSON
&RegionCode=cn-dev-1
&SignatureMethod=HMAC-SHA1
&SignatureNonce=7a3c1b02-7b15-4500-ac78-56c8bd7b0f94
&SignatureVersion=1.0
&Timestamp=2024-06-04T10%3A39%3A04Z
&Version=2014-05-26
&Signature=7qMkBSXPtrJE249hoxshI502Cb8%3D
正常返回示例
{
"RequestId": "6fc07780-23d7-11ef-9802-5eebbd6fbdb6",
"Total": 1,
"items": [
{
"GlobalAccelAddress": "20.32.2.166",
"RegionCode": "cn-dev-1",
"InstanceChargeType": "PRE_PAID",
"GlobalAccelPendingStatus": "NONE",
"AutoRenew": "INFINITE",
"GlobalAccelSeries": "Normal",
"ExpirationTime": "2024-09-03 23:59:59",
"InternetChargeType": "PAY_BY_BAND_WIDTH",
"AllocationTime": "2024-05-23 15:13:38",
"GlobalAccelUUID": "ga-ev000008yw25",
"BandwidthType": "International",
"FlowPacketUUIDs": [],
"GlobalAccelStatus": "AVAILABLE",
"Bandwidth": 1,
"BandwidthLimit": false
}
]
}
5.错误码
错误码 | 错误信息 |
---|---|
AvailableRegionNotFound | 可用的地域未找到 |
DescribeGlobalAccelsFail | 查询全球加速IP列表失败:xxx |
InvalidPageNumber | 分页数错误 |
InvalidPageSize | 每页数量错误 |
MissingParameter | RegionCode参数不能为空 |