Home  >  Article  >  Operation and Maintenance  >  How to use DescribeBandwidthLimitation to query the bandwidth resource list

How to use DescribeBandwidthLimitation to query the bandwidth resource list

坏嘻嘻
坏嘻嘻Original
2018-09-26 11:39:181715browse

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

How to use DescribeBandwidthLimitation to query the bandwidth resource list

How to use DescribeBandwidthLimitation to query the bandwidth resource list

##Return parameters

How to use DescribeBandwidthLimitation to query the bandwidth resource list

BandwidthType

How to use DescribeBandwidthLimitation to query the bandwidth resource list

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.

How to use DescribeBandwidthLimitation to query the bandwidth resource list

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn