InquiryBandwidthClusterPrice
1. 接口描述
2. 请求参数
参数名称
必选
类型
描述
3. 响应结果
参数名称
类型
描述
4. 代码示例
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. 开发者工具
6. 错误码
最后更新于