InquiryBandwidthClusterPrice
1. API Description
2. Input Parameters
Parameter Name
Required
Type
Description
3. Output Parameters
Parameter Name
Type
Description
4. Code Example
POST /api/v2/traffic HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: InquiryBandwidthClusterPrice
<Common Request Params>
Request:
{
"areaCode" : "SHA",
"chargeType" : "POSTPAID",
"commitBandwidthMbps" : 100,
"networkType" : "BGP",
"internetChargeType" : "MonthlyPercent95Bandwidth"
}
Response:
{
"requestId": "TBF3D5D7B-DE28-42DC-AB14-03B73D777643",
"response": {
"price": {
"unitPrice": 1300.000000,
"originalPrice": null,
"discountPrice": null,
"discount": 100,
"excessUnitPrice": 1.3,
"excessAmountUnit": "Mbps",
"stepPrices": null,
"discountUnitPrice": 1300.000000,
"chargeUnit": "MONTH",
"amountUnit": null,
"excessDiscountUnitPrice": 1.3
},
"requestId": "TBF3D5D7B-DE28-42DC-AB14-03B73D777643"
}
}5. Developer Resources
6. Error Codes
Last updated