查詢頻寬資源清單。
請求參數
名稱 | 類型 | 是否必需 | 描述 |
---|---|---|---|
Action | String | 是 | 系統規定參數。取值:DescribeBandwidthLimitation |
RegionId | String | 是 | 目標地域 ID。您可以調用 DescribeRegions 查看最新的阿里雲地域列表。 |
InstanceType | String | 是 | 執行個體規格。更多詳情,請參閱 執行個體規格類型系列,也可以調用 DescribeInstanceTypes介面獲得最新的規格表。 |
InstanceChargeType | String | 否 | 執行個體的計費方式。更多詳情,請參閱 計費概述。取值範圍:
|
SpotStrategy | String | 否 | 隨用隨付執行個體的q搶佔策略。取值範圍:
InstanceChargeType 取值為 PostPaid 時,參數 SpotStrategy 才有效。 |
OperationType | String | 否 | 查詢不同操作方式的頻寬規格限制。取值範圍:
|
ResourceId | String | 否 | 資源 ID。當您將參數 OperationType 設定為 Upgrade 或者 Downgrade 時,參數 ResourceId 為必需參數。 |
返回參數
名稱 | 類型 | 描述 |
---|---|---|
Bandwidths | Array of BandwidthType | 資料中心資訊組成的集合 |
BandwidthType
名稱 | 類型 | 描述 |
---|---|---|
InternetChargeType | String | 頻寬的計費方式。取值範圍
|
Min | Integer | 頻寬最小值,該參數值為空時不返回 |
Max | Integer | 頻寬最大值,該參數值為空時不返回 |
Unit | Integer | 頻寬單位,該參數值為空時不返回 |
樣本
請求樣本
https://ecs.aliyuncs.com/?Action=DescribeBandwidthLimitation
&RegionId=cn-hangzhou
&<公共請求參數>
返回樣本
XML 格式
<DescribeBandwidthLimitationResponse>
<Bandwidths>
<Bandwidth>
<InternetChargeType>PayByTraffic</InternetChargeType>
<Max>100</Max>
<Min>0</Min>
<Unit>Mbps</Unit>
</Bandwidth>
<Bandwidth>
<InternetChargeType>PayByTraffic</InternetChargeType>
<Max>100</Max>
<Min>0</Min>
<Unit>Mbps</Unit>
</Bandwidth>
</Bandwidths>
<RequestId>675B6D89-A3EB-4987-BAF3-610591E0D019</RequestId>
</DescribeBandwidthLimitationResponse>
JSON 格式
{
" Bandwidths": {
" Bandwidth": [
{
"InternetChargeType": "PayByTraffic",
"Max": 100,
"Min": 0,
"Unit": "Mbps"
},
{
"InternetChargeType": "PayByTraffic",
"Max": 100,
"Min": 0,
"Unit": "Mbps"
}]
},
"RequestId": "675B6D89-A3EB-4987-BAF3-610591E0D019",
}
錯誤碼
以下為本介面特有的錯誤碼。更多錯誤碼,請訪問 API 錯誤中心。
錯誤碼 | 錯誤資訊 | HTTP 狀態碼 | 說明 |
---|---|---|---|
Invalid.InstanceChargeType | The specified InstanceChargeType is not valid. | 400 | 指定的 InstanceChargeType 不存在。 |
InvalidRegionId.NotFound | The specified RegionId does not exist. | 404 | 指定的 RegionId 不存在。 |
Unavailable.Regions | The available regions does not exists. | 404 | 指定的 RegionId 沒有許可權。 |