Home > Article > Operation and Maintenance > How to use DescribeBandwidthLimitation to query the bandwidth resource list
The content of this article is about how to use DescribeBandwidthLimitation to query the bandwidth resource list. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
DescribeBandwidthLimitation
Request Parameters
##Return parameters
BandwidthType
Example
Request example
https://ecs.aliyuncs.com/?Action=DescribeBandwidthLimitation &RegionId=cn-hangzhou &<公共请求参数>
Return example
XML format
<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 format
{ " Bandwidths": { " Bandwidth": [ { "InternetChargeType": "PayByTraffic", "Max": 100, "Min": 0, "Unit": "Mbps" }, { "InternetChargeType": "PayByTraffic", "Max": 100, "Min": 0, "Unit": "Mbps" }] }, "RequestId": "675B6D89-A3EB-4987-BAF3-610591E0D019", }
Error code
The following are unique to this interface error code. For more error codes, please visit the API Error Center.The above is the detailed content of How to use DescribeBandwidthLimitation to query the bandwidth resource list. For more information, please follow other related articles on the PHP Chinese website!