InquiryBandwidthClusterPrice
1. API Description
This API is used to query the price of the bandwidth cluster.
2. Input Parameters
The following request parameter list only provides API request parameters.
areaCode
Yes
String
Location of bandwidth cluster.
To obtain code, you can call DescribeBandwidthClusterAreas
, and find areaCode
in the response.
commitBandwidthMbps
No
Integer
Bandwidth cluster.
Unit: Mbps.
Available range: [0, 100000].
Default value: 0.
internetChargeType
Yes
Network billing method.
The default billing method is Monthly Burstable 95th, if you need Daily Peak billing, please contact us.
Default value: MonthlyPercent95Bandwidth
.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4. Code Example
Query the price of the bandwidth cluster in Shanghai (SHA), with a bandwidth cluster of 100
Mbps, BGP
network type and Monthly Burstable 95th
billing method.
5. Developer Resources
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
No error codes related to the API business logic. For other error codes, see Common Error Codes.
Last updated